[emacs] I'm feeling the laserwave theme more

This commit is contained in:
Correl Roush 2022-04-12 17:26:19 -04:00
parent 354f3436dc
commit ba4c3befd0

View file

@ -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 🤣