change theme
This commit is contained in:
parent
4494a280c4
commit
566cea5b47
1 changed files with 19 additions and 15 deletions
|
@ -372,9 +372,13 @@ Cause emacs overlay lol
|
||||||
;; ;; Enable flashing mode-line on errors
|
;; ;; Enable flashing mode-line on errors
|
||||||
;; (doom-themes-visual-bell-config))
|
;; (doom-themes-visual-bell-config))
|
||||||
|
|
||||||
(use-package timu-macos-theme
|
;; (use-package timu-macos-theme
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'timu-macos t))
|
||||||
|
|
||||||
|
(use-package melancholy-theme
|
||||||
:config
|
:config
|
||||||
(load-theme 'timu-macos t))
|
(load-theme 'melancholy-theme))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** All the Icons (to make doom-themes happy)
|
** All the Icons (to make doom-themes happy)
|
||||||
|
|
Loading…
Reference in a new issue