aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-11-28 15:27:53 -0800
committerGravatar Tom Willemse2025-11-28 15:27:53 -0800
commit8bd2a58a0a2ec6dbe89e636c92834caaa2cb746c (patch)
tree1d39b0bf337b1ed456f2c37b728cc4e56ef69340
parent14a882d7bd08c8884d8963d7a6d41e1d3fc82301 (diff)
downloadnew-dotfiles-8bd2a58a0a2ec6dbe89e636c92834caaa2cb746c.tar.gz
new-dotfiles-8bd2a58a0a2ec6dbe89e636c92834caaa2cb746c.zip
packages/emacs: Add Naquadah theme
-rw-r--r--oni/packages/emacs.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm
index 9aaf74d..cc0898b 100644
--- a/oni/packages/emacs.scm
+++ b/oni/packages/emacs.scm
@@ -653,6 +653,27 @@ faster and I highly recommend its usage if your Emacs version permits.")
new-theme for a while. I couldn't think of a name so I named it after him.")
(license license:gpl3+))))
+(define-public emacs-naquadah-theme
+ (let ((commit "430c3b7bd51922cb616b3f60301f4e2604816ed8")
+ (revision "0"))
+ (package
+ (name "emacs-naquadah-theme")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/jd/naquadah-theme.git")
+ (commit commit)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0z2dn05xgbdfw6rwgsq31rm5dr098dk411qk83fbx2bkdxxfr60w"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/jd/naquadah-theme")
+ (synopsis "A theme based on Tango color set.")
+ (description "This is a color theme for Emacs.")
+ (license license:gpl3+))))
+
(define-public emacs-fic-mode
(let ((commit "a05fc36ed54ba0c6dc22ac216a6a72cf191ca13d")
(revision "0"))