summaryrefslogtreecommitdiff
path: root/alacritty/alacritty.toml
blob: a3c9eea335355367492bb3943e19a16b94cb4984 (plain)
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
[font]
size = 8.0

[font.normal]
family = "Iosevka Term"
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 = "None"

[[hints.enabled]]
command = "open_url.sh"
regex = '(?:Closes:.|\#)(1?\d{6})'

[hints.enabled.mouse]
enabled = true

[[hints.enabled]]
command = "open_url.sh"
regex = '(1?\d{6})@bugs.debian.org'

[hints.enabled.mouse]
enabled = true

[colors.primary]
background = "#1c1b19"
foreground = "#fce8c3"

[colors.cursor]
cursor = "#fbb829"
text = "CellBackground"

[colors.normal]
black = "#1c1b19"
blue = "#2c78bf"
cyan = "#0aaeb3"
green = "#519f50"
magenta = "#e02c6d"
red = "#ef2f27"
white = "#baa67f"
yellow = "#fbb829"

[colors.bright]
black = "#918175"
blue = "#68a8e4"
cyan = "#2be4d0"
green = "#98bc37"
magenta = "#ff5c8f"
red = "#f75341"
white = "#fce8c3"
yellow = "#fed06e"