Skip to content

Commit

Permalink
Updated solarized theme
Browse files Browse the repository at this point in the history
  • Loading branch information
noccy80 committed Dec 16, 2016
1 parent 41bd2b8 commit 7f255a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 5 additions & 5 deletions themes/solarized.theme
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f255a7

Please sign in to comment.