whompmacs/lib/thwap-theme.el

9 lines
152 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)
(provide 'thwap-theme)