Skip to content

Commit

Permalink
revert to white for alacritty compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Feb 12, 2017
1 parent 622e8d4 commit 4863c5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ A preview of Vero using Oh My ZSH and [Alacritty](https://github.com/jwilm/alacr
1. Download and install the theme:

```bash
wget https://github.com/Raindeer44/vero/archive/v1.0.3.tar.gz
tar -xzvf v1.0.3.tar.gz
cd vero-1.0.3
wget https://github.com/Raindeer44/vero/archive/v1.0.4.tar.gz
tar -xzvf v1.0.4.tar.gz
cd vero-1.0.4
make
```

Expand Down
Binary file modified img/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions vero.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ZSH_THEME_NVM_PROMPT_SUFFIX=">"

### Git <±master ▾●>

ZSH_THEME_GIT_PROMPT_PREFIX="<%{$fg_bold[green]%}±%{$reset_color%}%{$fg_bold[cyan]%}"
ZSH_THEME_GIT_PROMPT_PREFIX="<%{$fg_bold[cyan]%}±%{$reset_color%}%{$fg_bold[white]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}>"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}✓%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg[cyan]%}▴%{$reset_color%}"
Expand Down Expand Up @@ -83,13 +83,13 @@ function ssh_connection() {
fi
}

_PATH="%{$fg_bold[cyan]%}%~%{$reset_color%} "
_PATH="%{$fg_bold[white]%}%~%{$reset_color%} "

if [[ $EUID -eq 0 ]]; then
_USERNAME="%{$fg_bold[red]%}%n"
_LIBERTY="%{$fg[red]%}#"
else
_USERNAME="%{$fg_bold[cyan]%}%n"
_USERNAME="%{$fg_bold[white]%}%n"
_LIBERTY="%{$fg[green]%}$"
fi
_USERNAME="$_USERNAME%{$reset_color%}@%m"
Expand Down

0 comments on commit 4863c5c

Please sign in to comment.