vinceliuice / Mojave-gtk-theme

Mojave is a macos Mojave like theme for GTK 3, GTK 2 and Gnome-Shell
GNU General Public License v3.0
1.5k stars 243 forks source link

customize primary theme color #217

Closed 20NE closed 2 years ago

20NE commented 2 years ago

Appreciation for your work. It's amazing with installation option --theme to Specify primary theme color. But how to customize primary theme color? Like blue theme, how can we modify it's default color value: #2e7cf7 ?

vinceliuice commented 2 years ago

You can change this: https://github.com/vinceliuice/Mojave-gtk-theme/blob/b34d96d81df3f86306bfa05b4f3f272737884cdd/src/sass/_colors-palette.scss#L2

20NE commented 2 years ago

It seems doesn't work. I change:

// Default Blue
$theme_color_default: #5294e2;

// Blue
$theme_color_blue: #5294E2;

and build it with --theme default or --theme blue all fail, color value still be #315BEF

vinceliuice commented 2 years ago

Before you install you need compile

vinceliuice commented 2 years ago

./parse-sass.sh

20NE commented 2 years ago

Hell yeath ! It's work, Finally ! Cheers !

20NE commented 2 years ago

close it