view dot_config/kitty/kitty.conf @ 319:b93f12d23fbd

Rename init.lua to config.lua init.lua is now automatically sourced, and runs before init.vim causing issues like lspconfig that cannot be found. Renaming to something that will not be sourced automatically and manually load it from init.vim when all plugins are loaded
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 17 Dec 2020 17:49:14 +0100
parents 6744d7605e8b
children a128f9c0f02e
line wrap: on
line source

# vim:fileencoding=utf-8:ft=conf

font_family Fira Code Retina
italic_font Iosevka Term Italic

cursor #eeeeee

window_margin_width 4
window_padding_width 4

foreground #abb2bf
background #282c34

color0 #282c34
color8 #282c34

color1 #f43753
color9 #f43753

color2  #c9d05c
color10 #c9d05c

color3  #ffc24b
color11 #ffc24b

color4  #b3deef
color12 #b3deef

color5  #c678dd
color13 #c678dd

color6  #73cef4
color14 #73cef4

color7  #eeeeee
color15 #ffffff

scrollback_lines 10000

selection_background #ffc24b

clipboard_control write-primary write-clipboard no-append

draw_minimal_borders yes
active_border_color #b3deef
inactive_border_color #282c34