-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
executable file
·192 lines (156 loc) · 4.16 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
! Xft settings ---------------------------------------------------------------
Xft.dpi: 86
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! Xterm settings
! Main
XTerm*utf8: 1
XTerm*locale: true
XTerm*selectToClipboard: true
XTerm*faceName: Hermit
XTerm*faceNameDoublesize: 07YasashisaGothic
XTerm*faceSize: 9
XTerm*cjkWidth: true
! XTerm*ximFont: -misc-fixed-medium-normal--14-130-75-75-c-140-jisx0208.1983-0
! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night:
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim
! vim: ft=xdefaults
*background: #1D1F21
*foreground: #C5C8C6
! black
*color0: #282A2E
*color8: #373B41
! red
*color1: #A54242
*color9: #CC6666
! green
*color2: #8C9440
*color10: #B5BD68
! yellow
! *color3: #DE935F
*color3: #ffe174
*color11: #F0C674
! blue
*color4: #5F819D
*color12: #81A2BE
! magenta
*color5: #85678F
*color13: #B294BB
! cyan
*color6: #5E8D87
*color14: #8ABEB7
! white
*color7: #707880
*color15: #C5C8C6
! !TomorrowNight
! #define t_background #1d1f21
! #define t_current_line #282a2e
! #define t_selection #373b41
! #define t_foreground #c5c8c6
! #define t_comment #969896
! #define t_red #cc6666
! #define t_orange #de935f
! ! #define t_yellow #f0c674
! #define t_yellow #ffe174
! #define t_green #b5bd68
! #define t_aqua #8abeb7
! ! #define t_blue #81a2be
! #define t_blue #95c7ff
! #define t_purple #b294bb
! *.foreground: t_foreground
! *.background: t_background
! *.cursorColor: #aeafad
! ! Black / Grey
! *.color0: #000000
! *.color8: #666666
! ! Red / Bright Red
! *.color1: t_red
! *.color9: #FF3334
! ! Green + Bright Green
! *.color2: t_green
! ! *.color10: #9ec400
! *.color10: t_green
! ! Yellow (Orange) + Bright Yellow (Yellow)
! !*.color3: t_orange
! *.color3: t_yellow
! *.color11: t_yellow
! ! Blue + Bright Blue
! *.color4: t_blue
! *.color12: t_blue
! ! Magenta (Purple) + Bright Magenta
! *.color5: t_purple
! *.color13: #b777e0
! ! Cyan (Aqua) + Bright Cyan
! *.color6: t_aqua
! *.color14: #54ced6
! ! Light Grey (Selection) + White (Current Line)
! *.color7: t_selection
! *.color15: t_current_line
! ! Solarized color scheme for the X Window System
! !
! ! http://ethanschoonover.com/solarized
! ! Common
! ! #define S_yellow #b58900
! #define S_yellow #eab700
! #define S_orange #cb4b16
! ! #define S_red #dc322f
! #define S_red #FF3334
! #define S_magenta #d33682
! #define S_violet #6c71c4
! #define S_blue #268bd2
! #define S_cyan #2aa198
! ! #define S_green #859900
! #define S_green #b5bd68
! ! 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_base03 #fefbf3
! #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
! ! To only apply colors to your terminal, for example, prefix
! ! the color assignment statement with its name. Example:
! !
! ! URxvt*background: S_base03
! *background: S_base03
! *foreground: S_base0
! *fading: 40
! *fadeColor: S_base03
! *cursorColor: S_base1
! *pointerColorBackground: S_base01
! *pointerColorForeground: S_base1
! *color0: S_base02
! *color1: S_red
! *color2: S_green
! *color3: S_yellow
! *color4: S_blue
! *color5: S_magenta
! *color6: S_cyan
! *color7: S_base2
! ! *color9: S_orange
! *color9: S_red
! *color8: S_base03
! *color10: S_base01
! *color11: S_base00
! *color12: S_base0
! *color13: S_violet
! *color14: S_base1
! *color15: S_base3
XTerm*saveLines: 2000
! XTerm*geometry: 80x25+300+100
XTerm*scrollBar: true
Emacs*useXIM: false