[kitty] Add local settings override
This commit is contained in:
parent
56eab848f9
commit
9a6e082862
2 changed files with 12 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
vim/.netrwhist
|
vim/.netrwhist
|
||||||
vim/bundle/*
|
vim/bundle/*
|
||||||
git_user
|
git_user
|
||||||
|
config/kitty/.local.conf
|
||||||
|
|
|
@ -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 #
|
||||||
##################################
|
##################################
|
||||||
|
|
Loading…
Reference in a new issue