Add doom-gruvbox-light theme

Add doom-gruvbox-light theme to prevent Spacemacs from trying to download a
package with the same name from elpa (and failing because there is no such
package).

doom-gruvbox-theme can now be included in dotspacemacs-themes configuration
without generating an error or trying to download a non-existent package.
This commit is contained in:
John Practicalli Stevenson 2020-06-05 12:24:41 +01:00 committed by duianto
parent 23976ab799
commit 4349485cc7
2 changed files with 2 additions and 0 deletions

View File

@ -3296,6 +3296,7 @@ Other:
- Updated =doom-themes= list to reflect upstream
(thanks to Dominic Pearson, Muneeb Shaikh)
- Added highly accessible =modus-themes= (thanks to Muneeb Shaikh)
- Added =doom-gruvbox-light= theme (thanks to John Stevenson)
**** Tmux
- Prevent =tmux-command= at GUI mode (thanks to Isaac Zeng)
- Fixed regression in tmux by setting keybindings using =use-package=

View File

@ -184,6 +184,7 @@
(doom-ephemeral . doom-themes)
(doom-fairy-floss . doom-themes)
(doom-gruvbox . doom-themes)
(doom-gruvbox-light . doom-themes)
(doom-horizon . doom-themes)
(doom-laserwave . doom-themes)
(doom-manegarm . doom-themes)