-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
62 lines (47 loc) · 1.26 KB
/
.Xresources
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
#define BgColor #0d0d0d
#define FgColor linen
#define DefaultFont 5
Xcursor.size: 32
XTerm.termName: xterm-256color
XTerm.VT100.geometry: 79x24
XTerm.VT100.backarrowKey: false
XTerm.ttyModes: erase ^?
XTerm.VT100.renderFont: false
XTerm.VT100.initialFont: DefaultFont
XTerm.VT100.saveLines: 8192
XTerm.VT100.translations: #override \
Ctrl <Key>minus: smaller-vt-font() \n\
Ctrl <Key>plus: larger-vt-font() \n\
Ctrl <Key>0: set-vt-font(DefaultFont) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>Up: scroll-back(1) \n\
Ctrl Shift <Key>Down: scroll-forw(1) \n\
XTerm.VT100.colorITMode: true
XTerm.VT100.background: BgColor
XTerm.VT100.foreground: FgColor
XTerm.VT100.cursorColor: FgColor
!Black
XTerm.VT100.color0: #1c1f24
XTerm.VT100.color8: #5b6268
!Red
XTerm.VT100.color1: #ff6c6b
XTerm.VT100.color9: #ff0705
!Green
XTerm.VT100.color2: #98be65
XTerm.VT100.color10: #b6d193
!Yellow
XTerm.VT100.color3: #da8548
XTerm.VT100.color11: #ecbe7b
!Blue
XTerm.VT100.color4: #3071db
XTerm.VT100.color12: #51afef
!Magenta
XTerm.VT100.color5: #8a549a
XTerm.VT100.color13: #c678dd
!Cyan
XTerm.VT100.color6: #5699af
XTerm.VT100.color14: #46d9ff
!White
XTerm.VT100.color7: #bbc2cf
XTerm.VT100.color15: #ffffff