[kitty] Setup colors folder link. Keep temp backup from old config
This commit is contained in:
parent
d607ee1976
commit
9d06963d6a
2 changed files with 52 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
/home/aearil/src/base16-kitty/colors/
|
../../themes/base16-kitty/colors
|
|
@ -2,12 +2,59 @@ 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
|
||||||
|
|
||||||
|
background_opacity 0.75
|
||||||
|
|
||||||
|
include colors/base16-3024-256.conf
|
||||||
|
|
||||||
|
enable_audio_bell no
|
||||||
|
|
||||||
|
##################################
|
||||||
|
# Nice alternative base16 themes #
|
||||||
|
##################################
|
||||||
|
|
||||||
#include colors/base16-bright-256.conf
|
#include colors/base16-bright-256.conf
|
||||||
#include colors/base16-gruvbox-dark-hard-256.conf
|
#include colors/base16-gruvbox-dark-hard-256.conf
|
||||||
#include colors/base16-monokai-256.conf
|
#include colors/base16-monokai-256.conf
|
||||||
#include colors/base16-irblack-256.conf
|
#include colors/base16-irblack-256.conf
|
||||||
#include base16-macintosh-256.conf
|
#include colors/base16-macintosh-256.conf
|
||||||
#include base16-spacemacs-256.conf
|
#include colors/base16-spacemacs-256.conf
|
||||||
include colors/base16-3024-256.conf
|
#include colors/base16-isotope-256.conf
|
||||||
#include base16-isotope-256.conf
|
|
||||||
|
#########################
|
||||||
|
# Old kitty conf backup #
|
||||||
|
#########################
|
||||||
|
|
||||||
|
# background #002b36
|
||||||
|
# foreground #839496
|
||||||
|
# background_opacity 0.85
|
||||||
|
# cursor #93a1a1
|
||||||
|
# cursor_text_color #586e75
|
||||||
|
# selection_foreground #93a1a1
|
||||||
|
# selection_background #586e75
|
||||||
|
#
|
||||||
|
# color0 #073642
|
||||||
|
# color1 #dc322f
|
||||||
|
# color2 #859900
|
||||||
|
# color3 #b58900
|
||||||
|
# color4 #268bd2
|
||||||
|
# color5 #d33682
|
||||||
|
# color6 #2aa198
|
||||||
|
# color7 #eee8d5
|
||||||
|
# color9 #cb4b16
|
||||||
|
# color8 #002b36
|
||||||
|
# color10 #586e75
|
||||||
|
# color11 #657b83
|
||||||
|
# color12 #839496
|
||||||
|
# color13 #6c71c4
|
||||||
|
# color14 #93a1a1
|
||||||
|
# color15 #fdf6e3
|
||||||
|
#
|
||||||
|
# enable_audio_bell no
|
||||||
|
#
|
||||||
|
# map ctrl+shift+equal change_font_size all +1.0
|
||||||
|
# map ctrl+shift+minus change_font_size all -1.0
|
||||||
|
#
|
||||||
|
# font_size 10.0
|
||||||
|
# font_family Hack
|
||||||
|
|
Loading…
Reference in a new issue