me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-suneater-theme.

* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Fredrik Salomonsson 2022-09-17 23:12:01 +00:00 committed by Nicolas Goaziou
parent 1225fe013e
commit 065b135ee1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -1348,6 +1348,28 @@ color scheme used by Visual Studio Code.")
Apprentice and Sourcerer.")
(license license:gpl3+))))
(define-public emacs-suneater-theme
(package
(name "emacs-suneater-theme")
(version "2.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~plattfot/suneater-theme")
(commit version)))
(sha256
(base32
"0nlam8f8ly86y7p2dn10y9ixnm7bhmigsx7si4cjynh6aiyczyds"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://git.sr.ht/~plattfot/suneater-theme")
(synopsis "Minimalistic dark theme for Emacs")
(description
"Suneater is a dark, minimalistic Emacs theme. It was based on Sunburst
theme but now takes more inspiration from the Nano theme.")
(license license:gpl3+)))
(define-public emacs-treepy
(package
(name "emacs-treepy")