diff --git a/.doom.d/config.org b/.doom.d/config.org index 80bf73c..4031ff6 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -6,7 +6,7 @@ ** Theme I'm feeling the gruvbox theme lately. #+begin_src emacs-lisp - (setq doom-theme 'doom-gruvbox) + (setq doom-theme 'doom-laserwave) #+end_src ** Default font #+begin_src emacs-lisp @@ -44,8 +44,8 @@ The dashboard can be reloaded with the =g= key. Set the background transparency to 90% so my wallpaper shows through. #+begin_src emacs-lisp - (set-frame-parameter (selected-frame) 'alpha '(90 . 90)) - (add-to-list 'default-frame-alist '(alpha . (90 . 90))) + (set-frame-parameter (selected-frame) 'alpha '(98 . 98)) + (add-to-list 'default-frame-alist '(alpha . (98 . 98))) #+end_src ** Comic Sans Mono Why not, it's fun 🤣