-
Notifications
You must be signed in to change notification settings - Fork 157
/
Copy pathalacritty.toml
79 lines (65 loc) · 1.34 KB
/
alacritty.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Nightfox Alacritty Colors
## name: terafox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/terafox/alacritty.toml
[colors.primary]
background = "#152528"
foreground = "#e6eaea"
dim_foreground = "#cbd9d8"
bright_foreground = "#eaeeee"
[colors.cursor]
text = "#e6eaea"
cursor = "#cbd9d8"
[colors.vi_mode_cursor]
text = "#e6eaea"
cursor = "#a1cdd8"
[colors.search.matches]
foreground = "#e6eaea"
background = "#425e5e"
[colors.search.focused_match]
foreground = "#e6eaea"
background = "#7aa4a1"
[colors.footer_bar]
foreground = "#e6eaea"
background = "#254147"
[colors.hints.start]
foreground = "#e6eaea"
background = "#ff8349"
[colors.hints.end]
foreground = "#e6eaea"
background = "#254147"
[colors.selection]
text = "#e6eaea"
background = "#293e40"
[colors.normal]
black = "#2f3239"
red = "#e85c51"
green = "#7aa4a1"
yellow = "#fda47f"
blue = "#5a93aa"
magenta = "#ad5c7c"
cyan = "#a1cdd8"
white = "#ebebeb"
[colors.bright]
black = "#4e5157"
red = "#eb746b"
green = "#8eb2af"
yellow = "#fdb292"
blue = "#73a3b7"
magenta = "#b97490"
cyan = "#afd4de"
white = "#eeeeee"
[colors.dim]
black = "#282a30"
red = "#c54e45"
green = "#688b89"
yellow = "#d78b6c"
blue = "#4d7d90"
magenta = "#934e69"
cyan = "#89aeb8"
white = "#c8c8c8"
[[colors.indexed_colors]]
index = 16
color = "#ff8349"
[[colors.indexed_colors]]
index = 17
color = "#cb7985"