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 # 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 = [ import = [
"~/AppData/Roaming/alacritty/catppuccin-mocha.toml", "~/AppData/Roaming/alacritty/catppuccin-mocha.toml",
# "~/AppData/Roaming/alacritty/catppuccin-latte.toml", # "~/AppData/Roaming/alacritty/catppuccin-latte.toml",
] ]
live_config_reload = true live_config_reload = true
[shell] [terminal.shell]
program = "pwsh" program = "pwsh"
[font]
[font.normal] [font.normal]
family = "CaskaydiaCove Nerd Font Mono" family = "CaskaydiaCove Nerd Font Mono"