whompmacs/lib/thwap-theme.el

10 lines
202 B
EmacsLisp
Raw Normal View History

2024-07-05 05:48:54 +00:00
;; theme bits
(straight-use-package 'modus-themes)
(require 'modus-themes)
;; (load-theme 'modus-vivendi-tritanopia :no-confirm)
(load-theme 'modus-vivendi-tinted :no-confirm)
2024-07-05 05:48:54 +00:00
(provide 'thwap-theme)