diff options
author | listout <listout@protonmail.com> | 2021-11-06 12:11:10 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-06 12:11:10 +0530 |
commit | 5f02f99f6e047d414dca902cbb77e0de4a3ea428 (patch) | |
tree | c6031b8437818d89a20aac4f2a9ea0ae6c62c4f2 | |
parent | 2434a47917b85c9b80a28c45247035c57ed7047f (diff) |
faded substrata color scheme
-rw-r--r-- | .Xresources | 40 | ||||
-rw-r--r-- | .config/kitty/kitty.conf | 23 |
2 files changed, 40 insertions, 23 deletions
diff --git a/.Xresources b/.Xresources index 1766f07..82b96f6 100644 --- a/.Xresources +++ b/.Xresources @@ -1,29 +1,29 @@ ! Colors -URxvt.background: black -URxvt.foreground: white +URxvt.background: #1c1c1c +URxvt.foreground: #b5b4c9 URxvt.cursorColor: #8ae234 -*color0: #2E3436 -*color1: #a40000 -*color2: #4E9A06 -*color3: #C4A000 -*color4: #3465A4 -*color5: #75507B -*color6: #ce5c00 -*color7: #babdb9 -*color8: #555753 -*color9: #EF2929 -*color10: #8AE234 -*color11: #FCE94F -*color12: #729FCF -*color13: #AD7FA8 -*color14: #fcaf3e -*color15: #EEEEEC +*color0 : #2e313d +*color8 : #5b5f71 +*color1 : #cf8164 +*color9 : #fe9f7c +*color2 : #76a065 +*color10 : #92c47e +*color3 : #ab924c +*color11 : #d2b45f +*color4 : #8296b0 +*color12 : #a0b9d8 +*color5 : #a18daf +*color13 : #c6aed7 +*color6 : #659ea2 +*color14 : #7dc2c7 +*color7 : #b5b4c9 +*color15 : #f0ecfe ! URxvt config URxvt.scrollBar: flase -URxvt.font: xft:ypn envypn:pixelsize=13 -URxvt.boldFont: xft:ypn envypn:bold +URxvt.font: xft:xos4 Terminus:pixelsize=16 +URxvt.boldFont: xft:xos4 Terminus:bold URxvt.keysym.Shift-Up: command:\033]720;1\007 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 41a1b52..f005f58 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -5,12 +5,29 @@ bold_italic_font Source Code Pro Bold Italic enable_audio_bell no -font_size 11 +font_size 12 remember_window_size no initial_window_width 800 initial_window_height 600 -background #000000 -foreground #ffffff + +foreground #b5b4c9 +background #1c1c1c +color0 #2e313d +color8 #5b5f71 +color1 #cf8164 +color9 #fe9f7c +color2 #76a065 +color10 #92c47e +color3 #ab924c +color11 #d2b45f +color4 #8296b0 +color12 #a0b9d8 +color5 #a18daf +color13 #c6aed7 +color6 #659ea2 +color14 #7dc2c7 +color7 #b5b4c9 +color15 #f0ecfe |