Bitwarden-app-android-iphon.../src/App/Styles/Light.xaml

14 lines
595 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.Styles.Light">
<Color x:Key="TextColor">#000000</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="ListHeaderTextColor">#3c8dbc</Color>
</ResourceDictionary>