Cleanup xresources and change colortheme to Tomorrow Theme
[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*utf8: 1
21
22 UXTerm*font:            -misc-fixed-medium-r-normal-*-*-140-*-*-*-*-iso10646-1
23 UXTerm*font1:           -misc-fixed-*-*-*-*-6-*-*-*-*-*-iso10646-*
24 UXTerm*font2:           -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso10646-1
25 UXTerm*font3:           -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
26 UXTerm*font4:           -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1
27 UXTerm*font5:           -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
28 UXTerm*font6:           -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1
29 UXTerm*utf8Fonts.font:          -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
30 UXTerm*utf8Fonts.wideFont:      -misc-fixed-medium-r-normal-ko-18-120-100-100-c-180-iso10646-1
31
32 UXTerm*allowFontOps: true
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*cursorColor: orange
42 XTerm*borderColor: white
43 XTerm*scrollColor: black
44 XTerm*loginShell: true
45 XTerm*visualBell: true
46 XTerm*saveLines:  8192
47 XTerm*shading: 80
48
49 XTerm*allowFontOps:    true
50 XTerm*allowSendEvents: true
51 XTerm*internalBorder:  0
52 XTerm*borderWidth:     0
53 XTerm*multiScroll:     true
54 XTerm*utmpInhibit:     false
55 XTerm*jumpScroll:      true
56 XTerm*waitForMap:      true
57 XTerm*scrollBar:       false
58 !XTerm*title:           h
59
60 !! Fix the Alt-p is wacko char problem.
61 XTerm*eightBitInput:  false
62 XTerm*metaSendsEscape: true
63
64 ! The following two sections take advantage of new features in version 7
65 ! of the Athena widget library.  Comment them out if you have a shallow
66 ! color depth.
67 XTerm*mainMenu*backgroundPixmap:     gradient:vertical?dimension=400&start=gray10&end=gray40
68 XTerm*mainMenu*foreground:           white
69 XTerm*vtMenu*backgroundPixmap:       gradient:vertical?dimension=550&start=gray10&end=gray40
70 XTerm*vtMenu*foreground:             white
71 XTerm*fontMenu*backgroundPixmap:     gradient:vertical?dimension=300&start=gray10&end=gray40
72 XTerm*fontMenu*foreground:           white
73 XTerm*tekMenu*backgroundPixmap:      gradient:vertical?dimension=300&start=gray10&end=gray40
74 XTerm*tekMenu*foreground:            white
75
76 ! other terminals:
77 rxvt*.cursorColor: orange
78 rxvt*.borderColor: white
79 rxvt*.scrollColor: black
80 rxvt*.font:        -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15
81
82 ! urxvt
83 URxvt.font: 9x15
84 URxvt.italicFont:        xft:Bitstream Vera Sans Mono:italic:autohint=true
85 URxvt.boldItalicFont:    xft:Bitstream Vera Sans Mono:bold:italic:autohint=true
86 !URxvt.background: black
87 URxvt.background: rgba:0000/0000/0000/ccdd
88 URxvt.underlineColor: white
89 URxvt.colorBD: white
90 URxvt.colorIT: green
91 URxvt.fading: 30
92
93 URxvt.scrollBar: off
94 URxvt*scrollstyle: xterm
95
96 ! extensions:
97 URxvt.perl-ext: default,matcher,tabbed
98 URxvt.perl-ext-common: default,matcher,tabbed
99 URxvt.urlLauncher: firefox
100 URxvt.matcher.button: 1
101 URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
102 URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
103 URxvt.matcher.rend.0: fg8
104
105 ! support stop scrolling on tty output
106 URxvt.saveLines:         100000
107 URxvt*scrollTtyOutput:   false
108 URxvt*scrollWithBuffer:  true
109 URxvt*scrollTtyKeypress: true
110
111 ! Based on Tomorrow Theme
112 *.foreground:   #c5c8c6
113 *.background:   #1d1f21
114 *.cursorColor:  orange
115 *.color0:       #000000
116 *.color1:       #912226
117 *.color2:       #778900
118 *.color3:       #ae7b00
119 *.color4:       #1d2594
120 *.color5:       #682a9b
121 *.color6:       #2b6651
122 *.color7:       #929593
123 *.color8:       #666666
124 *.color9:       #cc6666
125 *.color10:      #b5bd68
126 *.color11:      #f0c674
127 *.color12:      #81a2be
128 *.color13:      #b294bb
129 *.color14:      #8abeb7
130 *.color15:      #ecebec
131
132 ! XTerm Profiles - use via 'xterm -name profilename'
133 light*foreground: black
134 light*background: gray90
135 light*cursorColor: blue
136 light*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
137
138 local*foreground: rgb:f0/f0/ff
139 local*background: rgb:00/00/25
140 local*cursorColor: rgb:c0/c0/ff
141 local*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
142
143 remote*foreground: rgb:f0/ff/f0
144 remote*background: rgb:00/25/00
145 remote*cursorColor: rgb:white
146 remote*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
147
148 root*foreground: rgb:ff/f0/c0
149 root*background: rgb:25/00/00
150 root*cursorColor: rgb:ff/c0/c0
151 root*font: -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15
152
153 small*foreground: white
154 small*background: black
155 small*cursorColor: red
156 small*font: -misc-fixed-medium-r-normal-*-*-80-*-*-c-*-iso8859-15
157
158 blind*foreground: white
159 blind*background: black
160 blind*cursorColor: red
161 blind*font: -misc-fixed-medium-r-normal-*-*-150-*-*-c-*-iso8859-15
162
163 huge*foreground: white
164 huge*background: black
165 huge*cursorColor: red
166 huge*font: -misc-fixed-medium-r-normal-*-*-210-*-*-c-*-iso8859-15
167
168 presentation*foreground: white
169 presentation*background: black
170 presentation*cursorColor: red
171 presentation*color12: lightblue
172 presentation*color4: lightblue
173 presentation*font: -misc-fixed-medium-r-normal-*-*-210-*-*-c-*-iso8859-15
174
175 !Emacs*font: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
176 !Emacs*menubar*Font: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
177 !Emacs*EmacsFrame*buffers-tab.attributeFont: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
178 !Emacs.modeline*attributeFont: -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
179 !Emacs*popup*Font: -*-graphite light att-*-*-*-*-*-120-*-*-*-*-*
180
181 ! http://www.nedit.org/technotes/looks-1.php
182 nedit*enableThinThickness:          True
183 nedit*enableToggleVisual:           True
184 nedit*enableToggleColor:            True
185 nedit*XmToggleButton.indicatorSize: 11
186 nedit*enableEtchedInMenu:           True
187 nedit*text.background:              white
188 nedit*text.selectBackground:        #D0D0FF
189 nedit*statsForm.background:         gray85
190 nedit*statsLine.background:         gray85
191 nedit*bottomShadowColor:            gray65
192 nedit*topShadowColor:               #fefefe
193 nedit*XmText.background:            white
194 nedit*XmTextField.background:       white
195 nedit*XmList.background:            white
196
197 !# END OF FILE #################################################################