-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-blueforest.toml
58 lines (48 loc) · 1008 Bytes
/
base16-blueforest.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 Blue Forest 256 - alacritty color config
# alonsodomin (https://github.com/alonsodomin)
# Default colors
[colors.primary]
background = '0x141f2e'
foreground = '0xffcc33'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x141f2e'
cursor = '0xffcc33'
# Normal colors
[colors.normal]
black = '0x1e5c1e'
red = '0xfffab1'
green = '0x80ff80'
yellow = '0x91ccff'
blue = '0xa2cff5'
magenta = '0x0099ff'
cyan = '0x80ff80'
white = '0x91ccff'
# Bright colors
[colors.bright]
black = '0x273e5c'
red = '0xfffab1'
green = '0x80ff80'
yellow = '0x91ccff'
blue = '0xa2cff5'
magenta = '0x0099ff'
cyan = '0x80ff80'
white = '0x375780'
[[colors.indexed_colors]]
index = 16
color = "0xff8080"
[[colors.indexed_colors]]
index = 17
color = "0xe7e7e7"
[[colors.indexed_colors]]
index = 18
color = "0x1e5c1e"
[[colors.indexed_colors]]
index = 19
color = "0x273e5c"
[[colors.indexed_colors]]
index = 20
color = "0x1e5c1e"
[[colors.indexed_colors]]
index = 21
color = "0x91ccff"