summaryrefslogtreecommitdiff
path: root/marco-themes/HighContrast
AgeCommit message (Collapse)AuthorFilesLines
2018-07-13highcontrast: Use normal titlebar size for utility windowsSamuel Thibault1-15/+2
The xx-small scale makes title bars really small and harder to read, which is not really the goal of high contrast themes :)
2018-05-02Fix more HighContrast themes visibility with metacitySamuel Thibault1-2/+2
This completes cf0a970 ("Fix HighContrast themes visibility with metacity"). When maximized windows are rendered with metacity (e.g. with metacity-theme-viewer), the back background parts of HighContrast and HighContrastInverse actually show up transparent. This is because the maximized_unfocused and maximized_focused styles do not use the proper focus draw_ops like normal_focused and normal_unfocused.
2018-05-02HighContrast: Rework colorsSamuel Thibault1-19/+29
We want the HightContrast theme to be as much "black-on-white" as possible, so make buttons black on white by making the outerbevel filled white (and only in the title area and borders, there is no need to fill the whole window). The currently-focused window keeps a white titlebar while the other windows get a greyed titlebar.
2018-04-19Fix HighContrast themes visibility with metacitySamuel Thibault1-8/+15
When rendered with metacity (e.g. with metacity-theme-viewer), the back background parts of HighContrast and HighContrastInverse actually show up transparent. This is because the corresponding rectangles were missing the filled attribute. In the HighContrast case, the gtk_arrow is getting drawn black on black (and there is currently no way to change the color), so we can as well draw it by hand to be able to change the color. The close button also deserves bigger width to be more visible. Fixes #211
2016-06-05HighContrast metacity: fix color of of buttonsraveit651-6/+6
2016-03-30ship a HighContrast metacity-theme-1.xmlraveit651-0/+350