-
Notifications
You must be signed in to change notification settings - Fork 6
/
.Xresources
76 lines (54 loc) · 1.12 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
63
64
65
66
67
68
69
70
71
72
73
74
75
! ~/.Xresources
! ---- XTerm options ----
XTerm*termName: xterm-256color
XTerm*utf8: 2
XTerm*locale: true
XTerm*metaSendsEscape: true
XTerm*eightBitInput: true
XTerm*saveLines: 8192
XTerm*borderWidth: 0
XTerm*VT100.geometry: 140x40
XTerm*dynamicColors: true
XTerm*bellIsUrgent: true
XTerm*fullscreen: never
XTerm*renderFont: true
XTerm*faceName: Inconsolata
XTerm*faceSize: 12
XTerm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*
XTerm*preeditType: Root
XTerm*xftAntialias: true
! ---- XTerm colors ----
XTerm*background: #000000
XTerm*foreground: #d9e6f2
! black
XTerm*color0: #2b2b2b
! bright_black
XTerm*color8: #4b4b4b
! red
XTerm*color1: #7a2142
! bright_red
XTerm*color9: #cd3a67
! green
XTerm*color2: #29862d
! bright_green
XTerm*color10: #4ed947
! yellow
XTerm*color3: #7a722d
! bright_yellow
XTerm*color11: #cdb947
! blue
XTerm*color4: #143593
! bright_blue
XTerm*color12: #2e5ae6
! magenta
XTerm*color5: #662193
! bright_magenta
XTerm*color13: #ad3ae6
! cyan
XTerm*color6: #14867f
! bright_cyan
XTerm*color14: #2ed9c6
! white
XTerm*color7: #a1a1a1
! bright_white
XTerm*color15: #d9d9d9