-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-atlas.toml
58 lines (48 loc) · 990 Bytes
/
base16-atlas.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 Atlas 256 - alacritty color config
# Alex Lende (https://ajlende.com)
# Default colors
[colors.primary]
background = '0x002635'
foreground = '0xa1a19a'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x002635'
cursor = '0xa1a19a'
# Normal colors
[colors.normal]
black = '0x00384d'
red = '0xff5a67'
green = '0x7fc06e'
yellow = '0xffcc1b'
blue = '0x14747e'
magenta = '0x9a70a4'
cyan = '0x5dd7b9'
white = '0xe6e6dc'
# Bright colors
[colors.bright]
black = '0x517f8d'
red = '0xff5a67'
green = '0x7fc06e'
yellow = '0xffcc1b'
blue = '0x14747e'
magenta = '0x9a70a4'
cyan = '0x5dd7b9'
white = '0xfafaf8'
[[colors.indexed_colors]]
index = 16
color = "0xf08e48"
[[colors.indexed_colors]]
index = 17
color = "0xc43060"
[[colors.indexed_colors]]
index = 18
color = "0x00384d"
[[colors.indexed_colors]]
index = 19
color = "0x517f8d"
[[colors.indexed_colors]]
index = 20
color = "0x869696"
[[colors.indexed_colors]]
index = 21
color = "0xe6e6dc"