Add theme definition for atom-one-dark

This commit is contained in:
2017-04-12 23:47:36 +01:00
parent e1ba050658
commit 959aa1e0d5

View File

@@ -0,0 +1,14 @@
;;; siren-theme-atom-one-dark.el --- jimeh's Emacs Siren: atom-one-dark-theme.
;;; Commentary:
;; Setup for atom-one-dark-theme.
;;; Code:
(siren-require-packages '(atom-one-dark-theme))
(require 'atom-one-dark-theme)
(provide 'siren-theme-atom-one-dark)
;;; siren-theme-twilight-anti-bright.el ends here