about summary refs log tree commit diff stats
path: root/config/X11/xresources
blob: 1a306bf4152e34799fb2de93c6dbab8d489558db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
! X colors.
*foreground:        #b7a980
*background:        #14130e
*.foreground:       #b7a980
*.background:       #14130e

! Colors 0-15.
*.color0: #161510
*color0:  #161510
*.color1: #a32810
*color1:  #a32810
*.color2: #727a18
*color2:  #727a18
*.color3: #a37720
*color3:  #a37720
*.color4: #3d6266
*color4:  #3d6266
*.color5: #7a4955
*color5:  #7a4955
*.color6: #557a55
*color6:  #557a55
*.color7: #8e8463
*color7:  #8e8463
*.color8: #4c4635
*color8:  #4c4635
*.color9: #cc3214
*color9:  #cc3214
*.color10: #8e991e
*color10:  #8e991e
*.color11: #cc9528
*color11:  #cc9528
*.color12: #4c7b7f
*color12:  #4c7b7f
*.color13: #995b6b
*color13:  #995b6b
*.color14: #6b996b
*color14:  #6b996b
*.color15: #ccbc8e
*color15:  #ccbc8e

! Black color that will not be affected by bold highlighting.
*.color66: #161510
*color66:  #161510

! XTerm config.
XTerm*faceName: Cozette:pixelsize=11
XTerm*cursorColor: #72694f
XTerm*scrollBar: false
XTerm*vt100.Translations: #override \
    Alt Shift <Key>Y:    insert-selection(PRIMARY) \n\
    Alt Shift <Key>V:    insert-selection(CLIPBOARD) \n\
    Alt Shift <Key>C:    copy-selection(CLIPBOARD) \n\
    Alt <Key> K:   scroll-back(1,line) \n\
    Alt <Key> J:   scroll-forw(1,line) \n\
    Alt <Key> U:   scroll-back(1,halfpage) \n\
    Alt <Key> D:   scroll-forw(1,halfpage)
XTerm*allowMouseOps: false
XTerm*useClipping: false

! Xclock colors.
XClock*majorColor:  rgba:cc/bc/8e/ff
XClock*minorColor:  rgba:cc/bc/8e/ff
XClock*hourColor:   rgba:cc/bc/8e/ff
XClock*minuteColor: rgba:cc/bc/8e/ff
XClock*secondColor: rgba:cc/bc/8e/ff