mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Add emacs-catppuccin-theme.
* gnu/packages/emacs-xyz.scm (emacs-catppuccin-theme): New variable. Change-Id: I0a8deb9cd88a7ea38615ee0db96e0707a4c3cf2a Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
6eca624cfb
commit
77b73b61fc
1 changed files with 25 additions and 0 deletions
|
@ -146,6 +146,7 @@
|
|||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
|
||||
;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
|
||||
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -2167,6 +2168,30 @@ then only the color of the mode line changes when a window becomes in-/active.")
|
|||
inspired by Plan 9 Acme and the Sam text editor.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-catppuccin-theme
|
||||
(let ((commit "4441d5114fdcc2eb05186a974b4bbad7224e43b5")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-catppuccin-theme")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/catppuccin/emacs")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y2ads0w5l3mm0mxxbi2ppb6csq8hw2fd9cmak3myv13qzw92x3w"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/catppuccin/emacs")
|
||||
(synopsis "Soothing pastel theme for Emacs")
|
||||
(description
|
||||
"Catppuccin is a soothing pastel theme for Emacs. It provides
|
||||
different color palettes, such as @samp{frappe}, @samp{macchiato}, or
|
||||
@samp{latte}.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public emacs-theme-magic
|
||||
;; No tagged release upstream, but the commit below correspond to the 0.2.3
|
||||
;; release.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue