-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
63 lines (50 loc) · 1.14 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
#if __has_include(".extend.Xresources")
#include ".extend.Xresources"
#endif
! ^ The above lines are no comments!
! Leave them as they are if a file ~/.extend.Xresources is being used on your system.
! config can be added there or also here below.
! For comments use "!"
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #2b2b2b
XTerm*foreground: #e7e7e7
XTerm*pointerColor: #16A085
XTerm*faceName: Fixed
XTerm*faceSize: 9
XTerm.termName: xterm-256color
XTerm.vt100.faceName: Source Code Pro:size=9
XTerm.vt100.font: 7x13
! special
*.foreground: #d0d0d0
*.background: #1c1c1c
*.cursorColor: #d0d0d0
! black
*.color0: #2f2e2d
*.color8: #4a4845
! red
*.color1: #a36666
*.color9: #d78787
! green
*.color2: #90a57d
*.color10: #afbea2
! yellow
*.color3: #d7af87
*.color11: #e4c9af
! blue
*.color4: #7fa5bd
*.color12: #a1bdce
! magenta
*.color5: #c79ec4
*.color13: #d7beda
! cyan
*.color6: #8adbb4
*.color14: #b1e7dd
! white
*.color7: #d0d0d0
*.color15: #efefef