This commit is contained in:
parent
d527d1dda3
commit
b83e55b79b
7 changed files with 32 additions and 28 deletions
|
|
@ -15,6 +15,8 @@
|
|||
(use-package modus-themes :straight t :defer t)
|
||||
(use-package darktooth-theme :straight t :defer t)
|
||||
(use-package cyberpunk-theme :straight t :defer t)
|
||||
(use-package catppuccin-theme :straight t :defer t
|
||||
:config (setq catppuccin-flavor 'frappe))
|
||||
(use-package color-theme-sanityinc-tomorrow :straight t :defer t)
|
||||
|
||||
;; Disable cursor blinking
|
||||
|
|
@ -28,6 +30,7 @@
|
|||
(load-theme 'base16-horizon-light t t)
|
||||
(load-theme 'base16-humanoid-light t t)
|
||||
(load-theme 'sanityinc-tomorrow-day t t)
|
||||
(load-theme 'catppuccin t t)
|
||||
|
||||
;; Dark themes
|
||||
(load-theme 'cyberpunk t t)
|
||||
|
|
@ -52,7 +55,8 @@
|
|||
(declare-function spaceline-emacs-theme nil)
|
||||
|
||||
(spaceline-emacs-theme)
|
||||
(enable-theme 'icejam-base16-zenburn)
|
||||
(enable-theme 'catppuccin)
|
||||
;; (enable-theme 'icejam-base16-zenburn)
|
||||
|
||||
(provide 'icejam-themes)
|
||||
;;; icejam-themes.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue