-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
72 lines (54 loc) · 1.31 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
*.font: xft:Hack:size=14, \
xft:Icons:size=14
Xcursor.theme: Breeze_Default
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.fading: 30
URxvt*transparent: false
URxvt*shading: 20
URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 250
URxvt.lineSpace: 0
URxvt.allow_bold: false
URxvt*letterSpace: -1
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt.internalBorder: 30
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
URxvt.pointerBlank: true
! special
*.foreground: #ebdbb2
*.background: #282828
*.cursorColor: #ebdbb2
! black
*.color0: #090300
*.color8: #5c5855
! red
*.color1: #db2d20
*.color9: #db2d20
! green
*.color2: #01a252
*.color10: #01a252
! yellow
*.color3: #fded02
*.color11: #fded02
! blue
*.color4: #01a0e4
*.color12: #01a0e4
! magenta
*.color5: #a16a94
*.color13: #a16a94
! cyan
*.color6: #b5e4f4
*.color14: #b5e4f4
! white
*.color7: #a5a2a2
*.color15: #f7f7f7