From ffba1f1bab63ea49541f812c72a4fcf305461d67 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Tue, 3 Dec 2024 21:46:45 +0000 Subject: [PATCH] gnome: update to GNOME 47.2 (#658) Closes: https://github.com/danth/stylix/issues/618 Link: https://github.com/danth/stylix/pull/658 Approved-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- flake.lock | 8 ++++---- flake.nix | 2 +- modules/gnome/colors.mustache | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 8803ddd7..7541207f 100644 --- a/flake.lock +++ b/flake.lock @@ -121,16 +121,16 @@ "gnome-shell": { "flake": false, "locked": { - "lastModified": 1713702291, - "narHash": "sha256-zYP1ehjtcV8fo+c+JFfkAqktZ384Y+y779fzmR9lQAU=", + "lastModified": 1732369855, + "narHash": "sha256-JhUWbcYPjHO3Xs3x9/Z9RuqXbcp5yhPluGjwsdE2GMg=", "owner": "GNOME", "repo": "gnome-shell", - "rev": "0d0aadf013f78a7f7f1dc984d0d812971864b934", + "rev": "dadd58f630eeea41d645ee225a63f719390829dc", "type": "github" }, "original": { "owner": "GNOME", - "ref": "46.1", + "ref": "47.2", "repo": "gnome-shell", "type": "github" } diff --git a/flake.nix b/flake.nix index 54902c0d..e1e47fb9 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ # TODO: Unlocking the input and pointing to official repository requires # updating the patch: # https://github.com/danth/stylix/pull/224#discussion_r1460339607. - url = "github:GNOME/gnome-shell/46.1"; + url = "github:GNOME/gnome-shell/47.2"; }; # The 'home-manager' input is used to generate the documentation. diff --git a/modules/gnome/colors.mustache b/modules/gnome/colors.mustache index 77da88c2..3867c371 100644 --- a/modules/gnome/colors.mustache +++ b/modules/gnome/colors.mustache @@ -1,7 +1,7 @@ // _default-colors.scss -$descructive_bg_color: #{{base08-hex}}; -$descructive_fg_color: #{{base00-hex}}; +$destructive_bg_color: #{{base08-hex}}; +$destructive_fg_color: #{{base00-hex}}; $destructive_color: #{{base08-hex}}; $success_bg_color: #{{base0B-hex}}; @@ -74,7 +74,7 @@ $hover_fg_color: #{{base05-hex}}; $active_bg_color: #{{base01-hex}}; $active_fg_color: #{{base05-hex}}; -$selected_borders_color: transparentize(#{{base05-hex}}, 0.5); +$accent_borders_color: transparentize(#{{base0D-hex}}, 0.5); // Other required variables