diff options
Diffstat (limited to 'config/kitty/kitty.conf')
-rw-r--r-- | config/kitty/kitty.conf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf deleted file mode 100644 index 318ce8e..0000000 --- a/config/kitty/kitty.conf +++ /dev/null @@ -1,48 +0,0 @@ -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 |