-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbase16-edge-dark.toml
58 lines (48 loc) · 1000 Bytes
/
base16-edge-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 Edge Dark 256 - alacritty color config
# cjayross (https://github.com/cjayross)
# Default colors
[colors.primary]
background = '0x262729'
foreground = '0xb7bec9'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x262729'
cursor = '0xb7bec9'
# Normal colors
[colors.normal]
black = '0x88909f'
red = '0xe77171'
green = '0xa1bf78'
yellow = '0xdbb774'
blue = '0x73b3e7'
magenta = '0xd390e7'
cyan = '0x5ebaa5'
white = '0xd390e7'
# Bright colors
[colors.bright]
black = '0xb7bec9'
red = '0xe77171'
green = '0xa1bf78'
yellow = '0xdbb774'
blue = '0x73b3e7'
magenta = '0xd390e7'
cyan = '0x5ebaa5'
white = '0x3e4249'
[[colors.indexed_colors]]
index = 16
color = "0xe77171"
[[colors.indexed_colors]]
index = 17
color = "0x5ebaa5"
[[colors.indexed_colors]]
index = 18
color = "0x88909f"
[[colors.indexed_colors]]
index = 19
color = "0xb7bec9"
[[colors.indexed_colors]]
index = 20
color = "0x73b3e7"
[[colors.indexed_colors]]
index = 21
color = "0xd390e7"