mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Changed accent colours in app and dialogs.
This commit is contained in:
parent
16fa82179d
commit
7629ddbdcd
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<color name="primary">#03A9F4</color>
|
||||
<color name="primary_dark">#0288D1</color>
|
||||
<color name="primary_light">#B3E5FC</color>
|
||||
<color name="accent">#FF9100</color>
|
||||
<color name="accent">#FFC107</color>
|
||||
<color name="icons">#FFFFFF</color>
|
||||
<color name="divider">#1F000000</color>
|
||||
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
<eat-comment/>
|
||||
|
||||
<style name="Theme.Syncthing.Dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||
<item name="colorPrimary">@color/primary</item>
|
||||
<item name="colorPrimaryDark">@color/primary_dark</item>
|
||||
<item name="colorControlActivated">@color/accent</item>
|
||||
<item name="colorAccent">@color/primary_dark</item>
|
||||
</style>
|
||||
|
||||
<!-- Toolbar themes -->
|
||||
|
|
Loading…
Reference in a new issue