From 5f8c6e8af8b8c895799864f06b0328ce15ed0744 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 21 Jan 2020 09:18:54 -0500 Subject: [PATCH] Change emacs theme to moonlight --- emacs/.config/doom/+ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/+ui.el b/emacs/.config/doom/+ui.el index 3414541..d3bc6cf 100644 --- a/emacs/.config/doom/+ui.el +++ b/emacs/.config/doom/+ui.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t; -*- -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-moonlight) ;; Fonts (setq doom-font (font-spec :family "Go Mono" :size 12))