-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
72 lines (66 loc) · 1.49 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
! basic configuration
URxvt.scrollBar: false
URxvt.cursorBlink: true
URxvt.internalBorder: 14
URxvt.urlLauncher: firefox
! font options
URxvt.font: xft:Hack: size=10: antialiasing=true
Xft*antialias: true
Xft*hinting: full
Xcursor.size: 12
! Set terminal color scheme
! TODO: SET DIFFERENT BRIGHT/DARK VARIANTS
! X colors.
! Generated by 'wal'
*foreground: #dcdfe4
*background: #282c34
*.foreground: #dcdfe4
*.background: #282c34
emacs*foreground: #dcdfe4
emacs*background: #282c34
URxvt*foreground: #dcdfe4
XTerm*foreground: #dcdfe4
UXTerm*foreground: #dcdfe4
URxvt*background: [100]#282c34
XTerm*background: #282c34
UXTerm*background: #282c34
URxvt*cursorColor: #313640
XTerm*cursorColor: #313640
UXTerm*cursorColor: #313640
URxvt*borderColor: [100]#282c34
! Colors 0-15.
*.color0: #282c34
*color0: #282c34
*.color1: #e06c75
*color1: #e06c75
*.color2: #98c379
*color2: #98c379
*.color3: #e5c07b
*color3: #e5c07b
*.color4: #61afef
*color4: #61afef
*.color5: #c678dd
*color5: #c678dd
*.color6: #56b6c2
*color6: #56b6c2
*.color7: #dcdfe4
*color7: #dcdfe4
*.color8: #282c34
*color8: #282c34
*.color9: #e06c75
*color9: #e06c75
*.color10: #98c379
*color10: #98c379
*.color11: #e5c07b
*color11: #e5c07b
*.color12: #61afef
*color12: #61afef
*.color13: #c678dd
*color13: #c678dd
*.color14: #56b6c2
*color14: #56b6c2
*.color15: #dcdfe4
*color15: #dcdfe4
! Black color that will not be affected by bold highlighting.
*.color66: #282c34
*color66: #282c34