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-greenish-theme.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lib/themes/jao-greenish-theme.el') diff --git a/lib/themes/jao-greenish-theme.el b/lib/themes/jao-greenish-theme.el index 1bed7fb..d54cf3d 100644 --- a/lib/themes/jao-greenish-theme.el +++ b/lib/themes/jao-greenish-theme.el @@ -1,3 +1,21 @@ +;;; jao-greenish-theme.el --- a dark theme with green accent -*- 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-greenish (:names (bg "#282b33" nil nil) (bg-alt "#1f2024" nil nil) -- cgit v1.2.3