xyl0n / iris

A simple, flat and bold Gtk theme.
GNU General Public License v3.0
277 stars 27 forks source link

Gtk 3.18: Gnome Calendar #119

Open xyl0n opened 8 years ago

xyl0n commented 8 years ago

Most of the buttons on Gnome Calendar are greyed out when selected.

xyl0n commented 8 years ago

This happens because the app is using @theme_selected_bg_color to override everything for whatever reason which means I'd kind of have to restructure the entire theme to make it work :(

xyl0n commented 8 years ago

There is a way around this, kind of. In code we can refer to @bg_color etc. directly and make it so the @theme colors point to traditional values

xyl0n commented 8 years ago

RIGHT so with the new SASS port, the colours referred to in the code and the ones exported are different, so this issue will be fixed. I think the Calendar class also allows us to control the buttons and stuff