New default theme with toggle-able legacy theme

* This sets the newly proposed theme as the main theme. In order to
  switch back to the legacy theme, set _MENU_THEME to legacy.
  This feature is currently an experimental feature and may change
  in the future.

* Fixes documentation and updates test to reflect newly changed theme.
This commit is contained in:
Tom Ice
2019-05-12 19:32:11 -04:00
parent 90d118f09f
commit bdfe3beb25
4 changed files with 36 additions and 33 deletions
+2 -2
View File
@@ -113,9 +113,9 @@ You can exclude a directory from the stats by using pathspec, example:
.PP
.B export _GIT_PATHSPEC=':!directory'
.PP
You can switch to an alternative color scheme, example:
You can switch to the legacy color scheme, example:
.PP
.B export _MENU_THEME=alternative
.B export _MENU_THEME=legacy
.
.fi