-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathalacritty.toml
More file actions
61 lines (51 loc) · 1008 Bytes
/
alacritty.toml
File metadata and controls
61 lines (51 loc) · 1008 Bytes
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
[colors.primary]
background = "#212337"
foreground = "#ebfafa"
[colors.cursor]
text = "#f8f8f2"
cursor = "#37f499"
[colors.vi_mode_cursor]
text = "#f8f8f2"
cursor = "#37f499"
[colors.search.matches]
foreground = "#212337"
background = "#37f499"
[colors.search.focused_match]
foreground = "CellBackground"
background = "CellForeground"
[colors.line_indicator]
foreground = "None"
background = "None"
[colors.footer_bar]
foreground = "#37f499"
background = "#37f499"
[colors.selection]
text = "#ebfafa"
background = "#bf4f8e"
[colors.normal]
black = "#21222c"
red = "#f9515d"
green = "#37f499"
yellow = "#e9f941"
blue = "#9071f4"
magenta = "#f265b5"
cyan = "#04d1f9"
white = "#ebfafa"
[colors.bright]
black = "#21222c"
red = "#f9515d"
green = "#37f499"
yellow = "#e9f941"
blue = "#9071f4"
magenta = "#f265b5"
cyan = "#04d1f9"
white = "#ebfafa"
[colors.dim]
black = "#21222c"
red = "#f9515d"
green = "#37f499"
yellow = "#e9f941"
blue = "#9071f4"
magenta = "#f265b5"
cyan = "#04d1f9"
white = "#ebfafa"