-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbase16-aztec.toml
58 lines (48 loc) · 994 Bytes
/
base16-aztec.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 Aztec 256 - alacritty color config
# TheNeverMan (github.com/TheNeverMan)
# Default colors
[colors.primary]
background = '0x101600'
foreground = '0xffda51'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x101600'
cursor = '0xffda51'
# Normal colors
[colors.normal]
black = '0x1a1e01'
red = '0xee2e00'
green = '0x63d932'
yellow = '0xeebb00'
blue = '0x5b4a9f'
magenta = '0x883e9f'
cyan = '0x3d94a5'
white = '0xffe178'
# Bright colors
[colors.bright]
black = '0x242604'
red = '0xee2e00'
green = '0x63d932'
yellow = '0xeebb00'
blue = '0x5b4a9f'
magenta = '0x883e9f'
cyan = '0x3d94a5'
white = '0xffeba0'
[[colors.indexed_colors]]
index = 16
color = "0xee8800"
[[colors.indexed_colors]]
index = 17
color = "0xa928b9"
[[colors.indexed_colors]]
index = 18
color = "0x1a1e01"
[[colors.indexed_colors]]
index = 19
color = "0x242604"
[[colors.indexed_colors]]
index = 20
color = "0xffd129"
[[colors.indexed_colors]]
index = 21
color = "0xffe178"