-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
50 lines (38 loc) · 870 Bytes
/
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
[general]
# import = ["/nix/store/xzhsfnwcmcra9njyl99vzapfq75rdd1w-alacritty-theme-0-unstable-2024-10-24/kanagawa_wave.toml"]
import = ["/Users/qkniep/.config/alacritty/themes/everblush.toml"]
live_config_reload = true
working_directory = "None"
[bell]
animation = "EaseOutExpo"
color = "#918175"
duration = 250
[cursor]
style = "Block"
unfocused_hollow = true
vi_mode_style = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 15
[font.bold]
family = "MonaspiceAr Nerd Font Mono"
style = "Bold"
[font.bold_italic]
family = "MonaspiceAr Nerd Font Mono"
style = "Bold Italic"
[font.italic]
family = "MonaspiceAr Nerd Font Mono"
style = "Italic"
[font.normal]
family = "MonaspiceAr Nerd Font Mono"
style = "Regular"
[mouse]
hide_when_typing = true
[scrolling]
history = 100000
multiplier = 3
[selection]
save_to_clipboard = true
[window]
dynamic_title = true