Add CrosAdapta:dark theme variant
- Adds a new gtk-3.0/colors-dark.css that sets a dark colors scheme.
- Adds a new gtk-3.*/gtk-dark.css entry point that matches gtk.css but
uses the dark color scheme.
The theme_bg_color has been set to "#323639", the Chrome Incognito background
color.
The rest of the dark color scheme is a copy of the light color scheme
but swaps the core colors with their dark variant (e.g. swapping bg and fg
colors).
The specific color changes are:
- Set theme_fg_color to #cfd8dc (was #5a5a5a).
- Set theme_bg_color to #323639 (was #f2f2f2).
- Set theme_text_color to #f2f2f2 (was #202124).
- Set theme_inverted_fg_color to #5a5a5a (was #cfd8dc).
- Set theme_base_color to #202124 (was #ffffff).
Bug: 853548
Change-Id: If8fc2bd49a754ebe8eab518fa130a40554737942
Reviewed-on: https://chromium-review.googlesource.com/1126692
Commit-Ready: Josh Pratt <jopra@chromium.org>
Tested-by: Josh Pratt <jopra@chromium.org>
Reviewed-by: Raymes Khoury <raymes@chromium.org>
3 files changed