From fcdc3f118c24d601b72fab2db1294715cfa6f77e Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 8 Oct 2023 10:33:24 +0300 Subject: [PATCH] add wallust kitty colorscheme --- kitty/kitty.conf | 20 ++++++++++++++++++++ kitty/kitty.d/colors.conf | 23 +++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 kitty/kitty.conf create mode 100644 kitty/kitty.d/colors.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..0983ec0 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,20 @@ +font_family Hack +font_size 10 +cursor_shape beam +scrollback_lines 2000 +detect_urls yes +tab_bar_edge bottom +background_opacity 0.9 + +modify_font cell_height +2px +modify_font cell_width -1px + +map ctrl+equal change_font_size all +1 +map ctrl+plus change_font_size all +1 +map ctrl+minus change_font_size all -1 +map ctrl+0 change_font_size all 0 + +map ctrl+shift+c copy_to_clipboard +map cmd+c copy_to_clipboard + +include ~/.config/kitty/kitty.d/colors.conf diff --git a/kitty/kitty.d/colors.conf b/kitty/kitty.d/colors.conf new file mode 100644 index 0000000..ed4685b --- /dev/null +++ b/kitty/kitty.d/colors.conf @@ -0,0 +1,23 @@ +background #05090B +foreground #A9BCB4 + +cursor_text_color #05090B +cursor #A9BCB4 + +color0 #05090B +color1 #726A5F +color2 #667263 +color3 #797F5B +color4 #839184 +color5 #A2A487 +color6 #8BAE9F +color7 #D4EBE1 + +color8 #94A49D +color9 #988E7F +color10 #889884 +color11 #A2AA7A +color12 #AFC2B0 +color13 #D8DBB5 +color14 #BAE9D4 +color15 #A9BCB4