Update terminal colors

This commit is contained in:
2024-07-15 00:14:40 +02:00
parent 81a5d6f3ee
commit 18b9f75fc6
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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