mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
dark theme test
This commit is contained in:
parent
997ed42178
commit
b107df60e2
@ -2,11 +2,13 @@
|
|||||||
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
|
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
x:Class="Bit.App.Styles.Dark">
|
x:Class="Bit.App.Styles.Dark">
|
||||||
<Color x:Key="TextColor">#000000</Color>
|
<Color x:Key="TextColor">#5DAA00</Color>
|
||||||
<Color x:Key="PrimaryColor">#3c8dbc</Color>
|
<Color x:Key="PrimaryColor">#3c8dbc</Color>
|
||||||
<Color x:Key="DangerColor">#dd4b39</Color>
|
<Color x:Key="DangerColor">#dd4b39</Color>
|
||||||
<Color x:Key="SuccessColor">#00a65a</Color>
|
<Color x:Key="SuccessColor">#00a65a</Color>
|
||||||
<Color x:Key="InfoColor">#555555</Color>
|
<Color x:Key="InfoColor">#555555</Color>
|
||||||
<Color x:Key="WarningColor">#bf7e16</Color>
|
<Color x:Key="WarningColor">#bf7e16</Color>
|
||||||
<Color x:Key="MutedColor">#777777</Color>
|
<Color x:Key="MutedColor">#777777</Color>
|
||||||
|
|
||||||
|
<Color x:Key="ListHeaderTextColor">#3c8dbc</Color>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
Loading…
Reference in New Issue
Block a user