make colors urxvt specific

This commit is contained in:
Thomas Ruoff
2016-02-11 14:43:02 +01:00
parent 75812ddcb6
commit d221c41ddd

View File

@@ -96,36 +96,36 @@ URxvt*print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%
#define base0E #6c71c4 #define base0E #6c71c4
#define base0F #d33682 #define base0F #d33682
*.foreground: base05 URxvt*foreground: base05
*.background: base00 URxvt*background: base00
*.cursorColor: base05 URxvt*cursorColor: base05
*.color0: base00 URxvt*color0: base00
*.color1: base08 URxvt*color1: base08
*.color2: base0B URxvt*color2: base0B
*.color3: base0A URxvt*color3: base0A
*.color4: base0D URxvt*color4: base0D
*.color5: base0E URxvt*color5: base0E
*.color6: base0C URxvt*color6: base0C
*.color7: base05 URxvt*color7: base05
*.color8: base03 URxvt*color8: base03
*.color9: base08 URxvt*color9: base08
*.color10: base0B URxvt*color10: base0B
*.color11: base0A URxvt*color11: base0A
*.color12: base0D URxvt*color12: base0D
*.color13: base0E URxvt*color13: base0E
*.color14: base0C URxvt*color14: base0C
*.color15: base07 URxvt*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary ! use 'shell' template to set these if necessary
*.color16: base09 URxvt*color16: base09
*.color17: base0F URxvt*color17: base0F
*.color18: base01 URxvt*color18: base01
*.color19: base02 URxvt*color19: base02
*.color20: base04 URxvt*color20: base04
*.color21: base06 URxvt*color21: base06
! Base16 Solarized ! Base16 Solarized
! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized) ! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized)
@@ -147,33 +147,33 @@ URxvt*print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%
!#define base0E #6c71c4 !#define base0E #6c71c4
!#define base0F #d33682 !#define base0F #d33682
! !
!*.foreground: base02 !URxvt*foreground: base02
!*.background: base07 !URxvt*background: base07
!*.cursorColor: base02 !URxvt*cursorColor: base02
! !
!*.color0: base00 !URxvt*color0: base00
!*.color1: base08 !URxvt*color1: base08
!*.color2: base0B !URxvt*color2: base0B
!*.color3: base0A !URxvt*color3: base0A
!*.color4: base0D !URxvt*color4: base0D
!*.color5: base0E !URxvt*color5: base0E
!*.color6: base0C !URxvt*color6: base0C
!*.color7: base05 !URxvt*color7: base05
! !
!*.color8: base03 !URxvt*color8: base03
!*.color9: base08 !URxvt*color9: base08
!*.color10: base0B !URxvt*color10: base0B
!*.color11: base0A !URxvt*color11: base0A
!*.color12: base0D !URxvt*color12: base0D
!*.color13: base0E !URxvt*color13: base0E
!*.color14: base0C !URxvt*color14: base0C
!*.color15: base07 !URxvt*color15: base07
! !
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary ! use 'shell' template to set these if necessary
!*.color16: base09 !URxvt*color16: base09
!*.color17: base0F !URxvt*color17: base0F
!*.color18: base01 !URxvt*color18: base01
!*.color19: base02 !URxvt*color19: base02
!*.color20: base04 !URxvt*color20: base04
!*.color21: base06 !URxvt*color21: base06