Index: editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml |
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml |
index 9f4ae94025728f6be8b6645814b90d6c68cff15e..efa3c8e9a1ca6aeea7d7a9c9e9987d9d98cf9983 100644 |
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml |
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml |
@@ -20,6 +20,7 @@ |
<findScope color="#111111" /> |
<foreground color="#D8D8D8" /> |
<function color="#FFFFFF" /> |
+ <functionTypeAlias color="#D25252" bold="false" underline="false" strikethrough="false" /> |
messick
2014/03/25 21:20:59
Do you really need to specify all the attributes?
scheglov
2014/03/25 21:24:30
This is copy of the "class" description.
I don't t
|
<getter color="#E8E2B7" /> |
<importPrefix color="#D8D8D8" /> |
<inheritedMethod color="#BED6FF" /> |