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
|
||||
|
||||
!#define S_base03 #fdf6e3
|
||||
!#define S_base02 #eee8d5
|
||||
!#define S_base01 #93a1a1
|
||||
!#define S_base00 #839496
|
||||
!#define S_base0 #657b83
|
||||
!#define S_base1 #586e75
|
||||
!#define S_base2 #073642
|
||||
!#define S_base3 #002b36
|
||||
!#define S_base03 #fdf6e3
|
||||
!#define S_base02 #eee8d5
|
||||
!#define S_base01 #93a1a1
|
||||
!#define S_base00 #839496
|
||||
!#define S_base0 #657b83
|
||||
!#define S_base1 #586e75
|
||||
!#define S_base2 #073642
|
||||
!#define S_base3 #002b36
|
||||
|
||||
*background: S_base03
|
||||
*foreground: S_base0
|
||||
*fading: 40
|
||||
*colorBD: S_base3
|
||||
*fadeColor: S_base03
|
||||
*cursorColor: S_base3
|
||||
*pointerColorBackground:S_base01
|
||||
*pointerColorForeground:S_base1
|
||||
URxvt.background: S_base03
|
||||
URxvt.foreground: S_base0
|
||||
URxvt.colorBD: S_base3
|
||||
URxvt.fadeColor: S_base03
|
||||
URxvt.cursorColor: S_base3
|
||||
URxvt.pointerColorBackground:S_base01
|
||||
URxvt.pointerColorForeground:S_base1
|
||||
|
||||
!! black dark/light
|
||||
*color0: S_base02
|
||||
*color8: S_base03
|
||||
URxvt.color0: S_base02
|
||||
URxvt.color8: S_base03
|
||||
|
||||
!! red dark/light
|
||||
*color1: S_red
|
||||
*color9: S_orange
|
||||
URxvt.color1: S_red
|
||||
URxvt.color9: S_orange
|
||||
|
||||
!! green dark/light
|
||||
*color2: S_green
|
||||
*color10: S_base01
|
||||
URxvt.color2: S_green
|
||||
URxvt.color10: S_base01
|
||||
|
||||
!! yellow dark/light
|
||||
*color3: S_yellow
|
||||
*color11: S_base00
|
||||
URxvt.color3: S_yellow
|
||||
URxvt.color11: S_base00
|
||||
|
||||
!! blue dark/light
|
||||
*color4: S_blue
|
||||
*color12: S_base0
|
||||
URxvt.color4: S_blue
|
||||
URxvt.color12: S_base0
|
||||
|
||||
!! magenta dark/light
|
||||
*color5: S_magenta
|
||||
*color13: S_violet
|
||||
URxvt.color5: S_magenta
|
||||
URxvt.color13: S_violet
|
||||
|
||||
!! cyan dark/light
|
||||
*color6: S_cyan
|
||||
*color14: S_base1
|
||||
URxvt.color6: S_cyan
|
||||
URxvt.color14: S_base1
|
||||
|
||||
!! white dark/light
|
||||
*color7: S_base2
|
||||
*color15: S_base3
|
||||
URxvt.color7: S_base2
|
||||
URxvt.color15: S_base3
|
||||
! }}}
|
||||
|
|
Loading…
Reference in a new issue