mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 20:47:37 +00:00
Better brand button style for the light mode.
QR code fragment themed. Minor adjustments to the brand colors for light mode.
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
<resources>
|
||||
|
||||
<!-- Session -->
|
||||
<color name="accent">#00E97B</color>
|
||||
<color name="accent">#5df299</color>
|
||||
<color name="text">#000000</color>
|
||||
<color name="unimportant">#606060</color>
|
||||
<color name="cell_background">#FCFCFC</color>
|
||||
<color name="cell_selected">#DFDFDF</color>
|
||||
<color name="navigation_bar_background">#FCFCFC</color>
|
||||
<color name="separator">#B0B0B0</color>
|
||||
<color name="unimportant_button_background">@color/transparent</color>
|
||||
<color name="unimportant_button_background">#1000</color>
|
||||
<color name="unimportant_dialog_button_background">@color/dialog_background</color>
|
||||
<color name="dialog_background">#FCFCFC</color>
|
||||
<color name="dialog_border">#212121</color>
|
||||
|
@@ -12,4 +12,9 @@
|
||||
<!-- <item name="actionMenuTextColor">@color/text</item>-->
|
||||
<!-- </style>-->
|
||||
|
||||
<style name="Widget.Session.Button.Common.ProminentOutline">
|
||||
<item name="android:background">@drawable/prominent_outline_button_medium_background</item>
|
||||
<item name="android:textColor">?android:textColorPrimary</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user