mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
275 B
EmacsLisp
15 lines
275 B
EmacsLisp
;;; siren-theme.el --- jimeh's Emacs Siren: Theme loading.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Load the theme!
|
|
|
|
;;; Code:
|
|
|
|
(if window-system
|
|
(require 'siren-theme-twilight-anti-bright)
|
|
(require 'siren-theme-tomorrow-night-paradise))
|
|
|
|
(provide 'siren-theme)
|
|
;;; siren-theme.el ends here
|