summaryrefslogtreecommitdiff
path: root/pache-dark-theme.el
diff options
context:
space:
mode:
author0xhenrique <[email protected]>2025-03-18 22:47:19 +0000
committer0xhenrique <[email protected]>2025-03-18 22:47:19 +0000
commitd8d5e064b9f138a1181629c3043e1a2c02068a18 (patch)
tree415d5445da845cd081176fbe7321e745b3ee0de1 /pache-dark-theme.el
parentc6ef1260b07359bf4c175cd0ffa6bdc0b29489fe (diff)
Address issues from checkdoc and package-lint
Diffstat (limited to 'pache-dark-theme.el')
-rw-r--r--pache-dark-theme.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/pache-dark-theme.el b/pache-dark-theme.el
index 33b44fb..66b4da1 100644
--- a/pache-dark-theme.el
+++ b/pache-dark-theme.el
@@ -1,4 +1,4 @@
-;;; pache-dark-theme.el --- A high-contrast gruvbox theme for Emacs adapted from Gruber Darker -*- lexical-binding: t -*-
+;;; pache-dark-theme.el --- A high-contrast theme based on gruvbox and adapted from Gruber Darker -*- lexical-binding: t -*-
;; Copyright (C) 2025 Henrique Marques
;; Copyright (C) 2013-2016 Alexey Kutepov a.k.a rexim
@@ -7,6 +7,7 @@
;; Author: Henrique Marques <[email protected]>
;; URL: https://github.com/0xhenrique/pache-dark-theme
;; Version: 0.1
+;; Package-Requires: ((emacs "24.1"))
;; Permission is hereby granted, free of charge, to any person
;; obtaining a copy of this software and associated documentation
@@ -35,7 +36,7 @@
;;
;;; Code:
-(deftheme pache-dark
+(deftheme pache-theme
"Pache Darker theme for Emacs.")
;; Colors with +x are lighter. Colors with -x are darker.
@@ -405,8 +406,7 @@
`(orderless-match-face-0 ((t (:foreground ,pache-dark-yellow))))
`(orderless-match-face-1 ((t (:foreground ,pache-dark-green))))
`(orderless-match-face-2 ((t (:foreground ,pache-dark-brown))))
- `(orderless-match-face-3 ((t (:foreground ,pache-dark-quartz))))
- ))
+ `(orderless-match-face-3 ((t (:foreground ,pache-dark-quartz))))))
;;;###autoload
(when load-file-name