dark theme test

This commit is contained in:
Kyle Spearrin 2019-04-22 17:23:11 -04:00
parent 997ed42178
commit b107df60e2
1 changed files with 3 additions and 1 deletions

View File

@ -2,11 +2,13 @@
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
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="DangerColor">#dd4b39</Color>
<Color x:Key="SuccessColor">#00a65a</Color>
<Color x:Key="InfoColor">#555555</Color>
<Color x:Key="WarningColor">#bf7e16</Color>
<Color x:Key="MutedColor">#777777</Color>
<Color x:Key="ListHeaderTextColor">#3c8dbc</Color>
</ResourceDictionary>