home · contact · privacy
Add w530 setup.
[config] / bullseye / home_files / user / .Xresources
1 ! otherwise various applications will assume merely 8 colors
2 XTerm.termName: xterm-256color
3
4 ! font
5 ! actually, "mono" is already the default for faceName (it will
6 ! pick whatever fc-match mono delivers), but we need to set _some_
7 ! faceName to trigger XTerm activating TrueType fonts
8 ! (XTerm*fontRender by itself won't do the trick), and we want
9 ! TrueType fonts because, well, they scale better, and XTerm lets them
10 ! fall back on alternatives (hi there ttf-unifont) when a Unicode
11 ! glyph is not found
12 XTerm*faceName: mono
13
14 ! white on black
15 XTerm*reverseVideo: on
16
17 ! blink screen instead of sound
18 XTerm*visualBell: on
19
20 ! proper ALT as META key treatment
21 XTerm*eightBitInput: false
22
23 ! font sizes
24 XTerm*faceSize: 8
25 XTerm*faceSize1: 4
26 XTerm*faceSize2: 5
27 XTerm*faceSize3: 6
28 XTerm*faceSize4: 8
29 XTerm*faceSize5: 14
30 XTerm*faceSize6: 25
31
32 ! colors
33 ! black
34 XTerm*color0: #202020
35 XTerm*color8: #3F3F3F
36 ! red
37 XTerm*color1: #A82020
38 XTerm*color9: #E82020
39 ! green
40 XTerm*color2: #20A820
41 XTerm*color10: #20E820
42 ! yellow
43 XTerm*color3: #A8A820
44 XTerm*color11: #E8E820
45 ! blue
46 XTerm*color4: #3F3FFF
47 XTerm*color12: #9F9FFF
48 ! magenta
49 XTerm*color5: #A83FFF
50 XTerm*color13: #E89FFF
51 ! cyan
52 XTerm*color6: #3FA8FF
53 XTerm*color14: #9FE8FF
54 ! white
55 XTerm*color7: #A8A8A8
56 XTerm*color15: #E8E8E8