emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruber-darker-theme 7c6989c9ab 002/121: Added readme and c


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme 7c6989c9ab 002/121: Added readme and copyright.
Date: Mon, 12 Dec 2022 21:00:02 -0500 (EST)

branch: elpa/gruber-darker-theme
commit 7c6989c9ab3fb876ab550208fd1a41d64203ff0c
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Added readme and copyright.
---
 README.md              |  5 +++++
 gruber-darker-theme.el | 32 +++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..cb4663d764
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Gruber Darker
+
+Gruber Darker color theme for Emacs by Jason Blevins. A darker variant
+of the Gruber Dark theme for BBEdit by John Gruber. Adapted for
+deftheme by Alexey Kutepov a.k.a. rexim.
diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index bdf45b6768..8c37be1f72 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -1,7 +1,35 @@
+;;; gruber-darker-theme.el --- Gruber Darker color theme for Emacs.
+
+;; Copyright (C) 2009-2013 Jason R. Blevins
+
+;; Permission is hereby granted, free of charge, to any person
+;; obtaining a copy of this software and associated documentation
+;; files (the "Software"), to deal in the Software without
+;; restriction, including without limitation the rights to use, copy,
+;; modify, merge, publish, distribute, sublicense, and/or sell copies
+;; of the Software, and to permit persons to whom the Software is
+;; furnished to do so, subject to the following conditions:
+
+;; The above copyright notice and this permission notice shall be
+;; included in all copies or substantial portions of the Software.
+
+;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+;; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+;; BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+;; ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+;; CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+;; SOFTWARE.
+
 (deftheme gruber-darker
   "Gruber Darker color theme for Emacs by Jason Blevins.
 A darker variant of the Gruber Dark theme for BBEdit by John
-Gruber.")
+Gruber. Adapted for deftheme by Alexey Kutepov a.k.a. rexim.")
+
+(custom-theme-set-variables
+ 'gruber-darker
+ '(frame-brackground-mode (quote dark)))
 
 (custom-theme-set-faces
  'gruber-darker
@@ -76,3 +104,5 @@ Gruber.")
 ;; Local Variables:
 ;; no-byte-compile: t
 ;; End:
+
+;;; gruber-darker-theme.el ends here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]