mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Merge branch 'illustration-revamp' into 'master'
Illustration revamp See merge request briar/briar!1722
This commit is contained in:
@@ -1,20 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="briar_lime_600">#67a60f</color>
|
||||
<color name="briar_lime_600_new">#65A30D</color>
|
||||
<color name="briar_lime_400">#82c91e</color>
|
||||
<color name="briar_lime_400_new">#A3E635</color>
|
||||
|
||||
<color name="briar_blue_800">#134a81</color>
|
||||
<color name="briar_blue_600">#1b69b6</color>
|
||||
<color name="briar_blue_400">#418cd8</color>
|
||||
|
||||
<color name="briar_orange_200">#fed69f</color>
|
||||
<color name="briar_orange_400">#FBBF24</color>
|
||||
<color name="briar_orange_500">#fc9403</color>
|
||||
<color name="briar_orange_500_new">#F59E0B</color>
|
||||
|
||||
<color name="briar_red_500">#db3b21</color>
|
||||
<color name="briar_red_500_new">#EF4444</color>
|
||||
<color name="briar_red_600">#DC2626</color>
|
||||
|
||||
<color name="briar_night_950">#0e171f</color>
|
||||
<color name="briar_night_800">#212d3b</color>
|
||||
<color name="briar_night_700">#2e3d4f</color>
|
||||
<color name="briar_night_600">#475569</color>
|
||||
<color name="briar_night_500">#435b77</color>
|
||||
<color name="briar_night_50">#ebf3fa</color>
|
||||
|
||||
@@ -52,6 +59,12 @@
|
||||
<color name="msg_status_bubble_foreground">@android:color/white</color>
|
||||
<color name="msg_selected_background">@color/briar_accent</color>
|
||||
|
||||
<color name="il_border">#9CA3AF</color>
|
||||
<color name="il_background">#E5E7EB</color>
|
||||
<color name="il_lime">@color/briar_lime_600_new</color>
|
||||
<color name="il_orange">@color/briar_orange_500_new</color>
|
||||
<color name="il_red">@color/briar_red_600</color>
|
||||
|
||||
<!-- text colors -->
|
||||
<color name="briar_text_link">@color/briar_blue_400</color>
|
||||
<color name="briar_text_primary">#df000000</color>
|
||||
@@ -73,4 +86,4 @@
|
||||
<color name="thread_item_highlight">@android:color/white</color>
|
||||
|
||||
<color name="divider">@color/briar_gray_200</color>
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -240,6 +240,8 @@
|
||||
<!-- Adding Contacts -->
|
||||
|
||||
<string name="add_contact_title">Add Contact Nearby</string>
|
||||
<string name="add_contact_intro_two_way">Both of you need to scan each other\'s QR code.</string>
|
||||
<string name="add_contact_error_two_way">Did both of you scan each other\'s QR code?</string>
|
||||
<string name="face_to_face">You must meet up with the person you want to add as a contact.\n\nThis will prevent anyone from impersonating you or reading your messages in future.</string>
|
||||
<string name="continue_button">Continue</string>
|
||||
<string name="try_again_button">Try Again</string>
|
||||
|
||||
Reference in New Issue
Block a user