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
@@ -117,10 +117,10 @@ export _GIT_PATHSPEC=':!directory'
#### Color themes
You can change to an alternative color scheme by toggling the variable `_MENU_THEME` between `default` and `alternative`
You can change to the legacy color scheme by toggling the variable `_MENU_THEME` between `default` and `legacy`
```bash
export _MENU_THEME=alternative
export _MENU_THEME=legacy
```
## Installation