From 18154a81dd5575ec4db5f250e443b7258f9617c0 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Mon, 27 Apr 2026 15:52:29 +0530 Subject: add: kitty color overhaul --- kitty/themes/highframe.conf | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 kitty/themes/highframe.conf diff --git a/kitty/themes/highframe.conf b/kitty/themes/highframe.conf new file mode 100644 index 0000000..3d95751 --- /dev/null +++ b/kitty/themes/highframe.conf @@ -0,0 +1,46 @@ +# custom theme — coral/lavender/void +background #0a0a0a +foreground #b8a5e6 + +# cursor +cursor #ff7645 +cursor_text_color #0a0a0a + +# selection +selection_background #ff7645 +selection_foreground #b8a5e6 + +# url underline +url_color #ff7645 + +# black +color0 #1a1a1a +color8 #2e2e2e + +# red +color1 #cc5533 +color9 #ff7645 + +# green +color2 #7db87d +color10 #9ecf9e + +# yellow +color3 #c9a84c +color11 #e0c070 + +# blue +color4 #7a72c2 +color12 #9b94d4 + +# magenta +color5 #b8a5e6 +color13 #cbbef0 + +# cyan +color6 #7ab8c2 +color14 #9acfda + +# white +color7 #c0b8d8 +color15 #d8d0f0 -- cgit v1.3