Switch to ef-themes

doom-themes still used for visual bell on modeline
This commit is contained in:
2025-04-14 15:53:54 -07:00
parent 04a4e91b21
commit 9b65fc62bd

View File

@@ -400,22 +400,28 @@
(use-package doom-themes (use-package doom-themes
:ensure t :ensure t
:config :config
(setq doom-themes-enable-bold t ;; (setq doom-themes-enable-bold t
doom-themes-enable-italic t) ;; doom-themes-enable-italic t)
(load-theme 'doom-monokai-pro t) ;; (load-theme 'doom-monokai-pro t)
;; Lighten comments slightly for better contrast ;; Lighten comments slightly for better contrast
(custom-theme-set-faces ;; (custom-theme-set-faces
'doom-monokai-pro ;; 'doom-monokai-pro
'(font-lock-comment-face ;; '(font-lock-comment-face
((t (:foreground "#9A989A"))))) ;; ((t (:foreground "#9A989A")))))
(enable-theme 'doom-monokai-pro) ;; (enable-theme 'doom-monokai-pro)
;; Enable flashing mode-line on errors ;; Enable flashing mode-line on errors
(doom-themes-visual-bell-config) (doom-themes-visual-bell-config)
;; Corrects (and improves) org-mode's native fontification. ;; Corrects (and improves) org-mode's native fontification.
(doom-themes-org-config)) (doom-themes-org-config))
(use-package ef-themes
:ensure t
:config
(load-theme 'ef-owl t)
(enable-theme 'ef-owl))
;;;; Modeline ;;;; Modeline
(use-package doom-modeline (use-package doom-modeline
:ensure t :ensure t
@@ -570,7 +576,7 @@
(savehist-mode 1) (savehist-mode 1)
;; Visually mark the line the cursor is on ;; Visually mark the line the cursor is on
(global-hl-line-mode 1) ;; (global-hl-line-mode 1)
(setq vc-follow-symlinks t) (setq vc-follow-symlinks t)