[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: Add flat-remix-gnome-theme.
From: |
guix-commits |
Subject: |
05/11: gnu: Add flat-remix-gnome-theme. |
Date: |
Wed, 1 Mar 2023 10:17:02 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit fbcc42ad6c22ef7257daede968ff2b8d41bdd30d
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Fri Dec 30 23:18:05 2022 +0000
gnu: Add flat-remix-gnome-theme.
* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/gnome-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index e43b19d69c..19838c3dd5 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -293,6 +293,33 @@ material design. It is mostly flat using a colorful
palette with some
shadows, 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")
- branch master updated (f01b5299db -> c05adaddb1), guix-commits, 2023/03/01
- 04/11: gnu: Add flat-remix-gtk-theme., guix-commits, 2023/03/01
- 03/11: gnu: Add flat-remix-icon-theme., guix-commits, 2023/03/01
- 05/11: gnu: Add flat-remix-gnome-theme.,
guix-commits <=
- 07/11: gnu: icecat: Remove unsupported --disable-eme option on aarch64., guix-commits, 2023/03/01
- 01/11: gnu: Add python-pyee., guix-commits, 2023/03/01
- 02/11: gnu: Add python-pixelmatch., guix-commits, 2023/03/01
- 06/11: gnu: Add python-pypresence., guix-commits, 2023/03/01
- 09/11: gnu: font-google-noto-emoji: Install correct license file., guix-commits, 2023/03/01
- 11/11: gnu: Add emacs-motif., guix-commits, 2023/03/01
- 08/11: gnu: Add font-apl2741-unicode., guix-commits, 2023/03/01
- 10/11: gnu: Add ghc-hs-conllu., guix-commits, 2023/03/01