mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-24 18:10:54 +00:00
Tweak colors for dark and Amoled
With these settings, the spacebar and suggestion strip have the same dark grey color, and the same color when pressed.
This commit is contained in:
parent
c7c124c4e8
commit
34c8a4a5b6
2 changed files with 3 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
<color name="key_background_pressed_lxx_dark">#19FFFFFF</color>
|
||||
<color name="action_key_background_lxx_dark">#5E97F6</color>
|
||||
<color name="action_key_background_pressed_lxx_dark">#86b0f6</color>
|
||||
<color name="suggested_word_background_selected_lxx_dark">#19FFFFFF</color>
|
||||
<color name="suggested_word_background_selected_lxx_dark">#1CFFFFFF</color>
|
||||
<color name="gesture_floating_preview_color_lxx_dark">#E621272B</color>
|
||||
<color name="emoji_tab_page_indicator_background_lxx_dark">#21272B</color>
|
||||
<!-- Color resources for LXX_Dark_Border theme.
|
||||
|
@ -101,6 +101,7 @@
|
|||
<!-- Color resources for LXX_Dark_Amoled theme.
|
||||
15%:0x26 70%:0xB3 75%:0xC0 80%:0xCC 85%:0xD9 90%:0xE6 -->
|
||||
<color name="background_amoled_black">#000000</color>
|
||||
<color name="background_amoled_dark">#1A1A1A</color>
|
||||
|
||||
<color name="popup_background_material_dark_theme">#ff3c474c</color>
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
name="SuggestionStripView.LXX_Dark_Amoled"
|
||||
parent="SuggestionStripView.LXX_Dark"
|
||||
>
|
||||
<item name="android:background">@color/background_amoled_black</item>
|
||||
<item name="android:background">@color/background_amoled_dark</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue