By n00bster on Thursday, 26 August 2021
Posted in StackIdeas Toolbar
Replies 3
Likes 0
Views 568
Votes 0
is there a plan to make it possible to use a "custom" color for the "Accent Colour" setting?
https://www.screencast.com/t/pOQDRloaLA6
would make sense, because non of the pre-colours are fit to my theme colors
Hey there,

Currently, there is no plan for it at this point of time.

But you can create a feature request regarding this by creating a new suggestion at https://stackideas.com/voices/toolbar.
·
Friday, 27 August 2021 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
OK ... how can i change the colors via CSS overrides?
Please advise or maybe you have already a CSS patch ready.

I think that would not only for me interesting.
·
Friday, 27 August 2021 16:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You can change back to the default accent and paste the following CSS code into your template's custom.css file:


body #fd .si-theme-foundry{
--fd-primary-50: 255, 239, 236;
--fd-primary-100: 255, 223, 217;
--fd-primary-200: 255, 208, 200;
--fd-primary-300: 255, 161, 144;
--fd-primary-400: 255, 129, 107;
--fd-primary-500: 255, 99, 71;
--fd-primary-600: 204, 79, 56;
--fd-primary-700: 152, 59, 42;
--fd-primary-800: 102, 39, 28;
--fd-primary-900: 64, 24, 17;
}


After that, you can change the RGB values of it.

Do clear all of your caches before you see the changes.
·
Friday, 27 August 2021 18:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post