feat: emacs - update theme & docs

This commit is contained in:
Ryan Yin
2024-01-03 13:53:45 +08:00
parent 04c2901b5e
commit 1dbd81e2fa
2 changed files with 2 additions and 1 deletions
@@ -35,7 +35,7 @@
;; (setq doom-theme 'doom-one)
;; https://github.com/catppuccin/emacs/
(setq doom-theme 'catppuccin)
(setq catppuccin-flavor 'frappe) ;; 'frappe, 'latte, 'macchiato, or 'mocha
(setq catppuccin-flavor 'mocha) ;; 'frappe, 'latte, 'macchiato, or 'mocha
;; make emacs transparent(do not works on terminal)
;; (set-frame-parameter nil 'alpha-background 70)
;; (add-to-list 'default-frame-alist '(alpha-background . 70))