-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXresources
More file actions
194 lines (146 loc) · 5.54 KB
/
Xresources
File metadata and controls
194 lines (146 loc) · 5.54 KB
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
193
194
! ----------------------------------------------------------------------------
! file: ~/.Xresources
! author: Kris / @krp
! modified: December 2011
! vim: set fenc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=xdefaults:
! ----------------------------------------------------------------------------
! terminal colours
!*foreground:#a0a0a0
!*background:#1b1d1e
! makes all fonts tiny
!Xft.dpi: 63
! makes all fonts large
!Xft.dpi: 130
!Xft.dpi: 94.34
! Xcursor --------------------------------------------------------------------
Xcursor.theme: aero
!Xcursor.size: 22
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! Additional freetype now that infinality is gone
Xft.autohint: 0
Xft.lcdfilter: lcddefault
! colors (general) --------------------------
! very nice base colors
*foreground: #c0c0c0
!*background: #1b1d1e
!black
*color0: #1b1d1e
*color8: #505354
!red
*color1: #f92672
*color9: #fc2200
!green
*color2: #29c900
*color10: #80ff00
!yellow
*color3: #fd971f
*color11: #ffff33
!blue
*color4: #0080ff
!!*color12: #8cedff
*color12: #4da6ff
!magenta (purple instead of pink)
*color5: #5800b3
*color13: #a64dff
!cyan
*color6: #465457
*color14: #899ca1
!white
*color7: #ccccc6
*color15: #f8f8f2
! urxvt ----------------------------------------------------------------------
! Transparency
URxvt.transparent: true
URxvt.shading: 30
!URxvt.tintColor: Green
! Scrollbar
URxvt.scrollBar: off
! Home/End Keys
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
!URxvt*keysym.Home: \e[1~
!URxvt*keysym.End: \e[4~
URxvt*saveLines: 1000000
!URxvt.font: xft:Liberation Mono:pixelsize=12
!URxvt.font: xft:Monaco
! Bold again looks great, but linux fucks it up. Needs
! urxvt -letsp 0 -title Herp -geometry 400x20 -sh 10 -fn "xft:Monaco:pixelsize=11" -fb "xft:Termsyn:pixelsize=10"
!:antialias=true:hinting=true
!URxvt.letterSpace: -1
!
!URxvt.cursorColor: #00DD00
URxvt.cursorColor: #5995ff
!URxvt.pointerColor: #dc74d1
URxvt.cursorColor2: #FF00FF
!URxvt.background: #0e0e0e
!URxvt.foreground: #4ad5e1
!URxvt.color0: #000000
!URxvt.color8: #8b8f93
!URxvt.color1: #dc74d1
!URxvt.color9: #dc74d1
!URxvt.color2: #0eb8c7
!URxvt.color10: #0eb8c7
!URxvt.color3: #dfe37e
!URxvt.color11: #dfe37e
!URxvt.color5: #9e88f0
!URxvt.color13: #9e88f0
!URxvt.color6: #73f7ff
!URxvt.color14: #73f7ff
!URxvt.color7: #e1dddd
!URxvt.color15: #e1dddd
! URxvt features from urxvt-perls AUR package.
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize-font,vim-insert
URxvt.url-select.underline: true
! Selects URLs in urxvt with Alt-U
URxvt.keysym.M-u: perl:url-select:select_next
!URxvt.url-select.launcher: firefox
! Alt-Esc then vim keys allows visual selection.
URxvt.keysym.M-Escape: perl:keyboard-select:activate
! Alt-S searches scrollback
URxvt.keysym.M-s: perl:keyboard-select:search
!
URxvt.depth: 32
! [opacity]#RRGGBB
URxvt.background: [90]#000020
! Regular resolution
URxvt.font: xft:monofur:bold:pixelsize=16:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
URxvt.boldFont: xft:monofur:bold:pixelsize=16:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
URxvt.italicFont: xft:monofur:bold:pixelsize=16:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
URxvt.bolditalicFont: xft:monofur:bold:pixelsize=16:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!4K res
!URxvt.font: xft:monofur:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.boldFont: xft:monofur:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.italicFont: xft:monofur:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.bolditalicFont: xft:monofur:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.font: xft:Courier New:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.boldFont: xft:Courier New:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.italicFont: xft:Courier New:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
!URxvt.bolditalicFont: xft:Courier New:pixelsize=30:antialias=true:hinting=true, xft:Menlo for Powerline:pixelsize=20:antialias=true:hinting=true
URxvt.lineSpace: 1
!URxvt.letterSpace: 1
URxvt.letterSpace: -1
URxvt.geometry: 150x40
!URxvt.geometry: 200x40
!URxvt.tintColor: gray
!URxvt.shading: 30
!
! Fonts that are potentially good. Use on command line to test.
! Located in /usr/share/fonts/misc/fonts.alias
! Also use fc-list for font names.
! -fn stands for normal font, -fb for bold. Ugly without both.
! urxvt -fn 6x10 fb 6x10
! 6x12
!
!
!URxvt.keysym.C-Up: perl:font-size:increase
!URxvt.keysym.C-Down: perl:font-size:decrease
!URxvt.keysym.C-S-Up: perl:font-size:incglobal
!URxvt.keysym.C-S-Down: perl:font-size:decglobal
! Disable iso crap when pressing Ctrl+Shift
URxvt.iso14755: false
URxvt.iso14755_52: false