imarkoff / Marble-shell-theme

Shell theme for GNOME DE
GNU General Public License v3.0
290 stars 7 forks source link

Make colors in colors.json editable #37

Closed Humorist2601 closed 2 months ago

Humorist2601 commented 3 months ago

Hello

Thank you for creating such a beautiful shell theme.

I wanted to know one thing, how should I go on about customizing the colors of this theme to match the catpuccin colors. I know I have to customize the colors.json but it has s,l,a only. The h is given by the user. Will the H remain constant throughout the color generation so that I can use some certain value i.e. 123.

Any help would he appreciated. Thank you :-)

imarkoff commented 3 months ago

Hi! Thanks for the question.

Yes, the script does not change hue throughout the color generation. It just converts hsla to rgba and replaces prepared values with the actual color.

Humorist2601 commented 3 months ago

Is there anyway to assign the hue value inside the color.json file or the only way to use custom hue is through the scripts --hue option?

Thank You

imarkoff commented 3 months ago

Actually the script doesn't support custom colors in colors.json. But you change the hue of the existing color (assign 123 to the color green). Or you can try to add your own color (and even remove those you don't use) and install the theme with -a option.

Humorist2601 commented 2 months ago

Wow I was not thinking that you will implement this. Love you brother. Thank you so much ❤️