From 2dd3b00bc3c5a026a6cea55e2377709ca7b6ec45 Mon Sep 17 00:00:00 2001 From: Zac Brown Date: Mon, 3 May 2021 15:06:44 -0700 Subject: [PATCH] Update the theme. Signed-off-by: Zac Brown --- emacs/.emacs | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs b/emacs/.emacs index 25d84e9..2ecc853 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -115,6 +115,23 @@ ;; Add any packages (require 'use-package) +(use-package doom-themes + :config + ;;(setq doom-themes-enable-bold t ; if nil, bold is universally disabled + ; ; doom-themes-enable-italic t) ; if nil, italics is universally disabled + + ;;(load-theme 'doom-city-lights t) + + ;; Enable flashing mode-line on errors + ;;(doom-themes-visual-bell-config) + ;; Corrects (and improves) org-mode's native fontification. + ;;(doom-themes-org-config) + :ensure t) +(use-package acme-theme + :config + (load-theme 'acme t) + :ensure t) + (use-package exec-path-from-shell :ensure t) @@ -150,7 +167,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages '(terraform-mode use-package))) + '(package-selected-packages '(doom-themes nord-theme terraform-mode use-package))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- 2.45.2