diff --git a/install.sh b/install.sh index e9aae89..2678296 100755 --- a/install.sh +++ b/install.sh @@ -60,3 +60,5 @@ if [ $? != 0 ]; then fi $INSTALL_DIR/bin/phpl-reload --all + +echo "Reload your terminal or source $INSTALL_DIR/powerline.sh to activate phpl" diff --git a/themes/solarized.theme b/themes/solarized.theme index 3752e52..a96e314 100644 --- a/themes/solarized.theme +++ b/themes/solarized.theme @@ -31,20 +31,20 @@ path { loadavg { background: %base02; - color: %base2; + color: %base1; } .vcs { - background: %base01; - color: %base1; + background: %base02; + color: %base3; } .system { background: %base01; - color: %base2 + color: %base2; } .info { background: %base02; - color: %base2 + color: %cyan; } status { background: %base03;