diff options
author | listout <listout@protonmail.com> | 2021-12-03 14:18:44 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-12-03 14:18:44 +0530 |
commit | 644266b05c9d10d5bea20291cad067c30f73cb74 (patch) | |
tree | 6a36b200b693c8ec8027461d7d273a5c64268b49 /.config/kitty | |
parent | 8b900772f087eea4ac18965ed4ad4679802e3427 (diff) |
moved to jelly beans colorscheme
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/kitty.conf | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index d53fa48..b8995ea 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -16,24 +16,24 @@ initial_window_height 600 cursor_blink_interval 0 -foreground #eeeeec -background #000000 -cursorColor #8ae234 -colorUL #8ae234 -underlineColor #92659a -color0 #2e3436 -color8 #888A85 -color1 #cc0000 -color9 #ef2929 -color2 #4e9a06 -color10 #8ae234 -color3 #edd400 -color11 #fce94f -color4 #3465a4 -color12 #729fcf -color5 #92659a -color13 #c19fbe -color6 #07c7ca -color14 #63e9e9 -color7 #d3d7cf -color15 #eeeeec +color0 #929292 +color1 #e27373 +color2 #94b979 +color3 #ffba7b +color4 #97bedc +color5 #e1c0fa +color6 #00988e +color7 #dedede +color8 #bdbdbd +color9 #ffa1a1 +color10 #bddeab +color11 #ffdca0 +color12 #b1d8f6 +color13 #fbdaff +color14 #1ab2a8 +color15 #ffffff +background #121212 +selection_foreground #121212 +cursor #ffa560 +foreground #dedede +selection_background #dedede |