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