-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
129 lines (119 loc) · 2.03 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
! X11 stuff
Xcursor.size: 16
!
! XTerm and general apps stuff
!
XTerm*ptyInitialErase: true
xterm.*backarrowKey: true
reverseVideo: false
*ScrollBar: on
*leftScrollBar: on
*multiScroll: on
*jumpScroll: on
*vt100.scrollbar.width: 8
!xterm*font: -xos4-terminus-bold-r-normal-*-14-*-*-*-*-*--*
!*font: -xos4-terminus-bold-r-normal-*-14-*-*-*-*-*-*-*
xterm*font: -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso8859-*
*font: -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso8859-*
*utf8: true
xterm*utf8: true
*vt100.utf8: true
*vt100.translations: #override \
Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\
Shift Ctrl <Key> V: insert-selection(CLIPBOARD)
xterm*loginShell: true
xterm*saveLines: 10000000
xterm*eightBitInput: false
!
! Oldyellow theme
!
! special
!*foreground: #ffff7f
!*background: #111105
!*cursorColor: #ffff7f
! black
!*color0: #222211
!*color8: #444422
! red
!*color1: #ff2211
!*color9: #ff4422
! green
!*color2: #22ff11
!*color10: #44ff22
! yellow
!*color3: #ffff11
!*color11: #ffff22
! blue
!*color4: #22557f
!*color12: #44777f
! magenta
!*color5: #ff227f
!*color13: #ff447f
! cyan
!*color6: #22d350
!*color14: #44e370
! white
!*color7: #bbbb5e
!*color15: #dddd6f
!
! OrangeJuice theme
!
! special
!*foreground: #c9c4b3
!*background: #191f24
!*cursorColor: #c9c4b3
! black
!*color0: #100500
!*color8: #a09080
! red
!*color1: #803300
!*color9: #ff9233
! green
!*color2: #338000
!*color10: #66ff00
! yellow
!*color3: #806600
!*color11: #ffb300
! blue
!*color4: #003366
!*color12: #0066b3
! magenta
!*color5: #803366
!*color13: #ff66b3
! cyan
!*color6: #338066
!*color14: #66ffb3
! white
!*color7: #c9c4b3
!*color15: #fff2e0
!
! Libcom theme
!
! special
*foreground: #ffd4d4
*background: #000000
*cursorColor: #ff1111
! black
*color0: #333333
*color8: #7f7f7f
! red
*color1: #ff0000
*color9: #ff6666
! green
*color2: #7f9900
*color10: #99b366
! yellow
*color3: #ff9900
*color11: #ffb366
! blue
*color4: #33007f
*color12: #7f6699
! magenta
*color5: #ff007f
*color13: #ff6699
! cyan
*color6: #7f7fff
*color14: #9f9fff
! white
*color7: #999999
*color15: #ffffff