-
Notifications
You must be signed in to change notification settings - Fork 1
/
alacritty.yml
73 lines (56 loc) · 1.08 KB
/
alacritty.yml
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
---
live_config_reload: true
import:
- ~/.config/alacritty/themes/themes/monokai_charcoal.yaml
window:
dynamic_padding: true
dynamic_title: true
startup_mode: Windowed
decorations: full
opacity: 0.95
decorations_theme_variant: Dark
scrolling:
multiplier: 3
selection:
save_to_clipboard: true
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
cursor:
style:
shape: Block
blinking: Off
unfocused_hollow: true
thickness: 0.15
mouse:
hide_when_typing: true
key_bindings:
- key: Equals
mods: Command|Shift
action: IncreaseFontSize
- key: Minus
mods: Command|Shift
action: DecreaseFontSize
- key: F11
action: ToggleFullscreen
font:
size: 10
draw_bold_text_with_bright_colors: true
offset:
x: 0
y: 3
glyph_offset:
x: 0
y: 0
normal:
family: Mononoki Nerd Font Mono
style: Regular
bold:
family: Mononoki Nerd Font Mono
style: Bold
italic:
family: Mononoki Nerd Font Mono
style: Italic
bold_italic:
family: Mononoki Nerd Font Mono
style: Bold Italic
env:
TERM: xterm-256color