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

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

Issue 1218153005: Refactoring to support dark theme better (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix import issues 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/lib/editing/input.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 efa905172477a3c7feac7ece5460df10d1183242..4c7e2eea267864c40283d7d2841bb0ba7adc083f 100644
--- a/sky/sdk/lib/theme/colors.dart
+++ b/sky/sdk/lib/theme/colors.dart
@@ -370,3 +370,15 @@ 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/lib/editing/input.dart ('k') | sky/sdk/lib/theme/theme_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698