-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
48 lines (36 loc) · 823 Bytes
/
.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
! special
*.foreground: #a8a19f
*.background: #1b1918
*.cursorColor: #a8a19f
! black
*.color0: #1b1918
*.color8: #766e6b
! red
*.color1: #f22c40
*.color9: #f22c40
! green
*.color2: #5ab738
*.color10: #5ab738
! yellow
*.color3: #d5911a
*.color11: #d5911a
! blue
*.color4: #407ee7
*.color12: #407ee7
! magenta
*.color5: #6666ea
*.color13: #6666ea
! cyan
*.color6: #00ad9c
*.color14: #00ad9c
! white
*.color7: #a8a19f
*.color15: #f1efee
!opacity
*.alpha: 230
!font
! *.font: Source Code Pro:pixelsize=16:antialias=true:autohint=true;
! *.font: Mono:pixelsize=14:antialias=true:autohint=true;
*.font: Hack:pixelsize=14:antialias=true:autohint=true;
!Xft.dpi: 125
!*.font: Hack:pixelsize=18:antialias=true:autohint=true;