mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] I'm feeling the laserwave theme more
This commit is contained in:
parent
354f3436dc
commit
ba4c3befd0
1 changed files with 3 additions and 3 deletions
|
@ -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 🤣
|
||||
|
|
Loading…
Reference in a new issue