-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
executable file
·64 lines (50 loc) · 1.01 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
Xft.dpi: 96
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
Xcursor.theme: Adwaita
! Fonts
*.font: Iosevka:pixelsize=14
*.boldFont: Iosevka:bold:pixelsize=14
!*.font: Dina:pixelsize=12
!*.boldFont: Dina:pixelsize=12
! scrollbar
*scrollBar: false
*scrollBar_right: true
*scrollstyle: plain
*scrollColor: #32414e
*thickness: 10
! xst
st.borderpx: 25
st.termname: st-256color
! special
*.foreground: #ffffff
*.background: #071d22
*.cursorColor: #ffffff
! black
*.color0: #071d22
*.color8: #617278
! red
*.color1: #f8a1aa
*.color9: #e9b3bf
! green
*.color2: #8cc495
*.color10: #ade1b6
! yellow
*.color3: #f0e0aa
*.color11: #fbf1cf
! blue
*.color4: #8ab6c2
*.color12: #b5dbe4
! magenta
*.color5: #94a9d9
*.color13: #b6cbfa
! cyan
*.color6: #7eb5ac
*.color14: #a3d0c8
! white
*.color7: #b3bec1
*.color15: #f7f8f8