-
Notifications
You must be signed in to change notification settings - Fork 27
/
DOT.Xdefaults
178 lines (170 loc) · 6.82 KB
/
DOT.Xdefaults
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
172
173
174
175
176
! FONTS
! -----------------------------------------------------------------------------
Xft.antialias: true
Xft.hinting: false
Xft.hintstyle: 0
Xft.dpi: 75
Xft.rgba: none
! ALL TERMINALS CONFIG | XTERM | URXVT
! -----------------------------------------------------------------------------
*background: #222222
*foreground: #aaaaaa
! *fading: 40
! *fadeColor: #222222
*cursorColor: #93a1a1
*pointerColorBackground: #586e75
*pointerColorForeground: #93a1a1
! XTERM
! -----------------------------------------------------------------------------
xterm*allowBoldFonts: true
xterm*allowWindowOps: true
xterm*boldMode: false
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
xterm*cursorBlink: false
xterm*cutNewline: true
xterm*faceName: consolas
xterm*faceSize: 11
xterm*fastScroll: true
xterm*fullscreen: false
xterm*iconHint: /home/vermaden/.icons/vermaden/xterm.xpm
xterm*internalBorder: 1
xterm*jumpScroll: true
xterm*keepSelection: true
xterm*loginShell: true
xterm*metaSendsEscape: true
xterm*multiScroll: true
xterm*omitTranslation: fullscreen
xterm*on4Clicks: group
xterm*on5Clicks: page
xterm*saveLines: 1024000
xterm*scaleHeight: 1.0
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*selectToClipboard: true
xterm*SimpleMenu*font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2
xterm*termName: xterm-256color
xterm*title: xterm
xterm*veryBoldColors: 14
xterm*VT100*geometry: 150x40
xterm*VT100*translations: #override \n\
<btn1up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) \n\
Ctrl <key> minus: smaller-vt-font() \n\
Ctrl <key> plus: larger-vt-font() \n\
Ctrl Shift <key> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <key> V: insert-selection(CLIPBOARD)
! URXVT
! -----------------------------------------------------------------------------
urxvt.letterSpace: 0.0
! urxvt.font: xft:monaco:pixelsize=9,style=regular,minspace=True
urxvt.font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2
urxvt.boldFont: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2
urxvt.iconFile: /home/vermaden/.icons/vermaden/xterm.xpm
urxvt.geometry: 150x40
urxvt.cutchars: ,;
urxvt.scrollBar: false
urxvt.imLocale: en_US.UTF-8
urxvt.loginShell: true
urxvt.saveLines: 1024000
urxvt.inheritPixmap: false
urxvt.shading: 20
urxvt.xftAntialias: true
urxvt.jumpScroll: true
urxvt.tintColor: black
urxvt.internalBorder: 2
urxvt.cursorBlink: false
urxvt.cursorColor: #dd9900
urxvt.cursorColor2: #000000
urxvt.colorBD: #dddddd
urxvt.colorIT: #bbbbbb
urxvt.colorUL: #999999
urxvt.underlineColor: #999999
! VERMADEN COLOR THEME
! -----------------------------------------------------------------------------
! black
*color0: #303030
*color8: #666666
! red
*color1: #ff6565
*color9: #ff8d8d
! green
*color2: #93d44f
*color10: #c8e7a8
! yellow
*color3: #ce5c00
*color11: #f57900
! blue
*color4: #537dba
*color12: #6798d7
! magenta
*color5: #B7416E
*color13: #E16A98
! cyan
*color6: #89b6e2
*color14: #46a4ff
! white
*color7: #cccccc
*color15: #ffffff
! XCALC
! -----------------------------------------------------------------------------
xcalc*ti.button1.vertDistance: 4
xcalc*ti.button2.vertDistance: 4
xcalc*ti.button3.vertDistance: 4
xcalc*ti.button4.vertDistance: 4
xcalc*ti.button5.vertDistance: 4
xcalc*ti.background: gray90
xcalc*ti.bevel.borderColor: gray65
xcalc*ti.bevel.borderWidth: 1
xcalc*ti.bevel.vertDistance: 4
xcalc*ti.bevel.defaultDistance: 0
xcalc*ti.bevel.background: rgb:b/c/b
xcalc*ti.bevel.screen*background: rgb:b/c/b
xcalc*ti.bevel.screen.borderColor: rgb:b/c/b
xcalc*ti.bevel.screen.vertDistance: 10
xcalc*ti.bevel.screen.horizDistance: 10
xcalc*ti.bevel.screen*left: chainLeft
xcalc*ti.bevel.screen*right: chainRight
xcalc*ti.bevel.screen*top: chainTop
xcalc*ti.bevel.screen*bottom: chainBottom
xcalc*ti.bevel.screen*LCD.foreground: gray10
xcalc*ti.bevel.screen*INV.vertDistance: 0
xcalc*ti.Command.borderColor: gray65
xcalc*ti.Command.background: gray85
xcalc*ti.Command.foreground: gray30
xcalc*ti.button5.background: rgb:e/b/b
xcalc*ti.button20.background: rgb:e/d/c
xcalc*ti.button25.background: rgb:e/d/c
xcalc*ti.button30.background: rgb:e/d/c
xcalc*ti.button35.background: rgb:e/d/c
xcalc*ti.button40.background: rgb:b/b/e
xcalc*ti.button22.background: gray95
xcalc*ti.button23.background: gray95
xcalc*ti.button24.background: gray95
xcalc*ti.button27.background: gray95
xcalc*ti.button28.background: gray95
xcalc*ti.button29.background: gray95
xcalc*ti.button32.background: gray95
xcalc*ti.button33.background: gray95
xcalc*ti.button34.background: gray95
xcalc*ti.button37.background: gray95
xcalc*ti.button38.background: gray95
xcalc*ti.button39.background: gray95
! XMESSAGE
! -----------------------------------------------------------------------------
xmessage*form.okay.shapeStyle: rectangle
xmessage*form.okay.background: IndianRed
xmessage*form.okay.foreground: rgb:e/b/b
xmessage*message*background: ivory3
xmessage*background: gray85
xmessage*foreground: gray15
xmessage*Scrollbar.width: 1
xmessage*Scrollbar.borderWidth: 0
xmessage*Text.?.cursorColor: rgb:d/5/5
xmessage*Text.borderColor: gray65
xmessage*Text*background: gray95
xmessage*Command.highlightThickness: 1
xmessage*Command.internalWidth: 5
xmessage*Command.internalHeight: 3
xmessage*Command.borderColor: gray40
xmessage*Command.shapeStyle: Rectangle
xmessage*Command.background: gray80
xmessage*font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2