Replace color values with CrosAdapta color variables

Replace rgba(207, 216, 220, $alpha) with equivalent
alpha(@theme_inverted_fg_color, $alpha).
Replace \#fdfdfe with equivalent @insensitive_base_color.

Replace \#f7f9f9 with \#f2f2f2 as @theme_bg_color. The previous value was
not based on Chrome OS coloring.

Replaces rgba(38, 50, 56, $alpha) (used as a secondary text color) with
alpha(@theme_text_color, $alpha) (the theme's text color).

The following bash was used to check that other changes were not
accidentally introduced.

$ git diff -U0 master --word-diff | /bin/grep -o '[{\[].*[\+\-].'
| sort | uniq

Output:
[-#f7f9f9;-]{+@theme_bg_color;+}
[-#fdfdfe,-]
[-#fdfdfe \#fdfdfe;-]{+@insensitive_base_color @insensitive_base_color;+}
[-#fdfdfe, \#fdfdfe-]{+@insensitive_base_color, @insensitive_base_color+}
[-      \#fdfdfe-]{+@insensitive_base_color,+}
[-#fdfdfe;-]{+@insensitive_base_color;+}
[-image(#f7f9f9);-]{+image(@theme_bg_color);+}
[-image(#fdfdfe);-]{+image(@insensitive_base_color);+}
[-image(rgba(207, 216, 220,-]{+image(alpha(@theme_inverted_fg_color,+}
[-image(rgba(38, 50, 56,-]{+image(alpha(@theme_text_color,+}
{+      @insensitive_base_color+}
[-rgba(207, 216, 220,-]{+alpha(@theme_inverted_fg_color,+}
[-rgba(32, 33, 36,-]{+alpha(@theme_text_color,+} 0.28);[-/* @theme_text_color */-]
[-rgba(38, 50, 56,-]{+alpha(@theme_text_color,+}
Change-Id: I4a4d3f75e1aab14ca5a9c88b8e7c47cf94a49350
Reviewed-on: https://chromium-review.googlesource.com/1113706
Commit-Ready: Josh Pratt <jopra@google.com>
Tested-by: Josh Pratt <jopra@google.com>
Reviewed-by: Raymes Khoury <raymes@chromium.org>
5 files changed