mollersuite / monofile

File sharing over the Discord CDN
https://fyle.uk
The Unlicense
18 stars 3 forks source link

Light theme #33

Open Jack5079 opened 8 months ago

Jack5079 commented 8 months ago

For when you're outside trying to use monofile

nbitzz commented 8 months ago

We'd need to convert all icons imported through <img> to <svg>s, but we should probably figure out a cleaner way to do this first: might be a good idea to resolve #36 first if possible though (or not and we stick with Fluent /shrug)

nbitzz commented 8 months ago

Also should set up some actual decent method of theming through a palette like:

:root {
    --background: linear_gradient();
    --primary: ;
    --secondary: ;
    --crust: ;
    --surface: ;
}

idk, i'll figure it out /shrug