Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does or should Ladybird have CSS customization support for the UI? (Firefox userChrome.css equivalent) #3773

Open
Oneechan69 opened this issue Mar 3, 2025 · 2 comments
Labels
enhancement New feature or request ui

Comments

@Oneechan69
Copy link

Oneechan69 commented Mar 3, 2025

If not, then its worth considering: allow users to customize the browser UI (toolbars, tabs, etc.) with CSS like you can with Firefox and userchrome.css. You can see examples on https://www.reddit.com/r/FirefoxCSS/top/?t=all

@0hStormy
Copy link

0hStormy commented Mar 3, 2025

It uses Qt, which doesn't have CSS theming (not without making your own implementation).

@AtkinsSJ
Copy link
Member

AtkinsSJ commented Mar 3, 2025

Yeah our goal with the UI is that it should look native on each platform, which is why have an AppKit UI for macOS. Qt is kind of catch-all for everything else, but a while back someone was working on a GTK/Adwaita UI, and I expect we'll have a separate one for Windows too once that's supported.

I imagine there will be some kind of customisation eventually, but what that will involve, I don't know. We're not giving the UI a lot of attention yet.

@AtkinsSJ AtkinsSJ added enhancement New feature or request ui labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui
Projects
None yet
Development

No branches or pull requests

3 participants