urxvt: use solarized light
[~bandali/configs] / .Xresources.d / rxvt-unicode
CommitLineData
ec80f07a
AB
1! Font
2URxvt.font: xft:source code pro:pixelsize=14:antialias=true:hinting=true, xft:dejavu sans mono:pixelsize=15:antialias=true:hinting=true
3URxvt.boldFont: xft:source code pro:semibold:pixelsize=14:antialias=true:hinting=true:bold, xft:dejavu sans mono:pixelsize=15:antialias=true:hinting=true:bold
4URxvt.italicFont: xft:source code pro:italic:pixelsize=14:antialias=true:hinting=true:italic, xft:dejavu sans mono:pixelsize=15:antialias=true:hinting=true:italic
5URxvt.bolditalicFont: xft:source code pro:semibold:italic:pixelsize=14:antialias=true:hinting=true:bold:italic, xft:dejavu sans mono:pixelsize=15:antialias=true:hinting=true:bolditalic
6
7URxvt.xftAntialias: true
47965d69 8URxvt.letterSpace: -1
ec80f07a 9
218e3f10
AB
10!URxvt.depth: 0
11!URxvt.loginShell: true
12!URxvt*buffered: false
ec80f07a
AB
13URxvt.saveLines: 100000
14URxvt.internalBorder: 3
15URxvt.lineSpace: 0
16URxvt.scrollBar: false
17URxvt.scrollStyle: rxvt
18URxvt*scrollTtyOutput: false
19URxvt*scrollWithBuffer: true
20URxvt*scrollTtyKeypress: true
21URxvt.keysym.Shift-Up: command:\033]720;1\007
22URxvt.keysym.Shift-Down: command:\033]721;1\007
23
24URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
25URxvt.url-select.launcher: firefox
26URxvt.url-select.underline: true
27URxvt.keysym.M-u: perl:url-select:select_next
28URxvt.keysym.M-Escape: perl:keyboard-select:activate
29URxvt.keysym.M-s: perl:keyboard-select:search
218e3f10 30URxvt.url-launcher: /usr/bin/abrowser
ec80f07a
AB
31URxvt.matcher.button: 1
32URxvt.iso14755: false
33URxvt.iso14755_53: false
34URxvt.keysym.M-c: perl:clipboard:copy
35URxvt.keysym.M-v: perl:clipboard:paste
36URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
37URxvt.keysym.C-Up: font-size:increase
38URxvt.keysym.C-Down: font-size:decrease
39URxvt.keysym.C-S-Up: font-size:incglobal
40URxvt.keysym.C-S-Down: font-size:decglobal
41URxvt.keysym.C-equal: font-size:reset
42!URxvt.keysym.C-question: font-size:show
43
218e3f10 44!URxvt.iconFile: /usr/share/icons/elementary-xfce/apps/48/terminal.png
ec80f07a
AB
45
46!urxvt*foreground: white
47!urxvt*background: black
48
49!*color0: #2E3436
50!*color1: #a40000
51!*color2: #4E9A06
52!*color3: #C4A000
53!*color4: #3465A4
54!*color5: #75507B
55!*color6: #ce5c00
56!*color7: #babdb9
57!*color8: #555753
58!*color9: #EF2929
59!*color10: #8AE234
60!*color11: #FCE94F
61!*color12: #729FCF
62!*color13: #AD7FA8
63!*color14: #fcaf3e
64!*color15: #EEEEEC
65
66!URxvt.foreground: #C8C8C8
67!URxvt.background: #FFFFFF
68
69!! black
70!*color0: #2E3436
71!*color8: #555753
72!! red
73!*color1: #a40000
74!*color9: #EF2929
75!! green
76!*color2: #4E9A06
77!*color10: #8AE234
78!! yellow
79!*color3: #C4A000
80!*color11: #FCE94F
81!! blue
82!*color4: #3465A4
83!*color12: #729FCF
84!! purple
85!*color5: #75507B
86!*color13: #AD7FA8
87!! orange (replaces cyan)
88!*color6: #ce5c00
89!*color14: #fcaf3e
90!! white
91!*color7: #babdb9
92!*color15: #EEEEEC
93
3e333264
AB
94
95! Solarized
96! Base16 Solarized Light
97! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized)
98
99#define base00 #fdf6e3
100#define base01 #eee8d5
101#define base02 #93a1a1
102#define base03 #839496
103#define base04 #657b83
104#define base05 #586e75
105#define base06 #073642
106#define base07 #002b36
107#define base08 #dc322f
108#define base09 #cb4b16
109#define base0A #b58900
110#define base0B #859900
111#define base0C #2aa198
112#define base0D #268bd2
113#define base0E #6c71c4
114#define base0F #d33682
115
116*foreground: base05
117#ifdef background_opacity
118*background: [background_opacity]base00
119#else
120*background: base00
121#endif
122*cursorColor: base05
123
124*color0: base00
125*color1: base08
126*color2: base0B
127*color3: base0A
128*color4: base0D
129*color5: base0E
130*color6: base0C
131*color7: base05
132
133*color8: base03
134*color9: base08
135*color10: base0B
136*color11: base0A
137*color12: base0D
138*color13: base0E
139*color14: base0C
140*color15: base07
141
142! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
143! use 'shell' template to set these if necessary
144*color16: base09
145*color17: base0F
146*color18: base01
147*color19: base02
148*color20: base04
149*color21: base06
150
151
ec80f07a 152! Tango colour theme for rxvt-unicode
3e333264
AB
153! URxvt.background: #FFFFFF
154! URxvt.foreground: #000000
155
156! ! Black
157! URxvt.color0: #2E3436
158! URxvt.color8: #757773
159
160! ! Red
161! URxvt.color1: #CC0000
162! URxvt.color9: #EF2929
163
164! ! Green
165! URxvt.color2: #4E9A06
166! URxvt.color10: #8AE234
167
168! ! Yellow
169! URxvt.color3: #C4A000
170! URxvt.color11: #FCE94F
171
172! ! Blue
173! URxvt.color4: #3465A4
174! URxvt.color12: #729FCF
175
176! ! Magenta
177! URxvt.color5: #75507B
178! URxvt.color13: #AD7FA8
179
180! !! Cyan
181! !URxvt.color6: #06989A
182! !URxvt.color14: #34E2E2
183! ! orange (replaces cyan)
184! ,*color6: #ce5c00
185! ,*color14: #fcaf3e
186
187! ! White
188! URxvt.color7: #D3D7CF
189! URxvt.color15: #EEEEEC