-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-emil.toml
58 lines (48 loc) · 965 Bytes
/
base16-emil.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 emil 256 - alacritty color config
# limelier
# Default colors
[colors.primary]
background = '0xefefef'
foreground = '0x313145'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0xefefef'
cursor = '0x313145'
# Normal colors
[colors.normal]
black = '0xbebed2'
red = '0xf43979'
green = '0x0073a8'
yellow = '0xff669b'
blue = '0x471397'
magenta = '0x6916b6'
cyan = '0x2155d6'
white = '0x22223a'
# Bright colors
[colors.bright]
black = '0x9e9eaf'
red = '0xf43979'
green = '0x0073a8'
yellow = '0xff669b'
blue = '0x471397'
magenta = '0x6916b6'
cyan = '0x2155d6'
white = '0x1a1a2f'
[[colors.indexed_colors]]
index = 16
color = "0xd22a8b"
[[colors.indexed_colors]]
index = 17
color = "0x8d17a5"
[[colors.indexed_colors]]
index = 18
color = "0xbebed2"
[[colors.indexed_colors]]
index = 19
color = "0x9e9eaf"
[[colors.indexed_colors]]
index = 20
color = "0x505063"
[[colors.indexed_colors]]
index = 21
color = "0x22223a"