Remove remaining Windows native light mode non-high-contrast color overrides.
I don't think it makes sense to override a few colors to be Windows-native-y but not most of them. Furthermore, the colors used are the return values from GetSysColor(), which for the majority of our users aren't the colors in native UI anyway (e.g. a Win 10 File Explorer tree view does not use COLOR_HIGHLIGHT for selections), so while this looks _different_ than before, it doesn't particularly look less native. The main visible effect of this is to replace some bright blue selection colors (trees, focused tables) with greys. This increases consistency since we already use greys in menus (which are more frequently seen). Bug: 1024091 Change-Id: I38822d3e3972cd077950c4c1ee859da21e73f4cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931582 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#718424}
Showing
Please register or sign in to comment