diff options
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index ae68e93..4677996 100644 --- a/.Xresources +++ b/.Xresources @@ -6,16 +6,19 @@ URxvt.imLocale: ja_JP.utf8 URxvt.imFont: xft:WenQuanYi Micro Hei Mono:size=12 URxvt.inputMethod: ibus -URxvt.*font: xft:Iosevka Term Custom:style=Regular:size=11:antialias=True -/*,xft:JoyPixels:pixelsize=10*/ +URxvt.*font: xft:Iosevka Term Custom:style=Regular:size=11:antialias=True,xft:Joypixels:pixelsize=10 !! true transparency !!URxvt.depth: 32 !!URxvt.background: [90]#000000 !! no transparency +! light +! URxvt.background: #eeeeee +! URxvt.foreground: #444444 +! dark URxvt.background: #000000 -URxvt.foreground: #ffffff +URxvt.foreground: #FFFFFF !! visuals and colors /* URxvt.letterSpace: 0 */ @@ -25,6 +28,7 @@ URxvt.externalBorder: 0 URxvt.internalBorder: 0 URxvt.backgroundBorder: 0 URxvt.borderLess: False +!! colors for dracula theme !! black URxvt.color0: #000000 URxvt.color8: #343636 @@ -50,6 +54,31 @@ URxvt.color14: #6db0ad URxvt.color7: #c4c4c4 URxvt.color15: #cccccc +!! colors for papercolor-theme +! !! white +! URxvt.color0: #eeeeee +! URxvt.color8: #bcbcbc +! !! red +! URxvt.color1: #af0000 +! URxvt.color9: #d70000 +! !! dark green and magenta +! URxvt.color2: #008700 +! URxvt.color10: #d70087 +! !! murky green and purple +! URxvt.color3: #5f8700 +! URxvt.color11: #8700af +! !! jeans blue and orange +! URxvt.color4: #0087af +! URxvt.color12: #d75f00 +! !! gray and orange +! URxvt.color5: #878787 +! URxvt.color13: #d75f00 +! !! ocean blue +! URxvt.color6: #005f87 +! URxvt.color14: #005faf +! !! dark gray and ocean blue +! URxvt.color7: #444444 +! URxvt.color15: #005f87 !! perl extensions URxvt.perl-ext-common: default,url-select,resize-font,selection-to-clipboard,-confirm-paste |
