提交 4365f77f 编写于 作者: A Adam Barth

Add black and white constants to theme's colors.

They're in the Material design color palette. This also adds a file-level
dart doc comment.

BUG=
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1190413003.
上级 89036534
......@@ -4,6 +4,12 @@
import 'dart:sky' show Color;
/// [Color] constants which represent Material design's
/// [color palette](http://www.google.com/design/spec/style/color.html).
const White = const Color(0xFFFFFFFF);
const Black = const Color(0x00000000);
const Map<int, Color> Red = const {
50: const Color(0xFFFFEBEE),
100: const Color(0xFFFFCDD2),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册