From 7a4e0e7e616280335f8189bf6beda9c2bc15b792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 24 Feb 2024 12:40:44 +0100 Subject: [PATCH] hyperland: back to alacritty --- alacritty/.config/alacritty/dark.toml | 2 +- hyprland/.config/hypr/hyprland.conf | 2 +- shell/.zshrc | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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