mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
11 lines
167 B
EmacsLisp
11 lines
167 B
EmacsLisp
;;
|
|
;; siren theme setup
|
|
;;
|
|
|
|
(if window-system
|
|
(require 'siren-theme-twilight-anti-bright)
|
|
(require 'siren-theme-tomorrow-night-paradise))
|
|
|
|
|
|
(provide 'siren-theme)
|