diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-03 14:39:07 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-03 14:39:07 -0600 |
commit | e9dc4c1090abb01317847c417b75d3960f3da34d (patch) | |
tree | 2fb84cf24675f1294f9f7a33ea949d514844c6f1 /config/all/kitty | |
parent | 969f76a8238e2d43a25740c8272bf635d436f0d3 (diff) |
only install platform-appropriate configs based on uname
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 |