whompmacs/lib/thwap-theme.el
Mike 'Fuzzy' Partin 6e565ee542 initial commit
2024-07-04 22:48:54 -07:00

9 lines
152 B
EmacsLisp

;; theme bits
(straight-use-package 'modus-themes)
(require 'modus-themes)
(load-theme 'modus-vivendi-tritanopia :no-confirm)
(provide 'thwap-theme)