-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtypewriter.Xresources
69 lines (51 loc) · 1.12 KB
/
typewriter.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
! Typewriter Night
! Scheme: Typewriter (https://github.com/logico-dev)
#define black #080808
#define bblack #464646
#define red #626262
#define bred #626262
#define yellow #B2B2B2
#define byellow #B2B2B2
#define green #868686
#define bgreen #009900
#define blue #00BAFF
#define bblue #767676
#define magenta #E41D91
#define bmagenta #FF00AF
#define cyan #949494
#define bcyan #949494
#define white #eeeeee
#define bwhite #ffffff
#define fg #464646
*.foreground: fg
#ifdef background_opacity
*.background: [background_opacity]white
#else
*.background: white
#endif
*.cursorColor: #528BFF
*.underlineColor: yellow
! Black
*.color0: black
*.color8: bblack
! Red
*.color1: red
*.color9: bred
! Yellow
*.color3: yellow
*.color11: byellow
! Green
*.color2: green
*.color10: bgreen
! Blue
*.color4: blue
*.color12: bblue
! Magenta
*.color5: magenta
*.color13: bmagenta
! Cyan
*.color6: cyan
*.color14: bcyan
! White
*.color7: white
*.color15: bwhite