Fix visuals in rofi and zsh theme

This commit is contained in:
Tobias Reisinger 2021-09-06 01:45:06 +02:00
parent b79d1fec0e
commit 34d867e9b5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 32 additions and 25 deletions
.config/zsh/custom/themes

View file

@ -5,7 +5,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
)
%{$fg[default]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg[default]%}%D{%T} %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg[green]%}$%{$reset_color%} '
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'