GNU bug report logs - #77234
[PATCH 0/3] Add three fcitx5 themes

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Mon, 24 Mar 2025 10:25:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Kurome <hunt31999 <at> gmail.com>
To: 77234 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [bug#77234] [PATCH 2/3] Add fcitx5-nord-theme
Date: Mon, 24 Mar 2025 19:30:12 +0900
Change-Id: I8f92d491a6dcbde67206431b2cec8a2c1f222dc8
---
 gnu/packages/fcitx5.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 1f9d63a203..899f721d3f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -647,3 +647,32 @@ (define-public fcitx5-catppuccin-theme
 (rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
 sapphire, blue and lavender).")
       (license license:expat))))
+
+(define-public fcitx5-nord-theme
+  (let ((commit "bdaa8fb723b8d0b22f237c9a60195c5f9c9d74d1")
+        (revision "0"))
+    (package
+      (name "fcitx5-nord-theme")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/tonyfettes/fcitx5-nord")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "04bjxzx26x9r01ss7l0fam22nhsvh38dpijy7za0grnr5g93ynm9"))))
+      (build-system copy-build-system)
+      (arguments
+       (list
+        #:install-plan
+        #~'(("Nord-Dark" "share/fcitx5/themes/")
+            ("Nord-Light" "share/fcitx5/themes/"))))
+      (home-page "https://github.com/tonyfettes/fcitx5-nord")
+      (synopsis "Fcitx5 theme based on Nord color")
+      (description
+       "Fcitx5-nord-theme is a Fcitx 5 theme based on Nord Color, featuring
+dimmed pastel colors for a comfortable yet vibrant ambiance.  It offers 2
+versions: Nord-dark and Nord-light.")
+      (license license:expat))))
-- 
2.49.0





This bug report was last modified 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.