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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.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/wombat.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.xml
index 8c8f83139dd438f7d15b6ac3b0f0232aac1c9a45..5ff655c8d357d3bc0f047f58427e5d9aa29356c8 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.xml
@@ -20,6 +20,7 @@
<findScope color="#BCADAD" />
<foreground color="#f6f3e8" />
<function color="#f3f6ee" />
+ <functionTypeAlias color="#cae682" />
<getter color="#E8E2B7" />
<importPrefix color="#f6f3e8" />
<inheritedMethod color="#E0E2E4" />

Powered by Google App Engine
This is Rietveld 408576698