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>
This commit is contained in:
Daniel Thwaites 2024-12-03 21:46:45 +00:00 committed by GitHub
parent 111c75d734
commit ffba1f1bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

8
flake.lock generated
View file

@ -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"
}

View file

@ -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.

View file

@ -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