now xresources is only for urxvt
This commit is contained in:
parent
be98b7ae46
commit
21b42e5a90
1 changed files with 31 additions and 32 deletions
63
xresources
63
xresources
|
@ -76,53 +76,52 @@ URxvt.keysym.C-V: perl:clipboard:paste
|
||||||
|
|
||||||
!! light
|
!! light
|
||||||
|
|
||||||
!#define S_base03 #fdf6e3
|
!#define S_base03 #fdf6e3
|
||||||
!#define S_base02 #eee8d5
|
!#define S_base02 #eee8d5
|
||||||
!#define S_base01 #93a1a1
|
!#define S_base01 #93a1a1
|
||||||
!#define S_base00 #839496
|
!#define S_base00 #839496
|
||||||
!#define S_base0 #657b83
|
!#define S_base0 #657b83
|
||||||
!#define S_base1 #586e75
|
!#define S_base1 #586e75
|
||||||
!#define S_base2 #073642
|
!#define S_base2 #073642
|
||||||
!#define S_base3 #002b36
|
!#define S_base3 #002b36
|
||||||
|
|
||||||
*background: S_base03
|
URxvt.background: S_base03
|
||||||
*foreground: S_base0
|
URxvt.foreground: S_base0
|
||||||
*fading: 40
|
URxvt.colorBD: S_base3
|
||||||
*colorBD: S_base3
|
URxvt.fadeColor: S_base03
|
||||||
*fadeColor: S_base03
|
URxvt.cursorColor: S_base3
|
||||||
*cursorColor: S_base3
|
URxvt.pointerColorBackground:S_base01
|
||||||
*pointerColorBackground:S_base01
|
URxvt.pointerColorForeground:S_base1
|
||||||
*pointerColorForeground:S_base1
|
|
||||||
|
|
||||||
!! black dark/light
|
!! black dark/light
|
||||||
*color0: S_base02
|
URxvt.color0: S_base02
|
||||||
*color8: S_base03
|
URxvt.color8: S_base03
|
||||||
|
|
||||||
!! red dark/light
|
!! red dark/light
|
||||||
*color1: S_red
|
URxvt.color1: S_red
|
||||||
*color9: S_orange
|
URxvt.color9: S_orange
|
||||||
|
|
||||||
!! green dark/light
|
!! green dark/light
|
||||||
*color2: S_green
|
URxvt.color2: S_green
|
||||||
*color10: S_base01
|
URxvt.color10: S_base01
|
||||||
|
|
||||||
!! yellow dark/light
|
!! yellow dark/light
|
||||||
*color3: S_yellow
|
URxvt.color3: S_yellow
|
||||||
*color11: S_base00
|
URxvt.color11: S_base00
|
||||||
|
|
||||||
!! blue dark/light
|
!! blue dark/light
|
||||||
*color4: S_blue
|
URxvt.color4: S_blue
|
||||||
*color12: S_base0
|
URxvt.color12: S_base0
|
||||||
|
|
||||||
!! magenta dark/light
|
!! magenta dark/light
|
||||||
*color5: S_magenta
|
URxvt.color5: S_magenta
|
||||||
*color13: S_violet
|
URxvt.color13: S_violet
|
||||||
|
|
||||||
!! cyan dark/light
|
!! cyan dark/light
|
||||||
*color6: S_cyan
|
URxvt.color6: S_cyan
|
||||||
*color14: S_base1
|
URxvt.color14: S_base1
|
||||||
|
|
||||||
!! white dark/light
|
!! white dark/light
|
||||||
*color7: S_base2
|
URxvt.color7: S_base2
|
||||||
*color15: S_base3
|
URxvt.color15: S_base3
|
||||||
! }}}
|
! }}}
|
||||||
|
|
Loading…
Reference in a new issue