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

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

Issue 17431004: New UI for Find command: find-as-you-type. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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/recogneyes.xml
===================================================================
--- editor/tools/plugins/com.google.dart.tools.deploy/themes/recogneyes.xml (revision 24253)
+++ editor/tools/plugins/com.google.dart.tools.deploy/themes/recogneyes.xml (working copy)
@@ -4,6 +4,7 @@
<annotation color="#FFFFFF" />
<background color="#101020" />
<bracket color="#D0D0D0" />
+ <builtin color="#AAAAAA" />
<class color="#FF8080" />
<commentTaskTag color="#00FF00" />
<constant color="#FFFF00" />
@@ -11,6 +12,7 @@
<currentLine color="#202030" />
<deletionIndication color="#FFFFFF" />
<deprecatedMember color="#FFFFFF" />
+ <directive color="#A05080" bold="true" />
<dynamicType color="#79ABFF" />
<enum color="#FFFFFF" />
<field color="#BED6FF" />
@@ -32,7 +34,7 @@
<methodDeclaration color="#BED6FF" />
<multiLineComment color="#00E000" />
<number color="#FFFF00" />
- <occurrenceIndication color="#000000" />
+ <occurrenceIndication color="#303030" />
<operator color="#D0D0D0" />
<parameterVariable color="#79ABFF" />
<searchResultIndication color="#006080" />

Powered by Google App Engine
This is Rietveld 408576698