adopt new alacritty config rules

This commit is contained in:
2024-11-03 18:27:16 +01:00
parent 27a71e96c6
commit a5d4d98b81
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,5 +1,3 @@
import = ["~/.config/alacritty/themes/zegonix.toml"]
# import = ["~/.config/alacritty/themes/summer.toml"]
[window]
padding = { x = 2, y = 0 }
@@ -29,3 +27,6 @@ style = "SemiBoldItalic"
family = "VictorMono Nerd Font"
style = "BoldItalic"
[general]
import = ["~/.config/alacritty/themes/zegonix.toml"]
View File