|
| 1 | +import 'package:flutter/material.dart'; |
| 2 | + |
| 3 | +/// Contains WooApp material color palette configuration. |
| 4 | +/// |
| 5 | +/// Generated by: https://m3.material.io/theme-builder#/custom |
| 6 | +/// Input primary color: #005d99 |
| 7 | +class WooAppTheme { |
| 8 | + static const Color colorCommonBackground = Color(0xFFfdfcff); |
| 9 | + static const Color colorCommonText = Color(0xFF1a1c1e); |
| 10 | + |
| 11 | + static const Color colorCommonSectionBackground = Color(0xccd6e4f7); |
| 12 | + static const Color colorCommonSectionForeground = Color(0xFF0f1d2a); |
| 13 | + |
| 14 | + static const Color colorShimmerBackground = Color(0x59d6e4f7); |
| 15 | + static const Color colorShimmerForeground = Color(0xFF241432); |
| 16 | + |
| 17 | + static const Color colorToolbarBackground = Color(0xFF0062a0); |
| 18 | + static const Color colorToolbarForeground = Color(0xFFd0e4ff); |
| 19 | + |
| 20 | + static const Color colorPrimaryBackground = Color(0xFF0062a0); |
| 21 | + static const Color colorPrimaryForeground = Color(0xFFFFFFFF); |
| 22 | + |
| 23 | + static const Color colorSecondaryBackground = Color(0xFFdfe3eb); |
| 24 | + static const Color colorSecondaryForeground = Color(0xFF526070); |
| 25 | + |
| 26 | + static const Color colorDangerActionBackground = Color(0xFFffb4ab); |
| 27 | + static const Color colorDangerActionForeground = Color(0xFF690005); |
| 28 | + |
| 29 | + static const Color colorFeaturedSearchBackground = Color(0xba2982b9); |
| 30 | + static const Color colorFeaturedSearchBorder = Color(0x40d0e4ff);//Color(0x808BC0EA); |
| 31 | + |
| 32 | + static const Color colorBottomBarIconNonActive = Color(0x996a5779); |
| 33 | + static const Color colorBottomBarIconActive = Color(0xff241432); |
| 34 | + // static const Color colorBottomBarBackground = Color(0xFFfdfcff); |
| 35 | + static const Color colorBottomBarBackground = Color(0xffededf1); |
| 36 | + |
| 37 | + static const Color colorRatingActive = Color(0xFFDC810B); |
| 38 | + static const Color colorRatingNonActive = Color(0x99526070); |
| 39 | + static const Color colorRatingText = Color(0xFF241432); |
| 40 | + |
| 41 | + static const Color colorCardProductBackground = Color(0xffedf4ff); |
| 42 | + static const Color colorCardProductText = Color(0xFF001d35); |
| 43 | + |
| 44 | + static const Color colorProductStatusBgInStock = Color(0xFFFFFFFF); |
| 45 | + static const Color colorProductStatusTextInStock = Colors.lightGreen; |
| 46 | + |
| 47 | + static const Color colorProductStatusBgOutOfStock = Color(0xFFFFFFFF); |
| 48 | + static const Color colorProductStatusTextOutOfStock = Colors.redAccent; |
| 49 | + |
| 50 | + static const Color colorProductStatusBgBackOrder = Color(0xFF5A4D0D); |
| 51 | + static const Color colorProductStatusTextBackOrder = Colors.amberAccent; |
| 52 | + |
| 53 | + static const Color colorProductStatusBgDefault = Color(0xFFFFF3F3); |
| 54 | + static const Color colorProductStatusTextDefault = Colors.redAccent; |
| 55 | + |
| 56 | + static const Color colorCardOrderBackground = colorCardProductBackground; |
| 57 | + static const Color colorCardOrderForeground = colorCardProductText; |
| 58 | + |
| 59 | + static const Color colorCreateOrderHeaderText = colorCommonSectionForeground; |
| 60 | + static const Color colorCardCreateOrderBackground = colorCommonSectionBackground; |
| 61 | + static const Color colorCardCreateOrderText = Color(0xFF565D88); |
| 62 | + |
| 63 | + static const Color colorPrice = Color(0xFF1a1c1e); |
| 64 | + static const Color colorPriceSale = Color(0xFFba1a1a); |
| 65 | + |
| 66 | + static const Color colorAuthBackground = Color(0xff0062a0); |
| 67 | + static const Color colorAuthHeaderText = Color(0xFFdfe3eb); |
| 68 | + static const Color colorAuthActionText = Color(0xFFf1daff); |
| 69 | + static const Color colorAuthActionBackground = Color(0xFF1a1c1e); |
| 70 | + static const Color colorAuthFieldText = Color(0xFFd0e4ff); |
| 71 | + static const Color colorAuthNotValidFieldText = Color(0xFFba1a1a); |
| 72 | +} |
0 commit comments