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
|
# 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 = [
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user