From a151bbece7db45e1af6f45cce2c0436f71114abc Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Tue, 21 Feb 2023 11:44:24 -0600 Subject: use Terminal.app on MacOS and Kitty only on linux stop using truecolor support in vim --- config/all/kitty/kitty.conf | 48 ------------------------------------------- config/linux/kitty/kitty.conf | 48 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 config/all/kitty/kitty.conf create mode 100644 config/linux/kitty/kitty.conf (limited to 'config') diff --git a/config/all/kitty/kitty.conf b/config/all/kitty/kitty.conf deleted file mode 100644 index 318ce8e..0000000 --- a/config/all/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 diff --git a/config/linux/kitty/kitty.conf b/config/linux/kitty/kitty.conf new file mode 100644 index 0000000..318ce8e --- /dev/null +++ b/config/linux/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 -- cgit v1.2.3