[kitty] Add local settings override

This commit is contained in:
lhark 2019-02-21 14:53:54 -05:00
parent 56eab848f9
commit 9a6e082862
2 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
vim/.netrwhist vim/.netrwhist
vim/bundle/* vim/bundle/*
git_user git_user
config/kitty/.local.conf

View file

@ -1,8 +1,8 @@
font_family hack font_family hack
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
font_size 14 font_size 14
background_opacity 0.75 background_opacity 0.75
@ -10,6 +10,8 @@ include colors/base16-3024-256.conf
enable_audio_bell no enable_audio_bell no
include .local.conf
################################## ##################################
# Nice alternative base16 themes # # Nice alternative base16 themes #
################################## ##################################
@ -33,7 +35,7 @@ enable_audio_bell no
# cursor_text_color #586e75 # cursor_text_color #586e75
# selection_foreground #93a1a1 # selection_foreground #93a1a1
# selection_background #586e75 # selection_background #586e75
# #
# color0 #073642 # color0 #073642
# color1 #dc322f # color1 #dc322f
# color2 #859900 # color2 #859900
@ -50,11 +52,11 @@ enable_audio_bell no
# color13 #6c71c4 # color13 #6c71c4
# color14 #93a1a1 # color14 #93a1a1
# color15 #fdf6e3 # color15 #fdf6e3
# #
# enable_audio_bell no # enable_audio_bell no
# #
# map ctrl+shift+equal change_font_size all +1.0 # map ctrl+shift+equal change_font_size all +1.0
# map ctrl+shift+minus change_font_size all -1.0 # map ctrl+shift+minus change_font_size all -1.0
# #
# font_size 10.0 # font_size 10.0
# font_family Hack # font_family Hack