summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-06 21:22:49 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-06 21:22:49 -0400
commit3e333264bbb632994a38cbe0afc4bda5edb1a2b1 (patch)
tree08220da01828d70393d87be5eb278c33467d3221
parenteb42934efad5dfcf54f5e1bbf0a0f8da6809c656 (diff)
downloadconfigs-3e333264bbb632994a38cbe0afc4bda5edb1a2b1.tar.gz
configs-3e333264bbb632994a38cbe0afc4bda5edb1a2b1.tar.xz
configs-3e333264bbb632994a38cbe0afc4bda5edb1a2b1.zip
urxvt: use solarized light
-rw-r--r--.Xresources.d/rxvt-unicode132
1 files changed, 95 insertions, 37 deletions
diff --git a/.Xresources.d/rxvt-unicode b/.Xresources.d/rxvt-unicode
index 120df2e..5ba0598 100644
--- a/.Xresources.d/rxvt-unicode
+++ b/.Xresources.d/rxvt-unicode
@@ -91,41 +91,99 @@ URxvt.keysym.C-equal: font-size:reset
!*color7: #babdb9
!*color15: #EEEEEC
+
+! Solarized
+! Base16 Solarized Light
+! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized)
+
+#define base00 #fdf6e3
+#define base01 #eee8d5
+#define base02 #93a1a1
+#define base03 #839496
+#define base04 #657b83
+#define base05 #586e75
+#define base06 #073642
+#define base07 #002b36
+#define base08 #dc322f
+#define base09 #cb4b16
+#define base0A #b58900
+#define base0B #859900
+#define base0C #2aa198
+#define base0D #268bd2
+#define base0E #6c71c4
+#define base0F #d33682
+
+*foreground: base05
+#ifdef background_opacity
+*background: [background_opacity]base00
+#else
+*background: base00
+#endif
+*cursorColor: base05
+
+*color0: base00
+*color1: base08
+*color2: base0B
+*color3: base0A
+*color4: base0D
+*color5: base0E
+*color6: base0C
+*color7: base05
+
+*color8: base03
+*color9: base08
+*color10: base0B
+*color11: base0A
+*color12: base0D
+*color13: base0E
+*color14: base0C
+*color15: base07
+
+! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
+! use 'shell' template to set these if necessary
+*color16: base09
+*color17: base0F
+*color18: base01
+*color19: base02
+*color20: base04
+*color21: base06
+
+
! Tango colour theme for rxvt-unicode
-URxvt.background: #FFFFFF
-URxvt.foreground: #000000
-
-! Black
-URxvt.color0: #2E3436
-URxvt.color8: #757773
-
-! Red
-URxvt.color1: #CC0000
-URxvt.color9: #EF2929
-
-! Green
-URxvt.color2: #4E9A06
-URxvt.color10: #8AE234
-
-! Yellow
-URxvt.color3: #C4A000
-URxvt.color11: #FCE94F
-
-! Blue
-URxvt.color4: #3465A4
-URxvt.color12: #729FCF
-
-! Magenta
-URxvt.color5: #75507B
-URxvt.color13: #AD7FA8
-
-!! Cyan
-!URxvt.color6: #06989A
-!URxvt.color14: #34E2E2
-! orange (replaces cyan)
-,*color6: #ce5c00
-,*color14: #fcaf3e
-
-! White
-URxvt.color7: #D3D7CF
-URxvt.color15: #EEEEEC
+! URxvt.background: #FFFFFF
+! URxvt.foreground: #000000
+
+! ! Black
+! URxvt.color0: #2E3436
+! URxvt.color8: #757773
+
+! ! Red
+! URxvt.color1: #CC0000
+! URxvt.color9: #EF2929
+
+! ! Green
+! URxvt.color2: #4E9A06
+! URxvt.color10: #8AE234
+
+! ! Yellow
+! URxvt.color3: #C4A000
+! URxvt.color11: #FCE94F
+
+! ! Blue
+! URxvt.color4: #3465A4
+! URxvt.color12: #729FCF
+
+! ! Magenta
+! URxvt.color5: #75507B
+! URxvt.color13: #AD7FA8
+
+! !! Cyan
+! !URxvt.color6: #06989A
+! !URxvt.color14: #34E2E2
+! ! orange (replaces cyan)
+! ,*color6: #ce5c00
+! ,*color14: #fcaf3e
+
+! ! White
+! URxvt.color7: #D3D7CF
+! URxvt.color15: #EEEEEC