config/emacs: use moe-theme
This commit is contained in:
parent
99a755505b
commit
e33b8f5986
1 changed files with 27 additions and 23 deletions
|
@ -202,9 +202,13 @@ kept-old-versions 5)
|
||||||
** Appearance
|
** Appearance
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; TODO: change this for something better i guess
|
;; TODO: change this for something better i guess
|
||||||
(use-package doom-themes
|
;; (use-package doom-themes
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'doom-monokai-spectrum t))
|
||||||
|
|
||||||
|
(use-package moe-theme
|
||||||
:config
|
:config
|
||||||
(load-theme 'doom-monokai-spectrum t))
|
(moe-dark))
|
||||||
|
|
||||||
;; emacsclient things
|
;; emacsclient things
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
|
|
Loading…
Reference in a new issue