-
Notifications
You must be signed in to change notification settings - Fork 1
/
Xresources
143 lines (129 loc) · 3.43 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
Xft.dpi: 192
URxvt.cursorBlink: True
URxvt.cursorUnderline: True
URxvt.cursorColor:yellow
/*
* maps ctrl + arrow to xterm bindings
*/
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.A-Up: perl:font-size:increase
URxvt.keysym.A-Down: perl:font-size:decrease
URxvt.keysym.A-equal: perl:font-size:reset
URxvt.keysym.A-space: perl:font-size:show
URxvt.perl-ext-common: font-size
URxvt.keysym.Home: \033[7~
URxvt.keysym.End: \033[8~
URxvt.keysym.KP_Home: \033[7~
URxvt.keysym.KP_End: \033[8~
URxvt.keysym.Shift-F5: \033[15;2~
xterm*BorderWidth: 0
xterm*BorderColor: white
/* XTerm */
xterm*font: -*-*-medium-r-*-*-18-*-*-*-*-*-iso10646-*
*saveLines: 10000
*VT100*font: -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
*VT100*font2: -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
*VT100*font3: -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
*VT100*font4: -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
*VT100*font5: -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
*VT100*font6: -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
*metaSendsEscape: true
*VT100*boldColors: true
*VT100*boldMode: false
*VT100*colorBDMode: true
*VT100*foreground: rgb:bb/bb/bb
*VT100*background: black
/*
*VT100*color0: rgb:0/0/0
*VT100*color1: rgb:b2/18/18
*VT100*color2: rgb:18/b2/18
*VT100*color3: rgb:b2/68/18
*VT100*color4: rgb:30/30/b0
*VT100*color5: rgb:b2/18/b2
*VT100*color6: rgb:18/b2/b2
*VT100*color7: rgb:b2/b2/b2
*VT100*color8: rgb:68/68/68
*VT100*color9: rgb:ff/54/54
*VT100*color10: rgb:54/ff/54
*VT100*color11: rgb:ff/ff/54
*VT100*color12: rgb:5c/80/ff
*VT100*color13: rgb:ff/54/ff
*VT100*color14: rgb:54/ff/ff
*VT100*color15: rgb:ff/ff/ff
*/
*charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
/*
* URxvt*letterSpace: -1
*/
URxvt.cutchars: "`\"'()*,;<>[]{|}"
/*
URxvt.font: -*-terminal-*-r-*-*-14-*-*-*-*-*-iso8859-*
URxvt.boldFont: -*-terminal-*-r-*-*-14-*-*-*-*-*-iso8859-*
URxvt.font: xft:Monospace-9
URxvt.boldFont: xft:Monospace-9
URxvt.font: xft:Inconsolata-g for Powerline:size=9
URxvt.font: xft:Liberation Mono for Powerline:size=6
*/
URxvt.font: xft:Cousine for Powerline:size=9
URxvt.boldFont: xft:Cousine for Powerline:style=Bold:size=9
URxvt.color0: #000
! dark red
URxvt.color1: #b21818
! green
URxvt.color2: #3cb371
! marron
URxvt.color3: #bf7f00
! blue
URxvt.color4: #3030b0
! Magenta
URxvt.color5: #bf0fbf
! Cyan
URxvt.color6: #89d1ec
!light grey
URxvt.color7: #b2b2b2
!dark grey
URxvt.color8: #686868
! red
URxvt.color9: #ff5454
! light green
URxvt.color10: #54ff54
! light yellow
URxvt.color11: #ffff54
! light blue
URxvt.color12: #5c80ff
! light Magenta
URxvt.color13: #e75699
! light Cyan
URxvt.color14: #1cfafe
! white
URxvt.color15: #ffffff
URxvt.foreground: #bbbbbb
URxvt.background: #070A21
URxvt.colorBD: white
URxvt.intensityStyles: true
!
! borders
!
! pixels for external border
URxvt.externalBorder: 0
! pixels for internal border
URxvt.internalBorder: 3
! remove border
URxvt.borderLess: false
URxvt.borderColor: black
URxvt.perl-ext: default
URxvt.fading: 10
URxvt.reverseVideo: false
URxvt.scrollstyle: plain
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: false
URxvt.scrollTtyKeypress: true
URxvt.saveLines: 20000
URxvt.insecure: true
URxvt.meta8: false
URxvt.mouseWheelScrollPage: false
URrxvt.visualBell: true