VDawg

Results 70 comments of VDawg

Also adding the option for `no resize` to scale images to the screen size if they are larger than the screen, but otherwise leave them as is, would be really...

I get that this is not supported but I still want to share my error using the latest SvelteKit and Svelte versions with shadcn-svelte as it is a bit weird....

![image](https://github.com/hyprland-community/awesome-hyprland/assets/28539403/26862a17-e9ce-420f-9969-92decf930155) https://github.com/Visual-Dawg/space_dots/blob/main/.other/orig.frag Also this CRT shader from my space dots :D (Just stumbled upon this PR, and might be cool to add)

What are your thoughts on this?

Sorry for answering so late. I think waiting for Tailwind v4 might make sense, as this will ship with variables for the purpose of themeing. Which should be much easier

Overall, I think it would be nice, if the theme uses variables for its colors which fall back to the Tailwind colors, if not defined

I found this Tailwind plugin https://github.com/mertasan/tailwindcss-variables ,which should make this much easier. Turning everything into a variable would be too much work I think, but background and text colors would...

what would also be cool is if the Tailwind config gets exposed or if it can be overridden somehow

`PostCss` is used by default by Tailwind, so plugins work with it by default. And yes, exposing the config and thus requiring the whole JS techstack would defeat the purpose...

Some variables which would be nice: - `max-width` for the whole thing (with `normal`, `wide` and `full` being preset values) - Text color palette (a Tailwind palette) - Background color...