summaryrefslogtreecommitdiff
path: root/config/alacritty/alacritty.toml
blob: d8974752be2e9dc7ede91f456d61c9dcbafbe6b7 (plain) (blame)
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
[window]
padding = { x = 1, y = 1 }

[font]
size = 10
offset = { x = 1, y = 0 }

[colors]
draw_bold_text_with_bright_colors = true
[colors.primary]
background = '#000000'
foreground = '#ffffff'
[colors.normal]
black   = '#000000'
red     = '#cd0000'
green   = '#00cd00'
yellow  = '#cdcd00'
blue    = '#0000cd'
magenta = '#cd00cd'
cyan    = '#00cdcd'
white   = '#e5e5e5'
[colors.bright]
black   = '#4d4d4d'
red     = '#ff0000'
green   = '#00ff00'
yellow  = '#ffff00'
blue    = '#0000ff'
magenta = '#ff00ff'
cyan    = '#00ffff'
white   = '#ffffff'

[selection]
semantic_escape_chars = ",│`|\"' ()[]{}<>\t"

[[hints.enabled]]
command = 'xdg-open'
hyperlinks = true
post_processing = true
persist = false
mouse = { enabled = true, mods = 'Control' }
binding = { key = 'O', mods = 'Control|Shift' }
regex = "(https://|http://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`\\\\]+"