Skip to content

Commit

Permalink
fix: white color in phpstorm solarized dark terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 12, 2017
1 parent 2698697 commit 422f99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ zsh_powerlevel9k_shorten_dir_length: 3
zsh_powerlevel9k_status_verbose: 0

# dir (context) colors
zsh_powerlevel9k_context_default_foreground: white
zsh_powerlevel9k_context_default_foreground: "255" # white
zsh_powerlevel9k_context_default_background: "024" # blue
zsh_powerlevel9k_context_root_foreground: white
zsh_powerlevel9k_context_root_foreground: "255" # white
zsh_powerlevel9k_context_root_background: "124" # red
zsh_powerlevel9k_dir_foreground: white
zsh_powerlevel9k_dir_foreground: "255" # white
zsh_powerlevel9k_dir_background: "240" # gray

# vcs colors
Expand Down

0 comments on commit 422f99c

Please sign in to comment.