14 lines
305 B
EmacsLisp
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
|