-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
68 lines (60 loc) · 1.61 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Xcursor.theme: OpenZone_White
URxvt*font: xft:inconsolata:pixelsize=14:antialias=true:hinting=true
URxvt*scrollBar: false
URxvt*geometry: 136x68
! Base16 Solarized
! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized)
! Dark
#define base00 #002b36
#define base01 #073642
#define base02 #586e75
#define base03 #657b83
#define base04 #839496
#define base05 #93a1a1
#define base06 #eee8d5
#define base07 #fdf6e3
! Light
!#define base00 #fdf6e3
!#define base01 #eee8d5
!#define base02 #93a1a1
!#define base03 #839496
!#define base04 #657b83
!#define base05 #586e75
!#define base06 #073642
!#define base07 #002b36
! Common
#define base08 #dc322f
#define base09 #cb4b16
#define base0A #b58900
#define base0B #859900
#define base0C #2aa198
#define base0D #268bd2
#define base0E #6c71c4
#define base0F #d33682
URxvt.foreground: base05
URxvt.background: base00
URxvt.cursorColor: base05
URxvt.color0: base00
URxvt.color1: base08
URxvt.color2: base0B
URxvt.color3: base0A
URxvt.color4: base0D
URxvt.color5: base0E
URxvt.color6: base0C
URxvt.color7: base05
URxvt.color8: base03
URxvt.color9: base08
URxvt.color10: base0B
URxvt.color11: base0A
URxvt.color12: base0D
URxvt.color13: base0E
URxvt.color14: base0C
URxvt.color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
URxvt.color16: base09
URxvt.color17: base0F
URxvt.color18: base01
URxvt.color19: base02
URxvt.color20: base04
URxvt.color21: base06