mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
0f46824ec0
the color 'universal_overlay' can be used as backgrounds for semi-transparent overlays. the color guarantees enough contrast to white/light things drawn on it, while still letting the background shine through. the color is the same for both, dark and lite theme as it is also used to draw on customized backgrounds (where we can have any background anyway) before, the shaped formed with this color are not visible on black background, this is fixed by this commit, making the color even more universal. this is an improvement for the image-editor buttons as well as for the info-messages on arbitrary backgrounds.
72 lines
2.9 KiB
XML
72 lines
2.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<resources>
|
|
<color name="delta_primary">#ff415e6b</color>
|
|
<color name="delta_primary_dark">#ff364e59</color>
|
|
<color name="delta_primary_lite">#4c6e7d</color>
|
|
|
|
<color name="delta_accent">#42A5F5</color>
|
|
|
|
<color name="primary_alpha_focus">#882090ea</color>
|
|
<color name="primary_alpha33">#552090ea</color>
|
|
|
|
<color name="white">#ffffffff</color>
|
|
<color name="black">#ff000000</color>
|
|
<color name="gray5">#ffeeeeee</color>
|
|
<color name="gray10">#ffdddddd</color>
|
|
<color name="gray12">#ffe0e0e0</color>
|
|
<color name="gray13">#ffababab</color>
|
|
<color name="gray20">#ffcccccc</color>
|
|
<color name="gray50">#ff808080</color>
|
|
<color name="gray65">#ff595959</color>
|
|
<color name="gray70">#ff4d4d4d</color>
|
|
<color name="gray78">#ff383838</color>
|
|
<color name="gray95">#ff111111</color>
|
|
<color name="light_green">#ffefffde</color>
|
|
<color name="green">#ff70b15c</color>
|
|
<color name="light_pink">#ffcdb7b5</color>
|
|
|
|
<color name="transparent_black_30">#30000000</color>
|
|
|
|
<color name="conversation_compose_divider">#32000000</color>
|
|
|
|
<color name="action_mode_status_bar">@color/gray65</color>
|
|
<color name="touch_highlight">#400099cc</color>
|
|
|
|
<color name="device_link_item_background_light">#ffffffff</color>
|
|
<color name="device_link_item_background_dark">#ff333333</color>
|
|
|
|
<color name="import_export_item_background_light">#ffeeeeee</color>
|
|
<color name="import_export_item_background_dark">#ff333333</color>
|
|
<color name="import_export_item_background_shadow_light">#ffd5d5d5</color>
|
|
<color name="import_export_item_background_shadow_dark">#ff222222</color>
|
|
<color name="import_export_touch_highlight_light">#400099cc</color>
|
|
<color name="import_export_touch_highlight_dark">#40ffffff</color>
|
|
|
|
<color name="sticker_selected_color">#99ffffff</color>
|
|
<color name="transparent">#00FFFFFF</color>
|
|
<color name="transparent_black">#00000000</color>
|
|
|
|
<color name="MediaOverview_Media_selected_overlay">#88000000</color>
|
|
|
|
<color name="dummy_avatar_color">#808080</color>
|
|
<color name="slidearrow_color">#999999</color>
|
|
|
|
<color name="universal_overlay">#55444444</color>
|
|
|
|
<color name="trackTintColor">#552090ea</color>
|
|
<color name="trackHighlightTintColor">#ff2090ea</color>
|
|
|
|
<color name="provider_prep_bg">#fffdf7b2</color>
|
|
<color name="provider_prep_fg">#ff101010</color>
|
|
<color name="provider_broken_bg">#fffd0b00</color>
|
|
<color name="provider_broken_fg">#ffffffff</color>
|
|
|
|
<color name="pinned_bg">#eeeeee</color>
|
|
<color name="pinned_bg_dark">#222222</color>
|
|
|
|
<!-- unknown_sender fits in dark mode and lite mode (also other chat/contact colors fit in both modes);
|
|
unknown_sender is used for the sender-name/quote-bar if the sender is unknown -->
|
|
<color name="unknown_sender">#ff999999</color>
|
|
|
|
</resources>
|