diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-21 10:57:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-21 10:57:38 +0900 |
| commit | 08dc17833773cdc02040efecf98c9e5791666b71 (patch) | |
| tree | c982bf817613290aa307bd7d66675af3eca22d45 /config/kitty/kitty-themes | |
| parent | 3c14e28d49e48f0a34863e26a0bfc905dc3f4e10 (diff) | |
Kitty-colors theme is now move to kitty-themes DIR. Making it alot easier to switch themes
Diffstat (limited to 'config/kitty/kitty-themes')
| -rw-r--r-- | config/kitty/kitty-themes/01-Wallust.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/config/kitty/kitty-themes/01-Wallust.conf b/config/kitty/kitty-themes/01-Wallust.conf new file mode 100644 index 00000000..0d0a46ad --- /dev/null +++ b/config/kitty/kitty-themes/01-Wallust.conf @@ -0,0 +1,32 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* wallust template - colors-kitty */ + +foreground #FDF9FE +background #17141C +cursor #FDF9FE + +active_tab_foreground #17141C +active_tab_background #FDF9FE +inactive_tab_foreground #FDF9FE +inactive_tab_background #17141C + +active_border_color #FDF9FE +inactive_border_color #17141C +bell_border_color #3F2F72 + +color0 #3E3B44 +color1 #3F2F72 +color2 #514960 +color3 #7B47AA +color4 #7B7485 +color5 #BBB3BD +color6 #BBB3BD +color7 #F4EEF5 +color8 #AAA7AC +color9 #543F98 +color10 #6C6280 +color11 #A45EE3 +color12 #A59AB1 +color13 #F9EEFC +color14 #F9EEFC +color15 #F4EEF5 |
