blob: e427c93361bc8d6a39bd6bd4b63bd9fb1b3d0ed9 (
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
|
[env]
TERM = "xterm-256color"
[cursor]
#style = {shape = "beam", blinking = "Off"}
style.shape = "beam"
[font]
# Customized version of Apple Meslo, very normie
normal = { family = "MesloLGS Nerd Font", style = "Mono" }
# Patched spleen (font from OpenBSD)
#normal = { family = "Spleen32x64Nerd Font Mono", style = "Regular" }
#normal = { family = "Terminess Nerd Font", style = "Regular" }
# Somewhat similar to spleen
#normal = { family = "VictorMono Nerd Font Mono", style = "Regular" }
#italic = { style = "Oblique" }
size = 12
[window]
opacity = 1
[general]
import = [
"~/.config/alacritty/acme.toml"
#"~/.config/alacritty/catppuccin-latte.toml"
#"~/.config/alacritty/selenized-white.toml"
#"~/.config/alacritty/selenized-light.toml"
#"~/.config/alacritty/themes/themes/one_light.toml"
#"~/.config/alacritty/themes/themes/ayu_light.toml"
]
|