@@ 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.