aboutsummaryrefslogtreecommitdiff
path: root/config/all/kitty
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-21 11:44:24 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-21 11:44:24 -0600
commita151bbece7db45e1af6f45cce2c0436f71114abc (patch)
tree0049c2c02aa511ea32a2cf7905ddf035c731a64f /config/all/kitty
parentfb2e1a98a7ec74b8425266d2525328bc5b03e7a5 (diff)
use Terminal.app on MacOS and Kitty only on linux
stop using truecolor support in vim
Diffstat (limited to 'config/all/kitty')
-rw-r--r--config/all/kitty/kitty.conf48
1 files changed, 0 insertions, 48 deletions
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