Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: sky/sdk/lib/theme/colors.dart

Issue 1235443002: Support for icon theming (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix analyzer warning Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/example/widgets/tabs.dart ('k') | sky/sdk/lib/theme/theme_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/theme/colors.dart
diff --git a/sky/sdk/lib/theme/colors.dart b/sky/sdk/lib/theme/colors.dart
index 4c7e2eea267864c40283d7d2841bb0ba7adc083f..efa905172477a3c7feac7ece5460df10d1183242 100644
--- a/sky/sdk/lib/theme/colors.dart
+++ b/sky/sdk/lib/theme/colors.dart
@@ -370,15 +370,3 @@ const Map<int, Color> BlueGrey = const {
800: const Color(0xFF37474F),
900: const Color(0xFF263238),
};
-
-const List<Map<int, Color>> DarkColors = const [
- Red,
- Pink,
- Purple,
- DeepPurple,
- Indigo,
- Blue,
- Teal,
- DeepOrange,
- Brown
-];
« no previous file with comments | « sky/sdk/example/widgets/tabs.dart ('k') | sky/sdk/lib/theme/theme_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698