diff options
Diffstat (limited to 'config/all/kitty')
-rw-r--r-- | config/all/kitty/kitty.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/config/all/kitty/kitty.conf b/config/all/kitty/kitty.conf new file mode 100644 index 0000000..318ce8e --- /dev/null +++ b/config/all/kitty/kitty.conf @@ -0,0 +1,48 @@ +font_family JetBrainsMono Nerd Font Mono +disable_ligatures always +font_size 11.0 + +copy_on_select clipboard +shell_integration disabled +enable_audio_bell no + +# theme: Tempus Dawn +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light theme with a soft, slightly desaturated palette (WCAG AA compliant) + +cursor #4a4b4e +cursor_text_color #eff0f2 +url_color #4b529a + +active_border_color #676364 +inactive_border_color #dee2e0 +bell_border_color #8b590a + +active_tab_foreground #206620 +active_tab_background #dee2e0 +inactive_tab_foreground #676364 +inactive_tab_background #eff0f2 + +foreground #4a4b4e +background #eff0f2 +selection_foreground #eff0f2 +selection_background #4a4b4e + +color0 #4a4b4e +color1 #a32a3a +color2 #206620 +color3 #745300 +color4 #4b529a +color5 #8d377e +color6 #086784 +color7 #dee2e0 +color8 #676364 +color9 #a64822 +color10 #187408 +color11 #8b590a +color12 #5c59b2 +color13 #8e45a8 +color14 #3f649c +color15 #eff0f2 + +include local.conf |