diff --git a/PowerShell/Microsoft.PowerShell_profile.ps1 b/PowerShell/Microsoft.PowerShell_profile.ps1 index e33c23b..fa00f5b 100644 --- a/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -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 + + diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 1637628..75d46cf 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -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"