Skip to content

Commit 175e396

Browse files
committed
LatinIME: Update dark Material You colors to be closer to gboard
Pretty much everything matches now, except that: - keyboard_key_functional_pressed_color_you and keyboard_key_action_pressed_color_you should actually be system_secondary_container_dark mixed with something I don't know. - The highlight on the floating alternate character pop-up should be system_control_activated_light. - The rest of the keyboard should be dimmed while the floating alternate character pop-up is visible. - The text on the emoji/locale key should be the same as normal keys. Most of the colors are more subtle than before. Change-Id: I543fe2de623429f7dc4651f87cef1a59fb6f1a69
1 parent aead32d commit 175e396

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

java/res/values-night/themes-you-colors.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
SPDX-License-Identifier: Apache-2.0
55
-->
66
<resources xmlns:android="http://schemas.android.com/apk/res/android">
7-
<color name="keyboard_background_you">@android:color/system_neutral1_900</color>
7+
<color name="keyboard_background_you">@android:color/system_surface_container_dark</color>
88
<!-- Keys -->
9-
<color name="keyboard_key_normal_color_you">@android:color/system_neutral1_800</color>
10-
<color name="keyboard_key_pressed_color_you">@android:color/system_neutral1_900</color>
11-
<color name="keyboard_key_text_color_you">@android:color/system_neutral1_50</color>
12-
<color name="keyboard_key_functional_normal_color_you">@android:color/system_neutral1_700</color>
13-
<color name="keyboard_key_functional_pressed_color_you">@android:color/system_neutral2_300</color>
14-
<color name="keyboard_key_functional_text_color_you">@android:color/system_neutral1_50</color>
15-
<color name="keyboard_key_action_normal_color_you">@android:color/system_accent1_400</color>
16-
<color name="keyboard_key_action_pressed_color_you">@android:color/system_accent1_600</color>
17-
<color name="shift_normal_color_you">@android:color/system_neutral1_50</color>
18-
<color name="shift_locked_color_you">@android:color/system_neutral1_50</color>
19-
<color name="icon_color_you">@android:color/system_neutral1_50</color>
20-
<color name="key_hint_letter_color_you">@android:color/system_neutral1_400</color>
9+
<color name="keyboard_key_normal_color_you">@android:color/system_surface_container_highest_dark</color>
10+
<color name="keyboard_key_pressed_color_you">@android:color/system_surface_container_dark</color>
11+
<color name="keyboard_key_text_color_you">@android:color/system_on_surface_dark</color>
12+
<color name="keyboard_key_functional_normal_color_you">@android:color/system_secondary_container_dark</color>
13+
<color name="keyboard_key_functional_pressed_color_you">@android:color/system_on_secondary_dark</color>
14+
<color name="keyboard_key_functional_text_color_you">@android:color/system_on_secondary_container_dark</color>
15+
<color name="keyboard_key_action_normal_color_you">@android:color/system_secondary_container_dark</color>
16+
<color name="keyboard_key_action_pressed_color_you">@android:color/system_on_secondary_dark</color>
17+
<color name="shift_normal_color_you">@android:color/system_on_secondary_container_dark</color>
18+
<color name="shift_locked_color_you">@android:color/system_on_secondary_container_dark</color>
19+
<color name="icon_color_you">@android:color/system_on_secondary_container_dark</color>
20+
<color name="key_hint_letter_color_you">@android:color/system_on_surface_variant_dark</color>
2121
<!-- Suggestion bar -->
22-
<color name="typed_word_color_you">@android:color/system_neutral1_50</color>
23-
<color name="auto_correct_color_you">@android:color/system_neutral1_50</color>
24-
<color name="suggested_word_color_you">@android:color/system_neutral1_50</color>
22+
<color name="typed_word_color_you">@android:color/system_on_background_dark</color>
23+
<color name="auto_correct_color_you">@android:color/system_on_background_dark</color>
24+
<color name="suggested_word_color_you">@android:color/system_on_background_dark</color>
2525
<!-- Gesture input -->
2626
<color name="gesture_trail_color_you">@android:color/system_accent1_300</color>
2727
<color name="gesture_floating_preview_text_color_you">@android:color/system_neutral1_50</color>

0 commit comments

Comments
 (0)