-
Notifications
You must be signed in to change notification settings - Fork 11
/
spaceduck.minttyrc
58 lines (41 loc) · 936 Bytes
/
spaceduck.minttyrc
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
# REGULAR COLORS
# Color 0
Black=0,0,0 # #000000
# Color 1
Red=227,52,0 # #E33400
# Color 2
Green=92,204,150 # #5CCC96
# Color 3
Yellow=179,161,230 # #B3A1E6
# Color 4
Blue=0,163,204 # #00A3CC
# Color 5
Magenta=242,206,0 # #F2CE00
# Color 6
Cyan=122,92,204 # #7A5CCC
# Color 7
White=104,111,154 # #686F9A
# BOLD COLORS
# Color 10
BoldBlack=104,111,154 # #686F9A
# Color 11
BoldRed=227,52,0 # #E33400
# Color 12
BoldGreen=92,204,150 # #5CCC96
# Color 13
BoldYellow=179,161,230 # #B3A1E6
# Color 14
BoldBlue=0,163,204 # #00A3CC
# Color 15
BoldMagenta=242,206,0 # #F2CE00
# Color 16
BoldCyan=122,92,204 # #7A5CCC
# Color 17
BoldWhite=240,241,206 # #F0F1CE
# EXTRA COLORS
# Foreground
ForegroundColour=236,240,193 # #ECF0C1
# Background
BackgroundColour=15,17,27 # #0F111B
# Cursor
CursorColour=236,240,193 # #ECF0C1