commit 44c3fbc49541d606e767df1791419c71276f98cd
parent 3ca74e62b3672cc858fd62102d1cc6ab6c79dc04
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 31 Mar 2020 01:35:05 +0300
switch theme to doom-vibrant
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.org b/init.org
@@ -597,7 +597,7 @@ Dracula someday as well).
(defvar doom-themes-enable-italic)
(setq doom-themes-enable-bold t
doom-themes-enable-italic t)
- (load-theme 'doom-one t)
+ (load-theme 'doom-vibrant t)
(setq doom-themes-treemacs-theme "doom-colors")
(doom-themes-treemacs-config)
(doom-themes-org-config))