From dffd296b92f06b1606f8d03137fbf235a39d261b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 20 Mar 2025 15:33:11 +0900 Subject: Added Kitty Theme Selector - Added in KooL hyprland Settings rofi. Kool Settings rofi modified since it is basically expanding --- config/kitty/kitty-themes/Relaxed_Afterglow.conf | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/kitty/kitty-themes/Relaxed_Afterglow.conf (limited to 'config/kitty/kitty-themes/Relaxed_Afterglow.conf') diff --git a/config/kitty/kitty-themes/Relaxed_Afterglow.conf b/config/kitty/kitty-themes/Relaxed_Afterglow.conf new file mode 100644 index 00000000..59887778 --- /dev/null +++ b/config/kitty/kitty-themes/Relaxed_Afterglow.conf @@ -0,0 +1,25 @@ +# Relaxed Afterglow by Michael Kühnel , https://github.com/Relaxed-Theme/relaxed-terminal-themes +# This work is licensed under the terms of the MIT license. +# For a copy, see https://opensource.org/licenses/MIT. + +background #353a44 +foreground #d9d9d9 +cursor #d9d9d9 +selection_foreground #d8d8d8 +selection_background #6a7984 +color0 #151515 +color1 #bc5653 +color2 #909d63 +color3 #ebc17a +color4 #6a8799 +color5 #b06698 +color6 #c9dfff +color7 #d9d9d9 +color8 #636363 +color9 #bc5653 +color10 #a0ac77 +color11 #ebc17a +color12 #7eaac7 +color13 #b06698 +color14 #acbbd0 +color15 #f7f7f7 -- cgit v1.2.3