-
Notifications
You must be signed in to change notification settings - Fork 84
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
KiCad toolbar colors are incorrect #102
Comments
I don't know why KiCad use button's background color as window's background color and can not have alpha in color, if I change the button's color all gtk button's style will changed, I think this is more like a app issue |
This is a really weird issue that pretty much only KiCad has, it picks the background color for its toolbars from the most random attributes, it appears to be a wxWigets issue or something, the discussion on the kicad issue tracker is useless finger pointing. |
Hi @okawo80085, I am also using Orchis with the same KiCad issue. I've looked around for the button background style, but don't seem to see it. I assumed it would be in |
Hi @mp-strachan, i have a fork with a patch for that, i used on my machines, you can just cherry pick that commit if you want or clone the repo and install it like normal Orchis |
KiCad's project window and toolbars have incorrect background colors in both light and dark mode.
Originally reported here for Catppuccin, which is based on this theme.
GTK theme set to Colloid-Purple-Dark:
GTK theme set to Colloid-Purple-Light:
GTK theme set to Adwaita:
As mentioned in the issue linked above, as far as I can tell this with the
background-color
property from here is the cause.I'm not sure what the implications of changing this would be, but I was able to fix my theme locally by commenting out the
background-color
property in thebutton
rule in gtk-dark.css.Colloid-Purple-Dark with above property commented out:
The text was updated successfully, but these errors were encountered: