yoyurec / logseq-awesome-styler

🎨 Totally customizable theme with presets: colors, backgrounds, fonts and sizes, etc... Logseq plugin
MIT License
183 stars 9 forks source link

remove background and shade #15

Closed hodanli closed 2 years ago

hodanli commented 2 years ago

can we get an option to remove background image and shading to get a flat visual. thnx for your effort on this theme.

yoyurec commented 2 years ago

there is a huuuuge readme, so you can do it! https://github.com/yoyurec/logseq-solarized-extended-theme#-background-image

:root {
    --bg-url: none; /* Disable bg image */
    --bg-shadow: none; /* Disable page shadow*/
}
yoyurec commented 2 years ago

But first update to latest v1.10.2

hodanli commented 2 years ago

image how can i make the gray area yellow too?

yoyurec commented 2 years ago

em... readme?

yoyurec commented 2 years ago

set any color :root { --bg-overlay: #d7d1c1; }

hodanli commented 2 years ago

thnx for the answer. you changed some of the stuff from your readme after my question. sorry i could not follow it religiously.