From 77b73b61fc214a671c274d8cc77d123e947a48be Mon Sep 17 00:00:00 2001 From: emma thompson Date: Tue, 15 Oct 2024 17:51:04 +0000 Subject: gnu: Add emacs-catppuccin-theme. * gnu/packages/emacs-xyz.scm (emacs-catppuccin-theme): New variable. Change-Id: I0a8deb9cd88a7ea38615ee0db96e0707a4c3cf2a Signed-off-by: Nicolas Goaziou --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b26f84743e..ca77975ac7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -146,6 +146,7 @@ ;;; Copyright © 2024 Ashish SHUKLA ;;; Copyright © 2024 Artyom V. Poptsov ;;; Copyright © 2024 Spencer King +;;; Copyright © 2024 emma thompson ;;; ;;; This file is part of GNU Guix. @@ -2167,6 +2168,30 @@ (define-public emacs-acme-theme 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. -- cgit v1.2.3