From 7f255a72ee3115899c8c13075907affe06b78320 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Fri, 16 Dec 2016 02:40:34 +0100 Subject: [PATCH] Updated solarized theme --- install.sh | 2 ++ themes/solarized.theme | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) 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;