Switch to doom-theme doom-one
This commit is contained in:
parent
15d806527d
commit
61855005b2
@ -39,41 +39,46 @@
|
|||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(require 'init-const))
|
(require 'init-const))
|
||||||
|
|
||||||
(use-package zenburn-theme
|
;; (use-package timu-macos-theme
|
||||||
:ensure t
|
;; :ensure t
|
||||||
:config
|
;; :config
|
||||||
(load-theme 'zenburn t)
|
;; (load-theme 'timu-macos t))
|
||||||
)
|
|
||||||
|
;; (use-package zenburn-theme
|
||||||
|
;; :ensure t
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'zenburn t)
|
||||||
|
;; )
|
||||||
|
|
||||||
;; DoomThemes
|
;; DoomThemes
|
||||||
;; (use-package doom-themes
|
(use-package doom-themes
|
||||||
;; :custom-face
|
:custom-face
|
||||||
;; (cursor ((t (:background "BlanchedAlmond"))))
|
(cursor ((t (:background "BlanchedAlmond"))))
|
||||||
;; :config
|
:config
|
||||||
;; ;; flashing mode-line on errors
|
;; 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)
|
||||||
;; (load-theme 'doom-one t)
|
(load-theme 'doom-one t)
|
||||||
;; (defun switch-theme ()
|
(defun switch-theme ()
|
||||||
;; "An interactive funtion to switch themes."
|
"An interactive funtion to switch themes."
|
||||||
;; (interactive)
|
(interactive)
|
||||||
;; (disable-theme (intern (car (mapcar #'symbol-name custom-enabled-themes))))
|
(disable-theme (intern (car (mapcar #'symbol-name custom-enabled-themes))))
|
||||||
;; (call-interactively #'load-theme)))
|
(call-interactively #'load-theme)))
|
||||||
;; ;; -DoomThemes
|
;; -DoomThemes
|
||||||
|
|
||||||
;; ;; DoomModeline
|
;; DoomModeline
|
||||||
;; (use-package doom-modeline
|
(use-package doom-modeline
|
||||||
;; :custom
|
:custom
|
||||||
;; ;; Don't compact font caches during GC. Windows Laggy Issue
|
;; Don't compact font caches during GC. Windows Laggy Issue
|
||||||
;; (inhibit-compacting-font-caches t)
|
(inhibit-compacting-font-caches t)
|
||||||
;; (doom-modeline-minor-modes t)
|
(doom-modeline-minor-modes t)
|
||||||
;; (doom-modeline-icon t)
|
(doom-modeline-icon t)
|
||||||
;; (doom-modeline-major-mode-color-icon t)
|
(doom-modeline-major-mode-color-icon t)
|
||||||
;; (doom-modeline-height 15)
|
(doom-modeline-height 15)
|
||||||
;; :config
|
:config
|
||||||
;; (doom-modeline-mode))
|
(doom-modeline-mode))
|
||||||
;; ;; -DoomModeline
|
;; -DoomModeline
|
||||||
|
|
||||||
(provide 'init-theme)
|
(provide 'init-theme)
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user