From 4acf1cd6d6fea1af7465389898e5948abb502499 Mon Sep 17 00:00:00 2001 From: William Roe Date: Thu, 3 May 2018 17:10:34 +0100 Subject: [PATCH] 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. --- core/core-themes-support.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/core-themes-support.el b/core/core-themes-support.el index 5ad2d96ee..47dc7994f 100644 --- a/core/core-themes-support.el +++ b/core/core-themes-support.el @@ -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.")