summaryrefslogtreecommitdiff
path: root/pache-dark-theme.el
diff options
context:
space:
mode:
author0xhenrique <[email protected]>2025-03-23 19:28:11 +0000
committer0xhenrique <[email protected]>2025-03-23 19:28:11 +0000
commit51bdf3c1882b562931ecd8e9212d52371e05ecf0 (patch)
tree9828e81ecac65e04a9f71d871d4b4e1a53b6fc04 /pache-dark-theme.el
parentd8d5e064b9f138a1181629c3043e1a2c02068a18 (diff)
update summary, add license and fix broken provide
Diffstat (limited to 'pache-dark-theme.el')
-rw-r--r--pache-dark-theme.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/pache-dark-theme.el b/pache-dark-theme.el
index 66b4da1..f14f1c2 100644
--- a/pache-dark-theme.el
+++ b/pache-dark-theme.el
@@ -1,4 +1,4 @@
-;;; pache-dark-theme.el --- A high-contrast theme based on gruvbox and adapted from Gruber Darker -*- lexical-binding: t -*-
+;;; pache-dark-theme.el --- High-contrast theme based on Gruvbox -*- lexical-binding: t -*-
;; Copyright (C) 2025 Henrique Marques
;; Copyright (C) 2013-2016 Alexey Kutepov a.k.a rexim
@@ -8,6 +8,7 @@
;; URL: https://github.com/0xhenrique/pache-dark-theme
;; Version: 0.1
;; Package-Requires: ((emacs "24.1"))
+;; SPDX-License-Identifier: GPL-3.0-or-later
;; Permission is hereby granted, free of charge, to any person
;; obtaining a copy of this software and associated documentation
@@ -36,8 +37,8 @@
;;
;;; Code:
-(deftheme pache-theme
- "Pache Darker theme for Emacs.")
+(deftheme pache-dark
+ "Pache Dark theme for Emacs.")
;; Colors with +x are lighter. Colors with -x are darker.
(let ((pache-dark-fg "#f2e5bc")
@@ -422,6 +423,3 @@
;; End:
;;; pache-dark-theme.el ends here.
-
-(provide 'pache-theme)
-;;; pache-theme.el ends here