nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 18154a81dd5575ec4db5f250e443b7258f9617c0
parent d4d57e6a513f6404934c5c8ecf481ed80b4fc4f3
Author: ryukamish <[email protected]>
Date:   Mon, 27 Apr 2026 15:52:29 +0530

add: kitty color overhaul

Diffstat:
Akitty/themes/highframe.conf | 46++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+), 0 deletions(-)

diff --git a/kitty/themes/highframe.conf 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