emacs-config/elpa/humanoid-themes-20200403.1939/humanoid-dark-theme.el

14 lines
305 B
EmacsLisp

;;; humanoid-dark-theme.el --- the dark variant -*- lexical-binding: t; -*-
;;; Commentary:
;;;
;;; Code:
(require 'humanoid-themes)
(deftheme humanoid-dark "Humanoid theme, the dark version")
(humanoid-create 'dark 'humanoid-dark)
(provide-theme 'humanoid-dark)
;;; humanoid-dark-theme.el ends here