summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-doomish-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-04 04:19:56 +0000
committerjao <jao@gnu.org>2021-02-04 04:19:56 +0000
commit8fa19bbfabbb0137b89d7bdaaa6f1d5ea5620957 (patch)
tree124430d3fd4629e1356465964a88348e073b49fe /lib/themes/jao-doomish-theme.el
parentc7b27f44ae23c29d773fad4dffb1d635eea89350 (diff)
downloadelibs-8fa19bbfabbb0137b89d7bdaaa6f1d5ea5620957.tar.gz
elibs-8fa19bbfabbb0137b89d7bdaaa6f1d5ea5620957.tar.bz2
themes spring cleaning
Diffstat (limited to 'lib/themes/jao-doomish-theme.el')
-rw-r--r--lib/themes/jao-doomish-theme.el28
1 files changed, 18 insertions, 10 deletions
diff --git a/lib/themes/jao-doomish-theme.el b/lib/themes/jao-doomish-theme.el
index 5ac666c..8f93cde 100644
--- a/lib/themes/jao-doomish-theme.el
+++ b/lib/themes/jao-doomish-theme.el
@@ -1,3 +1,21 @@
+;;; jao-doomish-theme.el --- a dark theme inspired by doom -*- lexical-binding: t; -*-
+
+;; Author: jao <mail@jao.io>
+;; Keywords: themes
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+
(jao-define-custom-theme jao-doomish
(:names (bg "#282b33" nil nil)
(bg-alt "#1f2024" nil nil)
@@ -139,14 +157,4 @@
;; (enable-theme 'jao-doomish)
-;; (base0 "#222228" "black" "black")
-;; (base1 "#282b33" "#1e1e1e" "brightblack")
-;; (base2 "#34373e" "#2e2e2e" "brightblack")
-;; (base3 "#41454b" "#262626" "brightblack")
-;; (base4 "#515462" "#3f3f3f" "brightblack")
-;; (base5 "#888395" "#525252" "brightblack")
-;; (base6 "#929292" "#6b6b6b" "brightblack")
-;; (base7 "#727269" "#979797" "brightblack")
-;; (base8 "#eceff4" "#dfdfdf" "white")
-
(provide 'jao-doomish-theme)