summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-themes.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-themes.el
parentc7b27f44ae23c29d773fad4dffb1d635eea89350 (diff)
downloadelibs-8fa19bbfabbb0137b89d7bdaaa6f1d5ea5620957.tar.gz
elibs-8fa19bbfabbb0137b89d7bdaaa6f1d5ea5620957.tar.bz2
themes spring cleaning
Diffstat (limited to 'lib/themes/jao-themes.el')
-rw-r--r--lib/themes/jao-themes.el25
1 files changed, 23 insertions, 2 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index d3f110d..c340b84 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -1,3 +1,23 @@
+;;; jao-themes.el --- a DSL for color themes -*- 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/>.
+
+;;; Code:
+
;;; palette
(defvar jao-themes--face-family "Inconsolata")
(defvar jao-themes--fg "black")
@@ -380,7 +400,7 @@
(custom-changed (p warning))
(custom-comment (p string))
(custom-comment-tag (p keyword))
- (custom-documentation (p string))
+ (custom-documentation (~ font-lock-doc-face))
(custom-face-tag nbf)
(custom-group-tag bf (p f00) :height 11)
(custom-group-tag-1 bf :family ,jao-themes--face-family
@@ -394,7 +414,8 @@
(custom-state (p f12))
(custom-themed (p f00))
(custom-variable-button (~ button))
- (custom-variable-tag (p variable-name) bf)
+ (custom-variable-tag (p variable-name) nbf)
+ (custom-visibility (p dimm))
(cvs-handled (p dimm)))
`((darcsum-change-line-face (p warning))
(darcsum-filename-face (p f00))