diff options
| author | ryukamish <[email protected]> | 2026-04-27 15:52:29 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-27 15:52:29 +0530 |
| commit | 18154a81dd5575ec4db5f250e443b7258f9617c0 (patch) | |
| tree | 153fcfc2f4e5e0afb8573f5c30709e8f57eb6d83 /kitty/themes | |
| parent | d4d57e6a513f6404934c5c8ecf481ed80b4fc4f3 (diff) | |
add: kitty color overhaul
Diffstat (limited to 'kitty/themes')
| -rw-r--r-- | kitty/themes/highframe.conf | 46 |
1 files changed, 46 insertions, 0 deletions
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 |
