-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
59 lines (48 loc) · 975 Bytes
/
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
[[colors.indexed_colors]]
color = "#ffffff"
index = 52
[[colors.indexed_colors]]
color = "#00ff5e"
index = 22
[colors.bright]
black = "#bdae93"
blue = "#665c54"
cyan = "#d65d0e"
green = "#b0a070"
magenta = "#3c3836"
red = "#af3a03"
white = "#282828"
yellow = "#f8aa00"
[colors.cursor]
cursor = "#504945"
text = "#fbf1c7"
[colors.hints.start]
background = "#00ff5e"
foreground = "#1d1f21"
[colors.normal]
black = "#d9c893"
blue = "#076678"
cyan = "#427b58"
green = "#79740e"
magenta = "#8f3f71"
red = "#9d0006"
white = "#504945"
yellow = "#b57614"
[colors.primary]
background = "#fbf1c7"
foreground = "#504945"
[font]
size = 11.0
[[hints.enabled]]
command = "xdg-open"
post_processing = true
regex = "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.binding]
key = "O"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
mods = "None"
[scrolling]
history = 20000
multiplier = 3