This commit is contained in:
vinceliuice
2024-11-24 23:59:23 +08:00
parent 1afceb0b31
commit 4ce80c209b
6 changed files with 20 additions and 6 deletions

View File

@@ -6,3 +6,6 @@ $scheme: 'standard';
// Gnome version
$gnome_version: 'old';
// Accent type
$accent_type: 'default';

View File

@@ -23,7 +23,7 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
@if $gnome_version == 'new' {
@if $gnome_version == 'new' and $accent_type == 'default' {
$selected_bg_color: -st-accent-color;
$primary_color: -st-accent-color;
}

View File

@@ -105,7 +105,7 @@ $dark_5: #000000;
// The main accent color and the matching text value
@if $gnome_version == 'old' {
@if $gnome_version == 'old' or $accent_type == 'fixed' {
@define-color accent_bg_color #{$primary_color};
@define-color accent_fg_color #{$light_fg_color};
}