-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
alacritty.toml
59 lines (48 loc) · 1.06 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
[colors.bright]
black = "0x002b36"
blue = "0x839496"
cyan = "0x93a1a1"
green = "0x586e75"
magenta = "0x6c71c4"
red = "0xcb4b16"
white = "0xfdf6e3"
yellow = "0x657b83"
[colors.normal]
black = "0x073642"
blue = "0x268bd2"
cyan = "0x2aa198"
green = "0x859900"
magenta = "0xd33682"
red = "0xdc322f"
white = "0xeee8d5"
yellow = "0xb58900"
[colors.primary]
background = "0x002b36"
foreground = "0x839496"
[env]
TERM = "xterm-256color"
[font]
size = 10
[font.bold]
family = "SauceCodePro Nerd Font Mono"
style = "Bold"
[font.bold_italic]
family = "SauceCodePro Nerd Font Mono"
style = "Bold Italic"
[font.italic]
family = "SauceCodePro Nerd Font Mono"
style = "Light Italic"
[font.normal]
family = "SauceCodePro Nerd Font Mono"
style = "Regular"
[[hints.enabled]]
command = "xdg-open"
hyperlinks = true
post_processing = true
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.mouse]
enabled = true
mods = "Shift"
[window]
decorations = "none"
decorations_theme_variant = "Dark"