From 18b9f75fc6d9d5f6a480a05fa9dbdde0d0672262 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 15 Jul 2024 00:14:40 +0200 Subject: [PATCH] Update terminal colors --- .config/hypr/hyprland.conf | 2 +- .config/zsh/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3b93e5f..819f1b2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -135,7 +135,7 @@ source = ~/.config/hypr/windows_rules.conf $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, kitty +bind = $mainMod, Q, exec, kitty -o background=##14161B bind = $mainMod SHIFT, Q, exec, kitty -o background=##03045e -o foreground=##ffffff -d $(pwd) ssh ctf-vm bind = $mainMod, C, killactive, bind = $mainMod, M, exit, diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0129a20..98ad9f6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -13,7 +13,7 @@ precmd () { vcs_info } setopt prompt_subst #PS1="\$vcs_info_msg_0_ $PS1" -PS1='%F{10}%~ %f${vcs_info_msg_0_}' +PS1=' %F{#91C79C}%~ %f${vcs_info_msg_0_}' # History in zsh dir HISTFILE=~/.config/zsh/histfile