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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml

Issue 211713002: Issue 17775. Semantic highlighting for function type alias. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
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" />

Powered by Google App Engine
This is Rietveld 408576698