diff --git a/alacritty/.config/alacritty/dark.toml b/alacritty/.config/alacritty/dark.toml index 0de57fc..76ede2f 100644 --- a/alacritty/.config/alacritty/dark.toml +++ b/alacritty/.config/alacritty/dark.toml @@ -1,3 +1,3 @@ import = [ - "~/.config/alacritty/themes/themes/nightfox.toml" + "~/.config/alacritty/themes/themes/nord.toml" ] diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index b3128bd..02c8aaa 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -34,7 +34,7 @@ misc { } $menu = rofi -show drun -theme Arc-Dark -$terminal = foot +$terminal = alacritty $mainMod = SUPER diff --git a/shell/.zshrc b/shell/.zshrc index cde35d6..2f85b10 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -16,6 +16,8 @@ plug "zap-zsh/fzf" plug "zsh-users/zsh-autosuggestions" plug "zsh-users/zsh-syntax-highlighting" +ZSH_HIGHLIGHT_STYLES[comment]=fg=blue + # Prompt. autoload -Uz vcs_info