catppuccin / gtk

🪟 Soothing pastel theme for GTK3/4
GNU General Public License v3.0
913 stars 54 forks source link

feat: reintroduce black tweak as OLED-esque variant #213

Closed nullishamy closed 6 months ago

nullishamy commented 6 months ago

WIP test for #212, palette fixes here will be ported to main regardless.

nullishamy commented 6 months ago

Opting to revert to prior behaviour and have black be the OLED tweak, removing the oled tweak from this PR. Once this is merged (which includes the palette fixes), we will be able to release an rc4.

nullishamy commented 6 months ago

Trialling out using the exact same palette as the old build, to see what it looks like. I have tested it locally to ensure basic functionality but it requires more testing. Latte in GTK3 applications has the wrong base colour currently, investigating.

nullishamy commented 6 months ago

Tweaked latte some more, and added red to all the one's that we left default (so that we can appropriately theme them should they be displayed, rather than looking slightly off).

See below for what the workspace view looks like under latte, I think there's a problem in colloid somewhere with how colours are defined when layered on top of each other. Setting this variable to a light colour breaks readability because colloid tries to set the text (the time in the toolbar in this case) to a white colour when it really shouldn't.

As such I'm using latte text for the background here to alleviate this problem. image