From d726ee750a2696b6ed775418fbc53a900294b627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Kupczy=C5=84ski?= Date: Mon, 14 May 2018 23:57:44 +0200 Subject: [PATCH] Add new doom-themes - doom-city-lights - doom-dracula - doom-nord - doom-nord-light --- core/core-themes-support.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-themes-support.el b/core/core-themes-support.el index 86e129709..6bfebe2b4 100644 --- a/core/core-themes-support.el +++ b/core/core-themes-support.el @@ -148,9 +148,13 @@ (sanityinc-tomorrow-day . color-theme-sanityinc-tomorrow) (sanityinc-tomorrow-eighties . color-theme-sanityinc-tomorrow) (sanityinc-tomorrow-night . color-theme-sanityinc-tomorrow) + (doom-city-lights . doom-themes) + (doom-dracula . doom-themes) (doom-molokai . doom-themes) (doom-mono-dark . doom-themes) (doom-mono-light . doom-themes) + (doom-nord . doom-themes) + (doom-nord-light . doom-themes) (doom-nova . doom-themes) (doom-one . doom-themes) (doom-one-light . doom-themes)