diff --git a/xorg/.Xresources b/xorg/.Xresources index 07e2636..8045f0a 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,5 +1,5 @@ *foreground: #e5e3e3 -*background: #eeeeee +*background: #221e21 *cursor: #e5e3e3 *color0: #0c080b diff --git a/zsh/.zshrc b/zsh/.zshrc index 9631b1c..8818c95 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -12,7 +12,7 @@ precmd_functions+=( precmd_vcs_info ) setopt prompt_subst zstyle ':vcs_info:git:*' formats '(%b)' autoload -U colors && colors -PS1="%F${fg[white]}%(0?.√.%?) %B%{$fg[magenta]%}%1~%{$reset_color%} \$vcs_info_msg_0_ $%f%b " +PS1="%F%{${fg[white]}%}%(0?.√.%?) %B%{$fg[magenta]%}%1~%{$reset_color%} \$vcs_info_msg_0_ $%f%b " # Configuring the command history. HISTSIZE=1000