-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalacritty.toml
More file actions
65 lines (53 loc) · 1.05 KB
/
alacritty.toml
File metadata and controls
65 lines (53 loc) · 1.05 KB
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
[colors.primary]
background = "#1e1e2e"
foreground = "#cdd6f4"
dim_foreground = "#7f849c"
bright_foreground = "#cdd6f4"
[colors.cursor]
text = "#1e1e2e"
cursor = "#f472b6"
[colors.vi_mode_cursor]
text = "#1e1e2e"
cursor = "#b4befe"
[colors.search.matches]
foreground = "#1e1e2e"
background = "#a6adc8"
[colors.search.focused_match]
foreground = "#1e1e2e"
background = "#a6e3a1"
[colors.footer_bar]
foreground = "#1e1e2e"
background = "#22d3ee"
[colors.hints.start]
foreground = "#1e1e2e"
background = "#fef08a"
[colors.hints.end]
foreground = "#1e1e2e"
background = "#a6adc8"
[colors.selection]
text = "#1e1e2e"
background = "#f472b6"
[colors.normal]
black = "#45475a"
red = "#f87171"
green = "#34d399"
yellow = "#fef08a"
blue = "#818cf8"
magenta = "#f472b6"
cyan = "#22d3ee"
white = "#bac2de"
[colors.bright]
black = "#585b70"
red = "#f43f5e"
green = "#4ade80"
yellow = "#fde047"
blue = "#2563eb"
magenta = "#ec4899"
cyan = "#38bdf8"
white = "#a6adc8"
[[colors.indexed_colors]]
index = 16
color = "#fdba74"
[[colors.indexed_colors]]
index = 17
color = "#c084fc"