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