theme: fix 'hover' and 'check' colors for buttons under .toolbar
Buttons under .toolbar
were using for their hover
, active
and check
colors the default ones from %button_basic_flat
which are very dimmed, so we explicitly darken them.
Part of #5725 (closed)
BEFORE:
AFTER: