New colors for URxvt
This commit is contained in:
parent
e560fc742d
commit
031ad6a3f1
1 changed files with 20 additions and 23 deletions
43
Xresources
43
Xresources
|
@ -59,29 +59,26 @@ URxvt.saveLines: 65535
|
||||||
URxvt.bell-command: notify-send "Bell rang" "The bell rang in URxvt"
|
URxvt.bell-command: notify-send "Bell rang" "The bell rang in URxvt"
|
||||||
|
|
||||||
! URxvt with solarized colors
|
! URxvt with solarized colors
|
||||||
URxvt.background: S_base03
|
URxvt.background: S_base03
|
||||||
URxvt.foreground: S_base0
|
URxvt.foreground: S_base0
|
||||||
URxvt.fading: 40
|
URxvt.fading: 40
|
||||||
URxvt.fadeColor: S_base03
|
URxvt.fadeColor: S_base03
|
||||||
URxvt.cursorColor: S_base1
|
URxvt.color0: S_base03
|
||||||
URxvt.pointerColorBackground: S_base01
|
URxvt.color1: S_red
|
||||||
URxvt.pointerColorForeground: S_base1
|
URxvt.color2: S_green
|
||||||
URxvt.color0: S_base02
|
URxvt.color3: S_yellow
|
||||||
URxvt.color1: S_red
|
URxvt.color4: S_blue
|
||||||
URxvt.color2: S_green
|
URxvt.color5: S_magenta
|
||||||
URxvt.color3: S_yellow
|
URxvt.color6: S_cyan
|
||||||
URxvt.color4: S_blue
|
URxvt.color7: S_base1
|
||||||
URxvt.color5: S_magenta
|
URxvt.color8: S_base01
|
||||||
URxvt.color6: S_cyan
|
URxvt.color9: S_orange
|
||||||
URxvt.color7: S_base2
|
URxvt.color10: S_green
|
||||||
URxvt.color9: S_orange
|
URxvt.color11: S_yellow
|
||||||
URxvt.color8: S_base03
|
URxvt.color12: S_blue
|
||||||
URxvt.color10: S_base01
|
URxvt.color13: S_violet
|
||||||
URxvt.color11: S_base00
|
URxvt.color14: S_cyan
|
||||||
URxvt.color12: S_base0
|
URxvt.color15: S_base3
|
||||||
URxvt.color13: S_violet
|
|
||||||
URxvt.color14: S_base1
|
|
||||||
URxvt.color15: S_base3
|
|
||||||
|
|
||||||
|
|
||||||
! Xft settings ---------------------------------------------------------------
|
! Xft settings ---------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue