summaryrefslogtreecommitdiff
path: root/.config/alacritty.toml
blob: 3bee4f931a06a3a79fd9cfb7d3812fe20f86a61d (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[colors]
draw_bold_text_with_bright_colors = true
 
[colors.bright]
black = "0x888888"
blue = "0x79b8ff"
cyan = "0x00ffff"
green = "0x00ff00"
magenta = "0xff00ff"
red = "0xff0000"
white = "0xffffff"
yellow = "0xffff00"
 
[colors.cursor]
cursor = "0xffffff"
text = "0xaaaaaa"
 
[colors.normal]
black = "0x000000"
blue = "0x2188ff"
cyan = "0x00ffff"
green = "0x00ff00"
magenta = "0xff00ff"
red = "0xff0000"
white = "0xffffff"
yellow = "0xffff00"
 
[colors.primary]
background = "0x0a0a0a"
foreground = "0xdddddd"
 
[font]
builtin_box_drawing = false
size = 8.0
 
[font.bold]
family = "DejaVuSansM Nerd Font Mono"
style = "Bold"
 
[font.bold_italic]
family = "DejaVuSansM Nerd Font Mono"
style = "Bold Oblique"
 
[font.italic]
family = "DejaVuSansM Nerd Font Mono"
style = "Oblique"
 
[font.normal]
family = "DejaVuSansM Nerd Font Mono"
style = "Regular"
 
[hints]
alphabet = "aoeuidhtns"
 
[[hints.enabled]]
command = "xdg-open"
hyperlinks = true
post_processing = true
regex = "(mailto|http|https):[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
 
[hints.enabled.binding]
key = "Tab"
mods = "Control|Command"
 
[hints.enabled.mouse]
enabled = true
mods = "Command"
 
[selection]
semantic_escape_chars = ''' !@#$%^&*(){}[]'",.<>/?=+-\|`~;:'''
 
[shell]
args = ["--login"]
program = "/bin/bash"
 
[window]
opacity = 0.86
option_as_alt = "Both"
resize_increments = true
 
[window.dimensions]
columns = 80
lines = 37