-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbase16-brushtrees.toml
58 lines (48 loc) · 1012 Bytes
/
base16-brushtrees.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 Brush Trees 256 - alacritty color config
# Abraham White <[email protected]>
# Default colors
[colors.primary]
background = '0xe3efef'
foreground = '0x6d828e'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0xe3efef'
cursor = '0x6d828e'
# Normal colors
[colors.normal]
black = '0xc9dbdc'
red = '0xb38686'
green = '0x87b386'
yellow = '0xaab386'
blue = '0x868cb3'
magenta = '0xb386b2'
cyan = '0x86b3b3'
white = '0x5a6d7a'
# Bright colors
[colors.bright]
black = '0xb0c5c8'
red = '0xb38686'
green = '0x87b386'
yellow = '0xaab386'
blue = '0x868cb3'
magenta = '0xb386b2'
cyan = '0x86b3b3'
white = '0x485867'
[[colors.indexed_colors]]
index = 16
color = "0xd8bba2"
[[colors.indexed_colors]]
index = 17
color = "0xb39f9f"
[[colors.indexed_colors]]
index = 18
color = "0xc9dbdc"
[[colors.indexed_colors]]
index = 19
color = "0xb0c5c8"
[[colors.indexed_colors]]
index = 20
color = "0x8299a1"
[[colors.indexed_colors]]
index = 21
color = "0x5a6d7a"