-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
174 lines (146 loc) · 4.68 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
Xft.dpi: 96
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: false
Xft.hintstyle: hintslight
! scrollback buffer lines - 65535 is max (64 is default)
URxvt*saveLines:12000
! font color (default is black)
!URxvt*foreground:White
! background color (prior to tinting) (default is white)
!URxvt*background:Black
! xft fonts - anti-aliased xft font setup is nice, but can be choppy
!URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=13
URxvt*font: xft:Inconsolata for Powerline:pixelsize=18:antialias=true:hinting=true:medium
URxvt*boldFont: xft:Inconsolata for Powerline:pixelsize=18:antialias=true:hinting=true:bold
!URxvt*font: xft:Menlo for Powerline:pixelsize=15
!URxvt*boldFont: xft:Menlo for Powerline:pixelsize=15
!URxvt*font: xft:DejaVu Serif:pixelsize=15
!URxvt*boldFont: xft:Georgia:pixelsize=15
!URxvt*font: xft:Monospace:pixelsize=15
! scrollbar - true (default) or false
URxvt*scrollBar:false
! scrollbar position - left=false (default) or right=true
URxvt*scrollBar_right:false
! Solarized color scheme for the X Window System
!
! http://ethanschoonover.com/solarized
! Common
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900
! Dark {{{
#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
!}}}
! 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
!}}}
!Solarized {{{
! To only apply colors to your terminal, for example, prefix
! the color assignment statement with its name. Example:
!
!URxvt*background: S_base03
!URxvt*background: S_base03
!URxvt*foreground: S_base0
!URxvt*fading: 40
!URxvt*fadeColor: S_base03
!URxvt*cursorColor: S_base1
!URxvt*pointerColorBackground: S_base01
!URxvt*pointerColorForeground: S_base1
!URxvt*color0: S_base02
!URxvt*color1: S_red
!URxvt*color2: S_green
!URxvt*color3: S_yellow
!URxvt*color4: S_blue
!URxvt*color5: S_magenta
!URxvt*color6: S_cyan
!URxvt*color7: S_base2
!URxvt*color9: S_orange
!URxvt*color8: S_base03
!URxvt*color10: S_base01
!URxvt*color11: S_base00
!URxvt*color12: S_base0
!URxvt*color13: S_violet
!URxvt*color14: S_base1
!URxvt*color15: S_base3
!}}}
!https://github.com/dmedvinsky/badwolf.xdefaults
! X11 colors pieced together by Dmitry Medvinsky.
! Based on Vim colorscheme "badwolf" pieced together by Steve Losh.
! vim: fdm=marker
! Colors definition {{{
#define plain #f8f6f2
#define snow #ffffff
#define coal #000000
#define brightgravel #d9cec3
#define lightgravel #998f84
#define gravel #857f78
#define mediumgravel #666462
#define deepgravel #45413b
#define deepergravel #35322d
#define darkgravel #242321
#define blackgravel #1c1b1a
#define blackestgravel #141413
#define dalespale #fade3e
#define dirtyblonde #f4cf86
#define taffy #ff2c4b
#define saltwatertaffy #8cffba
#define tardis #0a9dff
#define orange #ffa724
#define lime #aeee00
#define dress #ff9eb8
#define toffee #b88853
#define coffee #c7915b
#define darkroast #88633f
! }}}
! Resourses {{{
URxvt*background: blackgravel
URxvt*foreground: plain
URxvt*cursorColor: lime
URxvt*scrollColor: deepgravel
!URxvt*fadeColor: snow
!URxvt*fading: 10
!black
URxvt*color0: blackestgravel
URxvt*color8: coal
!red
URxvt*color1: taffy
URxvt*color9: taffy
!green
URxvt*color2: lime
URxvt*color10: lime
!yellow
URxvt*color3: dalespale
URxvt*color11: orange
!blue
URxvt*color4: tardis
URxvt*color12: tardis
!magenta
URxvt*color5: dress
URxvt*color13: dress
!cyan
URxvt*color6: saltwatertaffy
URxvt*color14: saltwatertaffy
!white
URxvt*color7: brightgravel
URxvt*color15: snow
! }}}