-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
159 lines (134 loc) · 3.46 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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!Xft
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!urxvt
URxvt*termName: rxvt-unicode
urxvt*saveLines: 9000
urxvt.scrollBar: false
urxvt.borderLess: false
urxvt.letterSpace: 0
URxvt*font: -misc-tamzen-medium-r-normal--15-108-100-100-c-80-iso8859-1
URxvt*boldFont: -misc-bold-medium-r-normal--15-108-100-100-c-80-iso8859-1
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt.iso14755: False
!Make transparency
urxvt*transparent: true
urxvt*shading: 10
!Home-End keys
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!general settings
!*.background: #1b1b1b
!*.foreground: #FFFFFF
!special
!Black
!*color0: #3D3D3D
!*color8: #4D4D4D
!Red
!*color1: #6673BF
!*color9: #899AFF
!Green
!*color2: #3EA290
!*color10: #52AD91
!Yellow
!*color3: #B0EAD9
!*color11: #98C9BB
!Blue
!*color4: #31658C
!*color12: #477AB3
!Magenta
!*color5: #596196
!*color13: #7882BF
!Cyan
!*color6: #8292B2
!*color14: #95A7CC
!White
!*color7: #C8CACC
!*color15: #EDEFF2
!*foreground: #DDCCBB
! Brown BG
!*background: #30251D
! Grey BG
!*background: #151515
!black
!*color0: #393939
!*color8: #AF875F
!red
!*color1: #BF1E2D
!*color9: #E7212A
!green
!*color2: #9DBA3A
!*color10: #A9C938
!yellow
!*color3: #F5B915
!*color11: #F7D325
!blue
!*color4: #1CA1DB
!*color12: #00AFDA
!magenta
!*color5: #652F90
!*color13: #894E9F
!cyan
!*color6: #EA7D24
!*color14: #F79321
!white
!*color7: #E7E8E9
!*color15: #F3F3F4
! Base16 Flat
! Scheme: Chris Kempson (http://chriskempson.com)
!#define base00 #2c3e50
!#define base01 #34495e
!#define base02 #7f8c8d
!#define base03 #95a5a6
!#define base04 #bdc3c7
!#define base05 #e0e0e0
!#define base06 #f5f5f5
!#define base07 #ecf0f1
!#define base08 #e74c3c
!#define base09 #e67e22
!#define base0A #f1c40f
!#define base0B #2ecc71
!#define base0C #1abc9c
!#define base0D #3498db
!#define base0E #9b59b6
!#define base0F #be643c
!*foreground: base05
#ifdef background_opacity
!*background: [background_opacity]base00
#else
!*background: base00
#endif
!*cursorColor: base05
!*color0: base00
!*color1: base08
!*color2: base0B
!*color3: base0A
!*color4: base0D
!*color5: base0E
!*color6: base0C
!*color7: base05
!*color8: base03
!*color9: base08
!*color10: base0B
!*color11: base0A
!*color12: base0D
!*color13: base0E
!*color14: base0C
!*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
!*color16: base09
!*color17: base0F
!*color18: base01
!*color19: base02
!*color20: base04
!*color21: base06