From 8fa19bbfabbb0137b89d7bdaaa6f1d5ea5620957 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 4 Feb 2021 04:19:56 +0000 Subject: themes spring cleaning --- lib/themes/jao-doomish-theme.el | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'lib/themes/jao-doomish-theme.el') 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 +;; 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 . + (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) -- cgit v1.2.3