mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 15:13:49 +00:00
alacritty config update
This commit is contained in:
parent
fb056c3505
commit
f9db026b16
@ -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
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user