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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.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/hotpink.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml
index cfa916c5667b027631821f096478d47ac96d9727..3c5bb8b56abe4e53c60464ee495f5de643d64a51 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml
@@ -20,6 +20,7 @@
<findScope color="#BCADAD" />
<foreground color="#000000" />
<function color="#8000B0" />
+ <functionTypeAlias color="#006000" bold="true"/>
<getter color="#0200C0" />
<importPrefix color="#000000" bold="true" />
<inheritedMethod color="#2c577c" />
@@ -38,7 +39,7 @@
<multiLineComment color="#417e60" />
<multiLineString color="#2000FF" />
<number color="#008000" />
- <occurrenceIndication color="#CC6633" />
+ <occurrenceIndication color="#FFFFD0" />
<operator color="#5f97a9" />
<parameterVariable color="#D7721E" />
<searchResultIndication color="#D0D0D0" />

Powered by Google App Engine
This is Rietveld 408576698