[2024-05-09] Migrate Alacritty config to TOML

This commit is contained in:
Andrew Conlin 2024-05-09 18:33:45 +01:00
parent 762776ef54
commit 062c5344e6
2 changed files with 18 additions and 15 deletions

18
alacritty.toml Normal file
View File

@ -0,0 +1,18 @@
import = ["/home/andrew/.config/alacritty/themes/tokyonight.toml"]
[cursor.style]
blinking = "On"
shape = "Beam"
[cursor.vi_mode_style]
shape = "Block"
[font]
size = 9.0
[font.normal]
family = "Geist Mono"
style = "Regular"
[window]
opacity = 0.8

View File

@ -1,15 +0,0 @@
font:
normal:
family: Geist Mono
style: Regular
size: 9.0
cursor:
style:
shape: "Beam"
blinking: "On"
vi_mode_style:
shape: "Block"
import:
- ~/.config/alacritty/themes/tokyo-night.yml