alacritty config update

This commit is contained in:
Baipyrus 2024-10-26 02:11:19 +02:00
parent fb056c3505
commit f9db026b16
2 changed files with 5 additions and 3 deletions

View File

@ -56,4 +56,6 @@ $theme = if ($settings.AppsUseLightTheme)
}
# Toggle the theme lines based on the current theme
ToggleThemeLines -theme $theme -content $content -darkLN 2 -lightLN 3 | Set-Content -Path $alacritty
ToggleThemeLines -theme $theme -content $content -darkLN 3 -lightLN 4 | Set-Content -Path $alacritty

View File

@ -1,12 +1,12 @@
[general]
import = [
"~/AppData/Roaming/alacritty/catppuccin-mocha.toml",
# "~/AppData/Roaming/alacritty/catppuccin-latte.toml",
]
live_config_reload = true
[shell]
[terminal.shell]
program = "pwsh"
[font]
[font.normal]
family = "CaskaydiaCove Nerd Font Mono"