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