-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.Xresources~
More file actions
150 lines (115 loc) · 3.08 KB
/
Copy path.Xresources~
File metadata and controls
150 lines (115 loc) · 3.08 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
! URxvt font
URxvt.font: xft:FantasqueSansMono-Regular:size=12
URxvt.letterSpace: -1
! URxvt look
! set URxvt bold to empty to disable bold
URXvt.boldFont:
URxvt*.scrollBar: false
! URxvt size in chars
URxvt.geometry: 120x25
! URxvt icon - https://aur.archlinux.org/packages/rxvt-unicode-pixbuf/
URxvt.iconFile: SomePath/.icons/Papirus-GTK/32x32/apps/xterm-color.svg
! URxvt line space > http://brontosaurusrex.github.io/2016/07/19/urxvt-lsp-3/
URxvt.lineSpace: 6
! URxvt extensions
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
! URxvt url matcher extension
URxvt*matcher.button: 1
URxvt*matcher.pattern: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.mapAlert: true
! no idea what this is
URxvt.selection.pattern-0: ([[:word:]]+)
URxvt*secondaryscroll: true
URxvt*scrollTtyOutput: false
! URxvt scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! URxvt scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt*dynamicColors: on
URxvt*depth: 24
URxvt*transparent: false
URxvt*shading: 15
URxvt*fading: 0
URxvt.tintColor: gray
*.fadeColor: #252525
*.borderless: true
*background: #222D32
*.hightlightSection: true
*.highlightColor: #1a1a1a
*.highlightTextColor: #008800
*.trimSelection: true
*.scrollLines: 5000
! font settings --------------------------------------------------------------
Xft.autohint: true
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
!Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! adding stuff for dwm and urxvt
URxvt.internalBorder: 0
URxvt.borderColor: #333333
! disable catching ctrl+shift, since I want ctrl+shift+r to be vims redo
URxvt.iso14755: false
URxvt.iso14755_52: false
! color scheme
! google dark
! special
*.foreground: #c5c8c6
*.background: #1d1f21
*.cursorColor: #c5c8c6
! black
!*.color0: #1d1f21
*.color0: #222D32
*.color8: #969896
! red
*.color1: #cc342b
*.color9: #cc342b
! green
*.color2: #198844
*.color10: #198844
! yellow
*.color3: #fba922
*.color11: #fba922
! blue
*.color4: #3971ed
*.color12: #3971ed
! magenta
*.color5: #a36ac7
*.color13: #a36ac7
! cyan
*.color6: #3971ed
*.color14: #3971ed
! white
*.color7: #c5c8c6
*.color15: #ffffff
! Colorful colors
! special
*.foreground: #ffffff
!*.background: #000000
*.cursorColor: #ffffff
! black
*.color0: #151515
*.color8: #696969
! red
*.color1: #ff8eaf
*.color9: #ed4c7a
! green
*.color2: #a6e25f
*.color10: #a6e179
! yellow
*.color3: #f8e578
*.color11: #ffdf6b
! blue
*.color4: #a6e2f0
*.color12: #79d2ff
! magenta
*.color5: #e85b92
*.color13: #bb5d79
! cyan
*.color6: #5f868f
*.color14: #87a8af
! white
*.color7: #d5f1f2
*.color15: #e2f1f6