hyperland: back to alacritty

This commit is contained in:
2024-02-24 12:40:44 +01:00
parent 4930040bef
commit 7a4e0e7e61
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import = [ import = [
"~/.config/alacritty/themes/themes/nightfox.toml" "~/.config/alacritty/themes/themes/nord.toml"
] ]

View File

@ -34,7 +34,7 @@ misc {
} }
$menu = rofi -show drun -theme Arc-Dark $menu = rofi -show drun -theme Arc-Dark
$terminal = foot $terminal = alacritty
$mainMod = SUPER $mainMod = SUPER

View File

@ -16,6 +16,8 @@ plug "zap-zsh/fzf"
plug "zsh-users/zsh-autosuggestions" plug "zsh-users/zsh-autosuggestions"
plug "zsh-users/zsh-syntax-highlighting" plug "zsh-users/zsh-syntax-highlighting"
ZSH_HIGHLIGHT_STYLES[comment]=fg=blue
# Prompt. # Prompt.
autoload -Uz vcs_info autoload -Uz vcs_info