adopt new alacritty config rules

This commit is contained in:
quak
2024-11-03 18:27:16 +01:00
parent 27a71e96c6
commit a5d4d98b81
2 changed files with 4 additions and 3 deletions

5
alacritty/.config/alacritty/alacritty.toml Executable file → Normal file
View File

@@ -1,5 +1,3 @@
import = ["~/.config/alacritty/themes/zegonix.toml"]
# import = ["~/.config/alacritty/themes/summer.toml"]
[window] [window]
padding = { x = 2, y = 0 } padding = { x = 2, y = 0 }
@@ -29,3 +27,6 @@ style = "SemiBoldItalic"
family = "VictorMono Nerd Font" family = "VictorMono Nerd Font"
style = "BoldItalic" style = "BoldItalic"
[general]
import = ["~/.config/alacritty/themes/zegonix.toml"]

2
alacritty/.config/alacritty/themes/zegonix.toml Executable file → Normal file
View File

@@ -98,4 +98,4 @@ color = "0xD8D8D8"
# dark red # dark red
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x20 index = 0x20
color = "0xC00008" color = "0xC00008"