stylix icon indicating copy to clipboard operation
stylix copied to clipboard

dolphin: not being properly themed

Open fakesproink opened this issue 9 months ago • 6 comments

Hi, I've made Stylix theme everything except waybar. The buttons have a very similar white color to the background color which makes them hard to read. I've also set autoEnable and theming for Qt to true in the NixOS module for Stylix. I've also tried adding this to kdeglobals and dolphinrc like in #833 :

[UiSettings]
ColorScheme=kvantum

This is what it currently looks like: Image

fakesproink avatar Mar 09 '25 06:03 fakesproink

The white background on the buttons should be either base01 or base02.

The issue is either that:

  • base01 or base02 in your theme is too bright, so it doesn't contrast with base03, base04 and base05
  • The Stylix module is using the wrong baseXX

danth avatar Mar 10 '25 12:03 danth

If the module is using the wrong baseXX then how do I change it?

fakesproink avatar Mar 10 '25 13:03 fakesproink

This would be something we'd need to fix in Stylix itself, if it is the case.

I'm not too familiar with the Kvantum template (in particular, which lines in the file apply to which UI elements), so I'm not sure where to check.

danth avatar Mar 10 '25 15:03 danth

#920 was supposed to fix inconsistencies like these.

brckd avatar Mar 11 '25 21:03 brckd

The solarized-dark theme is also affected by this

Image

kkflt avatar Mar 11 '25 23:03 kkflt

Image

colorScheme = inputs.nix-colors.colorSchemes.hardcore;

[Icons]
Theme=Reversal-black-dark

[UiSettings] 
ColorScheme=kvantum

quite literally unusable

in contrast to thunar

Image

mrfluffy-dev avatar Oct 25 '25 15:10 mrfluffy-dev