-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Xresources
More file actions
171 lines (150 loc) · 3.34 KB
/
Copy path.Xresources
File metadata and controls
171 lines (150 loc) · 3.34 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
!#include "XTerm"
*customization: -color
XTerm*termName: xterm-256color
!keycodes
XTerm*ttyModes: erase ^?
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
XTerm*backarrowKey: false
! BS 0x08 ^H
! DEL 0x7f ^?
! ESC 0x1b ^[
!XTerm*VT100.Translations: #override \
! <Key>BackSpace: string(0x7f) \n\
! Shift Ctrl <Key>N: spawn-new-terminal() \n\
! Shift Ctrl <Key>W: quit() \n\
XTerm*VT100.Translations: #override \
<Key>Home: string(\033OH) \n\
<Key>End: string(\033OF) \n\
Meta <Key>Delete: string("\033[3;3~") \n\
Shift Ctrl <Key>Prior: string(\033[5;6~) \n\
Shift Ctrl <Key>Next: string(\033[6;6~) \n\
<Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) \n
!scrollbar
XTerm*saveLines: 10000
XTerm*scrollBar: true
XTerm*rightScrollBar: true
XTerm*jumpScroll: true
!profile
XTerm*background: #E0DDCA
XTerm*foreground: #382222
XTerm*cursorColor: #382222
!XTerm*highlightColor: #382222
!XTerm*colorBD: rgb:fc/fc/fc
XTerm*colorBD: Black
XTerm*colorBDMode: true
XTerm*colorUL: DarkRed
XTerm*colorULMode: true
XTerm*veryBoldColors: 6
!cursor
XTerm*cursorBlink: true
XTerm*cursorOffTime: 600
XTerm*cursorOnTime: 600
!fonts
XTerm*faceName: Mono
XTerm*faceSize: 10
!XTerm*faceName: xft:Mono:pixelsize=14
XTerm*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
XTerm*boldColors: true
XTerm*boldMode: true
!misc
XTerm*utf8: 2
XTerm*reverseVideo: false
XTerm*dynamicColors: true
XTerm*allowTcapOps: true
!size
XTerm*VT100.geometry: 120x35
XTerm*ptySttySize: true
XTerm*waitForMap: true
!scroll
XTerm*scrollTtyOutput: false
XTerm*scrollKey: true
!ANSI COLORS
!black
XTerm*color0: #2E3436
XTerm*color8: #5F615C
!red
XTerm*color1: #AA0000
XTerm*color9: #EF2929
!green
XTerm*color2: #028000
XTerm*color10: #03B200
!yellow
XTerm*color3: #B08400
XTerm*color11: #CCAA00
!blue
XTerm*color4: #0029B5
XTerm*color12: #268FFF
!magent
XTerm*color5: #940094
XTerm*color13: #CC00CC
!cyan
XTerm*color6: #06989A
XTerm*color14: #34E2E2
!white
XTerm*color7: #AAAAAA
XTerm*color15: #FFFFFF
!selection: -+_/~@.*
XTerm*charClass: 45:48,43:48,95:48,47:48,126:48,64:48,46:48,42:48
!#include "URxvt"
URxvt*termName: xterm-256color
! keycodes
URxvt.keysym.Home: \033OH
URxvt.keysym.End: \033OF
URxvt.keysym.Meta-Delete: \033[3;3~
URxvt.keysym.Shift-Ctrl-Prior: \033[5;6~
URxvt.keysym.Shift-Ctrl-Next: \033[6;6~
! window
URxvt*scrollBar: false
URxvt*depth: 32
URxvt*geometry: 120x35
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: false
URxvt*scrollTtyKeypress: true
! fonts
URxvt*font: xft:Mono:size=10
URxvt*boldColors: true
URxvt*boldMode: true
URxvt*colorBD: Black
URxvt*colorBDMode: true
URxvt*colorUL: DarkRed
URxvt*colorULMode: true
URxvt*veryBoldColors: 6
! word selection
URxvt*cutchars: "`\"'&()*,;:<=>?[]^{|}│"
! --- special colors ---
URxvt*background: [95]#f2f0e6
URxvt*foreground: #1f1f1f
! --- standard colors ---
! black
URxvt*color0: #181919
! bright_black
URxvt*color8: #1f1f1f
! red
URxvt*color1: #91081b
! bright_red
URxvt*color9: #b7263c
! green
URxvt*color2: #1b9208
! bright_green
URxvt*color10: #349e21
! yellow
URxvt*color3: #aa9623
! bright_yellow
URxvt*color11: #b7a126
! blue
URxvt*color4: #2337aa
! bright_blue
URxvt*color12: #263cb7
! magenta
URxvt*color5: #9623aa
! bright_magenta
URxvt*color13: #a126b7
! cyan
URxvt*color6: #23aa96
! bright_cyan
URxvt*color14: #26b7a1
! white
URxvt*color7: #bebebe
! bright_white
URxvt*color15: #ffffff