diff --git a/themes/freegull.zsh-theme b/themes/freegull.zsh-theme index 3b632f199..0a018e379 100644 --- a/themes/freegull.zsh-theme +++ b/themes/freegull.zsh-theme @@ -57,7 +57,7 @@ local username_command="%n" local hostname_command="%m" local current_dir="%~" -local time_output="[$yellow$blue_bg%T$reset]" +local time_output="$white($magenta%T$white)$reset" local username_output="%(!..$username_normal_color$username_command$reset@)" local hostname_output="$hostname_color$hostname_command$reset" local current_dir_output="$current_dir_color$current_dir$reset"