GNU bug report logs -
#77234
[PATCH 0/3] Add three fcitx5 themes
Previous Next
Full log
Message #35 received at 77234 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fcitx5.scm (fcitx5-nord-theme): New variable.
Change-Id: I68ab31251d4b06a4228d50fa31b43f525866df4c
---
gnu/packages/fcitx5.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 2044625c81..cdd63e0401 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.