-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
75 lines (60 loc) · 1.13 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
live_config_reload = true
"window.opacity" = 0.5
[colors.bright]
black = "0x696969"
blue = "0x007FFF"
cyan = "0x00CCCC"
green = "0x03C03C"
magenta = "0xFF1493"
red = "0xFF2400"
white = "0xFFFAFA"
yellow = "0xFDFF00"
[colors.normal]
black = "0x10100E"
blue = "0x0087BD"
cyan = "0x20B2AA"
green = "0x009F6B"
magenta = "0x9A4EAE"
red = "0xC40233"
white = "0xC6C6C4"
yellow = "0xFFD700"
[colors.primary]
background = "0x10100E"
foreground = "0xC6C6C4"
[cursor]
blink_interval = 500
thickness = 0.15
unfocused_hollow = true
[cursor.style]
blinking = "Always"
shape = "Beam"
[env]
TERM = "xterm-256color"
[font]
size = 14.0
[font.bold]
family = "Hack Nerd Font Mono"
style = "Bold"
[font.bold_italic]
family = "Hack Nerd Font Mono"
style = "Bold Italic"
[font.italic]
family = "Hack Nerd Font Mono"
style = "Italic"
[font.normal]
family = "Hack Nerd Font Mono"
style = "Regular"
[[keyboard.bindings]]
chars = "\u001BF"
key = "Right"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001BB"
key = "Left"
mods = "Alt"
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[shell]
args = ["--login"]
program = "/bin/zsh"