GNU bug report logs -
#73822
[PATCH] gnu: emacs-xyz: add emacs-catppuccin-theme
Previous Next
Reported by: bigbookofbug <at> proton.me
Date: Tue, 15 Oct 2024 17:52:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 73822-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> small addition to emacs-xyz to add the catppuccin theme
I added a proper commit message, tweaked a bit the patch and applied it. Thanks!
> +(define-public emacs-catppuccin-theme
> + (package
> + (name "emacs-catppuccin-theme")
> + (version "20240829.2151")
I used version from upstream instead.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/catppuccin/emacs.git")
I removed the ".git" suffix.
> + (commit "3e4e534a60d72851feb6709be4afe4acc3374c87")))
I let-bound this in a variable around the package definition.
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "1fj93np7x8b2hvhcryb61ryir49pgy4n8bciph2s43rczz6z1pii"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/catppuccin/emacs")
> + (synopsis "Catppuccin for Emacs - Soothing pastel theme for Emacs")
> + (description
> + "Soothing pastel theme for Emacs @code{catppuccin-theme.el} provides the theme @code{catppuccin}, a port of the Catppuccin colors to Emacs. To select a palette and enable the theme, evaluate: @code{(setq catppuccin-flavor frappe)} ; or latte, macchiato, or mocha (load-theme catppuccin t) For more information visit <https://catppuccin.com>.")
> + (license license:expat)))
I tweaked the description and the synopsis according to project's page.
Regards,
--
Nicolas Goaziou
This bug report was last modified 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.