Also enable allowFontOps for UXTerm
[grml-etc.git] / etc / skel / .Xresources
1 ! Filename:      .Xresources
2 ! Purpose:       config file for X
3 ! Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 ! Bug-Reports:   see http://grml.org/bugs/
5 ! License:       This file is licensed under the GPL v2.
6 !###############################################################################
7 ! Notice:   apply changes via running 'xrdb -merge ~/.Xresources'
8 !           run "xprop WM_CLASS" to find out title of windows
9 !###############################################################################
10
11 ! If you do not have any iso8859-15 fonts, use iso8859-1
12 !*font:                 -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15
13
14 XTerm*font:             -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15
15 XTerm*font2:            -misc-fixed-medium-r-normal-*-*-70-*-*-c-*-iso8859-15
16 XTerm*font3:            -misc-fixed-medium-r-normal-*-*-100-*-*-c-*-iso8859-15
17 XTerm*font4:            -misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-15
18 XTerm*font5:            -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15
19
20 XTerm*.background: black
21 XTerm*.foreground: lightgrey
22 XTerm*utf8: 1
23
24 UXTerm*font:            -misc-fixed-medium-r-normal-*-*-140-*-*-*-*-iso10646-1
25 UXTerm*font1:           -misc-fixed-*-*-*-*-6-*-*-*-*-*-iso10646-*
26 UXTerm*font2:           -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso10646-1
27 UXTerm*font3:           -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
28 UXTerm*font4:           -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1
29 UXTerm*font5:           -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
30 UXTerm*font6:           -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1
31 UXTerm*utf8Fonts.font:          -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
32 UXTerm*utf8Fonts.wideFont:      -misc-fixed-medium-r-normal-ko-18-120-100-100-c-180-iso10646-1
33
34 UXTerm*.background: black
35 UXTerm*.foreground: lightgrey
36 UXTerm*allowFontOps: true
37
38 ! enable UTF8
39 ! XTerm*utf8: 0
40 ! start via xterm -class UXTerm or 'uxterm'
41 UXTerm*utf8: 1
42 UXTerm*eightBitInput: false
43 UXTerm*metaSendsEscape: true
44
45 !XTerm.vt100.boldMode: false
46 !XTerm.vt100.background: black
47 !XTerm*foreground:   yellow
48 !XTerm.eightBitInput:    true
49 !XTerm*multiScroll:  on
50 !XTerm*jumpScroll:   on
51 !XTerm*font: -misc-console-medium-r-*-*-*-*-*-*-*-*-iso10646-1
52 !XTerm*boldFont: -misc-console-medium-r-*-*-*-*-*-*-*-*-iso10646-1
53 !XTerm*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
54 !XTerm*boldFont: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
55 !XTerm*ScrollBar: on
56 !XTerm*SaveLines: 2000
57 !XTerm.eightBitOutput:   true
58 !XTerm.vt100.colorBDMode: false
59 !XTerm.vt100.boldColors: true
60 !XTerm.width: 640
61 !XTerm.height: 480
62
63 !XTerm*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-15
64 !XTerm*boldFont: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-15
65
66 !XTerm*foreground: gray90
67 !XTerm*foreground: yellow
68 !XTerm*background: black
69 !XTerm*cursorColor: blue
70 XTerm*cursorColor: orange
71 XTerm*borderColor: white
72 XTerm*scrollColor: black
73 XTerm*loginShell: true
74 XTerm*visualBell: true
75 XTerm*saveLines:  8192
76 XTerm*shading: 80
77
78 XTerm*allowFontOps:    true
79 XTerm*allowSendEvents: true
80 XTerm*internalBorder:  0
81 XTerm*borderWidth:     0
82 XTerm*multiScroll:     true
83 XTerm*utmpInhibit:     false
84 XTerm*jumpScroll:      true
85 XTerm*waitForMap:      true
86 XTerm*scrollBar:       false
87 !XTerm*title:           h
88
89 !! Fix the Alt-p is wacko char problem.
90 XTerm*eightBitInput:  false
91 XTerm*metaSendsEscape: true
92
93 !XTerm*internalBorder:  10
94 !XTerm*highlightSelection:  true
95 !XTerm*VT100*colorBDMode:  on
96 !XTerm*VT100*colorBD:  blue
97 !XTerm.VT100.eightBitOutput:  true
98 !XTerm.VT100.titeInhibit:  false
99
100 ! original colorsetup
101 !XTerm*color0: black
102 !XTerm*color1: red3
103 !XTerm*color2: green3
104 !XTerm*color3: yellow3
105 !XTerm*color4: blue
106 !XTerm*color5: magenta3
107 !XTerm*color6: cyan3
108 !XTerm*color7: gray90
109 !XTerm*color8: gray50
110 !XTerm*color9: red
111 !XTerm*color10: green
112 !XTerm*color11: yellow
113 !XTerm*color12: blue
114 !XTerm*color13: magenta
115 !XTerm*color14: cyan
116 !XTerm*color15: white
117 !XTerm*colorUL: yellow
118 !XTerm*colorBD: white
119
120 XTerm*boldMode: false
121 XTerm*color0: black
122 XTerm*color1: red3
123 XTerm*color2: green3
124 XTerm*color3: #fdfa22
125 XTerm*color4: blue
126 XTerm*color5: magenta3
127 XTerm*color6: cyan3
128 XTerm*color7: gray90
129 XTerm*color8: gray50
130 XTerm*color9: red
131 XTerm*color10: green
132 XTerm*color11: yellow
133 !XTerm*color12: blue
134 XTerm*color12: #4444FF
135 XTerm*color13: magenta
136 XTerm*color14: cyan
137 XTerm*color15: white
138 !XTerm*colorUL: yellow
139 !XTerm*colorBD: white
140
141 ! The following two sections take advantage of new features in version 7
142 ! of the Athena widget library.  Comment them out if you have a shallow
143 ! color depth.
144 XTerm*mainMenu*backgroundPixmap:     gradient:vertical?dimension=400&start=gray10&end=gray40
145 XTerm*mainMenu*foreground:           white
146 XTerm*vtMenu*backgroundPixmap:       gradient:vertical?dimension=550&start=gray10&end=gray40
147 XTerm*vtMenu*foreground:             white
148 XTerm*fontMenu*backgroundPixmap:     gradient:vertical?dimension=300&start=gray10&end=gray40
149 XTerm*fontMenu*foreground:           white
150 XTerm*tekMenu*backgroundPixmap:      gradient:vertical?dimension=300&start=gray10&end=gray40
151 XTerm*tekMenu*foreground:            white
152
153 ! other terminals:
154 rxvt*.background:  black
155 rxvt*.foreground:  lightgrey
156 rxvt*.cursorColor: orange
157 rxvt*.borderColor: white
158 rxvt*.scrollColor: black
159 rxvt*.font:        -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15
160
161 ! urxvt
162 URxvt.font: 9x15
163 URxvt.italicFont:        xft:Bitstream Vera Sans Mono:italic:autohint=true
164 URxvt.boldItalicFont:    xft:Bitstream Vera Sans Mono:bold:italic:autohint=true
165 !URxvt.background: black
166 URxvt.background: rgba:0000/0000/0000/ccdd
167 URxvt.foreground: white
168 URxvt.color0: black
169 URxvt.color1: red3
170 URxvt.color2: green3
171 URxvt.color3: yellow3
172 URxvt.color4: DodgerBlue1
173 URxvt.color5: magenta3
174 URxvt.color6: cyan3
175 URxvt.color7: gray90
176 URxvt.color8: gray50
177 URxvt.color9: red
178 URxvt.color10: green
179 URxvt.color11: yellow
180 URxvt.color12: SteelBlue1
181 URxvt.color13: magenta
182 URxvt.color14: cyan
183 URxvt.color15: white
184 URxvt.colorUL: white
185 URxvt.underlineColor: white
186 URxvt.colorBD: white
187 URxvt.colorIT: green
188 URxvt.fading: 30
189
190 URxvt.scrollBar: off
191 URxvt*scrollstyle: xterm
192
193 ! extensions:
194 URxvt.perl-ext: default,matcher,tabbed
195 URxvt.perl-ext-common: default,matcher,tabbed
196 URxvt.urlLauncher: firefox
197 URxvt.matcher.button: 1
198 URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
199 URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
200 URxvt.matcher.rend.0: fg8
201
202 ! support stop scrolling on tty output
203 URxvt.saveLines:         100000
204 URxvt*scrollTtyOutput:   false
205 URxvt*scrollWithBuffer:  true
206 URxvt*scrollTtyKeypress: true
207
208 ! aterm
209 aterm*.background:  white
210 aterm*.foreground:  black
211 aterm*.cursorColor: orange
212 aterm*.borderColor: white
213 aterm*.scrollColor: black
214 aterm*.font:        -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15
215
216 ! XTerm Profiles - use via 'xterm -name profilename'
217 light*foreground: black
218 light*background: gray90
219 light*cursorColor: blue
220 light*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
221
222 local*foreground: rgb:f0/f0/ff
223 local*background: rgb:00/00/25
224 local*cursorColor: rgb:c0/c0/ff
225 local*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
226
227 remote*foreground: rgb:f0/ff/f0
228 remote*background: rgb:00/25/00
229 remote*cursorColor: rgb:white
230 remote*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
231
232 root*foreground: rgb:ff/f0/c0
233 root*background: rgb:25/00/00
234 root*cursorColor: rgb:ff/c0/c0
235 root*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
236
237 small*foreground: white
238 small*background: black
239 small*cursorColor: red
240 small*font: -misc-fixed-medium-r-normal-*-*-80-*-*-c-*-iso8859-15
241
242 blind*foreground: white
243 blind*background: black
244 blind*cursorColor: red
245 blind*font: -misc-fixed-medium-r-normal-*-*-150-*-*-c-*-iso8859-15
246
247 huge*foreground: white
248 huge*background: black
249 huge*cursorColor: red
250 huge*font: -misc-fixed-medium-r-normal-*-*-210-*-*-c-*-iso8859-15
251
252 presentation*foreground: white
253 presentation*background: black
254 presentation*cursorColor: red
255 presentation*color12: lightblue
256 presentation*color4: lightblue
257 presentation*font: -misc-fixed-medium-r-normal-*-*-210-*-*-c-*-iso8859-15
258
259 !Emacs*font: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
260 !Emacs*menubar*Font: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
261 !Emacs*EmacsFrame*buffers-tab.attributeFont: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
262 !Emacs.modeline*attributeFont: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
263 !Emacs*popup*Font: -*-graphite light att-*-*-*-*-*-120-*-*-*-*-*
264
265 ! http://www.nedit.org/technotes/looks-1.php
266 nedit*enableThinThickness:          True
267 nedit*enableToggleVisual:           True
268 nedit*enableToggleColor:            True
269 nedit*XmToggleButton.indicatorSize: 11
270 nedit*enableEtchedInMenu:           True
271 nedit*text.background:              white
272 nedit*text.selectBackground:        #D0D0FF
273 nedit*statsForm.background:         gray85
274 nedit*statsLine.background:         gray85
275 nedit*bottomShadowColor:            gray65
276 nedit*topShadowColor:               #fefefe
277 nedit*XmText.background:            white
278 nedit*XmTextField.background:       white
279 nedit*XmList.background:            white
280
281 !yeahconsole http://phrat.de/downloads.html
282 !yeahconsole*term: urxvt
283 !yeahconsole*term:urxvt
284 !yeahconsole*background:black
285 !yeahconsole*foreground:grey
286 !yeahconsole*aniDelay:18
287 !yeahconsole*stepSize:15
288 !yeahconsole*consoleHeight:30
289 !yeahconsole*toggleKey:Win+y
290 !yeahconsole*keyBigger:Win+KP_Add
291 !yeahconsole*keySmaller:Win+KP_Subtract
292 !yeahconsole*keyFull:Win+F11
293 !yeahconsole*restart:1
294
295 !# END OF FILE #################################################################