-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-3024.toml
58 lines (48 loc) · 997 Bytes
/
base16-3024.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 3024 256 - alacritty color config
# Jan T. Sott (http://github.com/idleberg)
# Default colors
[colors.primary]
background = '0x090300'
foreground = '0xa5a2a2'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x090300'
cursor = '0xa5a2a2'
# Normal colors
[colors.normal]
black = '0x3a3432'
red = '0xdb2d20'
green = '0x01a252'
yellow = '0xfded02'
blue = '0x01a0e4'
magenta = '0xa16a94'
cyan = '0xb5e4f4'
white = '0xd6d5d4'
# Bright colors
[colors.bright]
black = '0x4a4543'
red = '0xdb2d20'
green = '0x01a252'
yellow = '0xfded02'
blue = '0x01a0e4'
magenta = '0xa16a94'
cyan = '0xb5e4f4'
white = '0xf7f7f7'
[[colors.indexed_colors]]
index = 16
color = "0xe8bbd0"
[[colors.indexed_colors]]
index = 17
color = "0xcdab53"
[[colors.indexed_colors]]
index = 18
color = "0x3a3432"
[[colors.indexed_colors]]
index = 19
color = "0x4a4543"
[[colors.indexed_colors]]
index = 20
color = "0x807d7c"
[[colors.indexed_colors]]
index = 21
color = "0xd6d5d4"