-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources.old
135 lines (95 loc) · 2.9 KB
/
.Xresources.old
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
*.font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-*-*
*.boldFont: -*-terminus-medium-*-*-*-18-*-*-*-*-*-*-*
! urxvt icon - https://aur.archlinux.org/packages/rxvt-unicode-pixbuf/
URxvt.iconFile: /home/ticho/.icons/papirus/32x32/apps/xterm-color.svg
! add extensions here
URxvt.perl-ext-common: default,matcher,font-size,tabbed
! tabbed colors
URxvt.tabbed.tabbar-fg: 8
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 3
URxvt.tabbed.tab-bg: 0
! url matcher extension
URxvt*matcher.button: 1
Urxvt*matcher.pattern: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.mapAlert: true
! color bold, color italic
*.colorBD: #7d7875
*.colorIT: #7d7875
! no idea what this is
URxvt.selection.pattern-0: ([[:word:]]+)
URxvt*secondaryscroll: true
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt*dynamicColors: on
URxvt*depth: 24
Xcursor.theme: handhelds
Xcursor.size: 8
!URxvt*depth:32
URxvt*transparent: false
URxvt*shading: 15
URxvt*fading: 0
URxvt.tintColor: gray
*.fadeColor: #252525
*.borderless: true
*.geometry: 130x40
Urxvt*termName: rxvt-unicode-256color
Urxvt*allow_bold: false
*.scrollBar: false
*background: #252525
*.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
! font size perl extension
URxvt.keysym.A-Up: perl:font-size:increase
URxvt.keysym.A-Down: perl:font-size:decrease
URxvt.keysym.A-S-Up: perl:font-size:incglobal
URxvt.keysym.A-S-Down: perl:font-size:decglobal
URxvt.keysym.A-Left: perl:font-size:reset
! adding stuff for dwm and urxvt
URxvt.internalBorder: 40
! disable catching ctrl+shift, since I want ctrl+shift+r to be vims redo
URxvt.iso14755: false
URxvt.iso14755_52: false
! dkeg something
! special
*.foreground: #d3d3d3
*.background: #111111
*.cursorColor: #d3d3d3
! black
*.color0: #382c2f
*.color8: #ac9377
! red
*.color1: #48393a
*.color9: #baa17e
! green
*.color2: #65534d
*.color10: #bca282
! yellow
*.color3: #79665a
*.color11: #c1a67e
! blue
*.color4: #836e5e
*.color12: #cfb48e
! magenta
*.color5: #8e7766
*.color13: #d1baa3
! cyan
*.color6: #917781
*.color14: #dfc39b
! white
*.color7: #9a846d
*.color15: #eed8c4