mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Implement Dark Theme (DayNight with automatic option)
This is just a first rough implementation. A real UI designer should look over this.
This commit is contained in:
13
briar-android/src/main/res/values-night/color.xml
Normal file
13
briar-android/src/main/res/values-night/color.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="briar_accent">#476380</color>
|
||||
|
||||
<color name="color_primary">#ffffff</color>
|
||||
<color name="color_primary_inverse">#dd000000</color>
|
||||
<color name="color_secondary">#b2ffffff</color>
|
||||
|
||||
<color name="window_background">#ff303030</color>
|
||||
<color name="thread_item_highlight">#2D3E50</color>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user