diff mbox series

[bug#60440,3/3] gnu: Add flat-remix-gnome-theme.

Message ID wqVprFAWLWF9W32-gSB_8IZUu5jb1G-TfBB4wiY9xMVooztSV-W6FyhZ6S-asYy7pk3RRoLglWPUpeal8vOgn4zmMT7hQ4SurbKO3LaT5yc=@proton.me
State New
Headers show
Series [bug#60440,1/3] gnu: Add flat-remix-icon-theme. | expand

Commit Message

Sughosha Dec. 30, 2022, 11:18 p.m. UTC
* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): New public variable.
---
 gnu/packages/gnome-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Comments

Christopher Baines March 1, 2023, 3:27 p.m. UTC | #1
Thanks, I've pushed these 3 patches to master as
fbcc42ad6c22ef7257daede968ff2b8d41bdd30d.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 30249e4c8b..45c4028e07 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -281,6 +281,33 @@  (define-public flat-remix-gtk-theme
 highlights, and gradients for some depth.")
     (license license:gpl3+)))
 
+(define-public flat-remix-gnome-theme
+  (package
+    (name "flat-remix-gnome-theme")
+    (version "20221107-1")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+          (git-reference
+            (url "https://github.com/daniruiz/flat-remix-gnome")
+            ;; This commit adds GtkSourceView 5 theme, for GNOME Text Editor.
+            (commit "b5616efc515e9f1417436e67d94718db7529a2ba")))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "10fgdz8hz8rd7aj4vb3bvl8khzb2fvaia7n00gi0x19yvnnh36pr"))))
+    (build-system copy-build-system)
+    (arguments
+     `(#:install-plan
+       `(("share" "/")
+         ("themes" "/share/"))))
+    (home-page "https://drasite.com/flat-remix-gnome")
+    (synopsis "GNOME shell theme with material design")
+    (description "Flat Remix  GNOME is a GNOME shell theme inspired by material
+design.  It is mostly flat using a colorful palette with some shadows,
+highlights, and gradients for some depth.")
+    (license license:gpl3+)))
+
 (define-public gnome-plots
   (package
     (name "gnome-plots")