D1APP-1 new colors applied

This commit is contained in:
MohammadTaha Basiri 2022-01-07 12:47:54 +03:30
parent c472ed9dea
commit b80ab0718e
1 changed files with 2 additions and 2 deletions

View File

@ -181,13 +181,13 @@ extension DidvanColorScheme on ColorScheme {
Color get white => const Color(0xFFFFFFFF);
Color get focused => brightness == Brightness.dark
? const Color(0xFF323C47)
? const Color(0xFF20272E)
: const Color(0xFFE6F3FA);
Color get navigation => brightness == Brightness.dark
? const Color(0xFF181B1F)
: const Color(0xFF012348);
Color get focusedBorder => brightness == Brightness.dark
? const Color(0xFFC8E0F4)
? const Color(0xFF9FB2C2)
: const Color(0xFF195D80);
Color get title => brightness == Brightness.dark
? const Color(0xFFD6D6D6)