Add kaolin themes to spacemacs-theme-name-to-package

This helps with using kaolin themes, so that spacemacs doesn't try to install
the specific theme name from ELPA.
This commit is contained in:
William Roe 2018-05-03 17:10:34 +01:00 committed by Codruț Constantin Gușoi
parent bf61b1500a
commit 4acf1cd6d6
1 changed files with 8 additions and 0 deletions

View File

@ -203,6 +203,14 @@
(gruvbox-light-soft . gruvbox-theme)
(gruvbox-light-medium . gruvbox-theme)
(gruvbox-light-hard . gruvbox-theme)
(kaolin-dark . kaolin-themes)
(kaolin-light . kaolin-themes)
(kaolin-eclipse . kaolin-themes)
(kaolin-ocean . kaolin-themes)
(kaolin-galaxy . kaolin-themes)
(kaolin-aurora . kaolin-themes)
(kaolin-valley-dark . kaolin-themes)
(kaolin-mono-dark . kaolin-themes)
)
"alist matching a theme name with its package name, required when
package name does not match theme name + `-theme' suffix.")