blob: 745ed66674ea1b75182f6846c1b8f9f7884a58fb (
plain)
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
|
! .Xresources
Xcursor.theme: SpaceKCursors
! *.font: "Monospace 12"
*.font: "Inconsolata:pixelsize=17:antialias=true:autohint=true"
! special
*.foreground: #d9d5e6
*.background: #0a001f
*.cursorColor: #d9d5e6
! black
*.color0: #828ff9
*.color8: #828ff9
! red
*.color1: #7f64ba
*.color9: #7f64ba
! green
*.color2: #828ff9
*.color10: #828ff9
! yellow
*.color3: #ac96dc
*.color11: #ac96dc
! blue
*.color4: #e94c80
*.color12: #e94c80
! magenta
*.color5: #ace6f0
*.color13: #ace6f0
! cyan
*.color6: #7f64ba
*.color14: #7f64ba
! white
*.color7: #eebea4
*.color15: #ace6f0
|