yay new theme

This commit is contained in:
Sakooooo 2024-09-09 10:16:39 +04:00
parent 14b1748864
commit fd6edad92f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -201,9 +201,14 @@ kept-old-versions 5)
#+end_src #+end_src
** Appearance ** Appearance
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package ef-themes ;; (use-package ef-themes
;; :config
;; (load-theme 'ef-maris-dark t))
(use-package leuven-theme
:config :config
(load-theme 'ef-maris-dark t)) (load-theme 'leuven-dark t))
;; emacsclient things ;; emacsclient things
(setq frame-resize-pixelwise t) (setq frame-resize-pixelwise t)
;; ui settings apparently go below ;; ui settings apparently go below