-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-embers.toml
58 lines (48 loc) · 1002 Bytes
/
base16-embers.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 Embers 256 - alacritty color config
# Jannik Siebert (https://github.com/janniks)
# Default colors
[colors.primary]
background = '0x16130f'
foreground = '0xa39a90'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x16130f'
cursor = '0xa39a90'
# Normal colors
[colors.normal]
black = '0x2c2620'
red = '0x826d57'
green = '0x57826d'
yellow = '0x6d8257'
blue = '0x6d5782'
magenta = '0x82576d'
cyan = '0x576d82'
white = '0xbeb6ae'
# Bright colors
[colors.bright]
black = '0x433b32'
red = '0x826d57'
green = '0x57826d'
yellow = '0x6d8257'
blue = '0x6d5782'
magenta = '0x82576d'
cyan = '0x576d82'
white = '0xdbd6d1'
[[colors.indexed_colors]]
index = 16
color = "0x828257"
[[colors.indexed_colors]]
index = 17
color = "0x825757"
[[colors.indexed_colors]]
index = 18
color = "0x2c2620"
[[colors.indexed_colors]]
index = 19
color = "0x433b32"
[[colors.indexed_colors]]
index = 20
color = "0x8a8075"
[[colors.indexed_colors]]
index = 21
color = "0xbeb6ae"