diff options
-rw-r--r-- | .Xresources | 43 | ||||
-rw-r--r-- | .config/kitty/kitty.conf | 42 |
2 files changed, 42 insertions, 43 deletions
diff --git a/.Xresources b/.Xresources index 8d5e0ac..a7a4791 100644 --- a/.Xresources +++ b/.Xresources @@ -1,25 +1,24 @@ -! Colors -*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 +! Colors [Jellybeans] +*.foreground: #dedede +*.background: #121212 +*.cursorColor: #ffa560 +*.color0: #929292 +*.color8: #bdbdbd +*.color1: #e27373 +*.color9: #ffa1a1 +*.color2: #94b979 +*.color10: #bddeab +*.color3: #ffba7b +*.color11: #ffdca0 +*.color4: #97bedc +*.color12: #b1d8f6 +*.color5: #e1c0fa +*.color13: #fbdaff +*.color6: #00988e +*.color14: #1ab2a8 +*.color7: #dedede +*.color15: #ffffff +*.colorBD: #ffffff ! XTerm config XTerm.vt100.locale: false 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 |