refactor(emacs): use doom themes
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
This commit is contained in:
parent
f78f25d9ad
commit
e632583fc8
@ -124,14 +124,15 @@
|
|||||||
'(tool-bar-mode nil))
|
'(tool-bar-mode nil))
|
||||||
|
|
||||||
;; Doom Themes
|
;; Doom Themes
|
||||||
(use-package kanagawa-theme
|
(use-package doom-themes
|
||||||
|
:ensure t
|
||||||
:custom
|
:custom
|
||||||
(kanagwa-theme-org-bold t)
|
(doom-themes-enable-bold t)
|
||||||
(kanagawa-theme-org-height t)
|
(doom-themes-enable-italic t)
|
||||||
(kanagawa-theme-keyword-italic t)
|
|
||||||
(kanagawa-theme-comment-italic t)
|
|
||||||
:config
|
:config
|
||||||
(load-theme 'kanagawa t))
|
(load-theme 'doom-one t)
|
||||||
|
(doom-themes-treemacs-config)
|
||||||
|
(doom-themes-org-config))
|
||||||
|
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:custom
|
:custom
|
||||||
@ -783,4 +784,4 @@
|
|||||||
'(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed))))
|
'(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed))))
|
||||||
'(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed))))
|
'(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed))))
|
||||||
'(evil-goggles-yank-face ((t (:inherit diff-changed))))
|
'(evil-goggles-yank-face ((t (:inherit diff-changed))))
|
||||||
'(italic ((t (:slant oblique)))))
|
'(italic ((t (:slant oblique)))))
|
||||||
|
Loading…
Reference in New Issue
Block a user