-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-ayu-dark.toml
58 lines (48 loc) · 997 Bytes
/
base16-ayu-dark.toml
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
# base16 Ayu Dark 256 - alacritty color config
# Khue Nguyen <[email protected]>
# Default colors
[colors.primary]
background = '0x0f1419'
foreground = '0xe6e1cf'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x0f1419'
cursor = '0xe6e1cf'
# Normal colors
[colors.normal]
black = '0x131721'
red = '0xf07178'
green = '0xb8cc52'
yellow = '0xffb454'
blue = '0x59c2ff'
magenta = '0xd2a6ff'
cyan = '0x95e6cb'
white = '0xe6e1cf'
# Bright colors
[colors.bright]
black = '0x272d38'
red = '0xf07178'
green = '0xb8cc52'
yellow = '0xffb454'
blue = '0x59c2ff'
magenta = '0xd2a6ff'
cyan = '0x95e6cb'
white = '0xf3f4f5'
[[colors.indexed_colors]]
index = 16
color = "0xff8f40"
[[colors.indexed_colors]]
index = 17
color = "0xe6b673"
[[colors.indexed_colors]]
index = 18
color = "0x131721"
[[colors.indexed_colors]]
index = 19
color = "0x272d38"
[[colors.indexed_colors]]
index = 20
color = "0xbfbdb6"
[[colors.indexed_colors]]
index = 21
color = "0xe6e1cf"