Change color of the theme #1218
-
I was wondering if there is some doc about how to change the color of the themes (light and dark). I know I can modify the css, with my how values, but not sure what values should I put. Lets say I want to use the Solarized palette here. I can map de colors in if they are similars, but its does not look good. Is there some guideline of how you can modified these or how was done for this theme? Im trying to find some information to base my modifications Cheers! Thanks :D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, I didn't find any documentation either but I invite you to have a look at this : I haven't done it yet on my site so I can't confirm it but you just have to change the colors in relation with the name of the variables in the CSS. Normally you just have to pay attention to the name of the variables and if necessary do some tests. |
Beta Was this translation helpful? Give feedback.
So, if I understand correctly, the solarized theme you want to use is to change the colors of the
<pre><code>
(hljs) tags theme or the entire site. In any case I think there are only two solutions:Test 1 by 1 by changing the color by red (to see well, for example).
Or ask the meaning of the variables to @adityatelange . Because for my part I have not yet tried.
But it is not you who explained badly, it is my brain which is a little long to understand the situation.