mirror of
https://github.com/git-quick-stats/git-quick-stats.git
synced 2026-05-31 11:18:44 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user