catppuccin / userstyles

🖌 Soothing pastel userstyles
MIT License
469 stars 137 forks source link

QuteBrowser Stylesheets support #207

Closed cronyakatsuki closed 6 months ago

cronyakatsuki commented 1 year ago

Is there an existing issue outlining your problem?

Describe your issue.

Is there any possibility for this repo to add qutebrowser stylesheet support?

isabelroses commented 1 year ago

This really just depends if there is any pre existing tools to do so.

adriankarlen commented 1 year ago

There are currently no way to load individual sites on qutebrowser. There is this issue tracking this: https://github.com/qutebrowser/qutebrowser/issues/3636.

You can however add custom css to all sites, so by copying the css from this repo to a file on your browser you can style sites.

The issue is that qutebrowser only accepts css, not less. So it requires some fiddling to convert it.

Either it's a note in the README on how to do it for the individual user who wishes to implement a style, or we'll have duplicate files to maintain for each site...

isabelroses commented 1 year ago

The issue is that qutebrowser only accepts css, not less. So it requires some fiddling to convert it.

For this the user can compile the less down to css, (see https://lesscss.org)

Either it's a note in the README on how to do it for the individual user who wishes to implement a style, or we'll have duplicate files to maintain for each site...

I think there could be a note on the main README but we would need to do it in some form of clean way.

cronyakatsuki commented 1 year ago

Guess we will need to wait for qutebrowser to fix issue qutebrowser/qutebrowser#3636 for this to be possible in a clean way

isabelroses commented 6 months ago

Hi there, after a lot more thought, this is won't be supported within the near future. If you did at some point want to use the theme from userstyles you could compile them down from less. I'm closing this as not planned unless something changes. Thanks for your patience.