Skip to content

Refactor incognito recoloring + support HighContrast

Alice Mikhaylenko requested to merge wip/exalm/hc into master

Adwaita has some special casing for default color variables. Since we were using a bunch of different variables, this led to some styles being a bit wrong, e.g. buttons having too light borders. Instead, override the default variables.

Screenshot_from_2020-04-21_20-25-29

Screenshot_from_2020-04-21_20-25-38

Make the style reusable so it can be applied for automation mode the same way without copypasta:

Screenshot_from_2020-04-21_20-30-40

Since HighContrast is now just a variant of Adwaita (and HighContrastInverse is a variant of Adwaita:dark), it's trivial to also support them too:

Screenshot_from_2020-04-21_20-25-35

Screenshot_from_2020-04-21_20-25-43

Screenshot_from_2020-04-21_20-30-47

Edited by Alice Mikhaylenko

Merge request reports