Jump to content

Change Theme Color


muppet4k

Recommended Posts

muppet4k

Hi,

i have no idea why I have purple theme 🙂

Anyway I tried to change with this code:

hexcolor code is teal....

.accent-purple:root {
    --theme-primary-color-hue: 262;
    --theme-primary-color-saturation: 51.87%;
    --theme-primary-color-lightness: 47.25%;
    --theme-accent-text-color-darkbg: #008080;
    --theme-accent-text-color-lightbg: hsl(var(--theme-primary-color-hue), var(--theme-primary-color-saturation), var(--theme-primary-color-lightness));
}

no effect....

I like to change all the purple stuff...

 

 

Bildschirmfoto 2024-05-05 um 12.05.16.png

Link to comment
Share on other sites

jaycedk

User settings -> display change Accent color

image.png.b58a8a5803caad414557e8fc80159a29.png

Link to comment
Share on other sites

muppet4k
7 minutes ago, jaycedk said:

User settings -> display change Accent color

image.png.b58a8a5803caad414557e8fc80159a29.png

Thank you ..

 

but when I like to have a different color ?

like Teal ?

Link to comment
Share on other sites

jaycedk

Sorry can't help you then.

Link to comment
Share on other sites

Happy2Play
6 hours ago, muppet4k said:

Thank you ..

 

but when I like to have a different color ?

like Teal ?

something like this

html:root {
    --theme-primary-color-hue: 180!important;
    --theme-primary-color-saturation: 100%!important;
    --theme-primary-color-lightness: 25%!important;
    --theme-accent-text-color-darkbg: #008080!important;
    --theme-accent-text-color-lightbg: hsl(var(--theme-primary-color-hue), var(--theme-primary-color-saturation), var(--theme-primary-color-lightness))!important;
}

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...