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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/monokai.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/monokai.xml
===================================================================
--- editor/tools/plugins/com.google.dart.tools.deploy/themes/monokai.xml (revision 24253)
+++ editor/tools/plugins/com.google.dart.tools.deploy/themes/monokai.xml (working copy)
@@ -4,6 +4,7 @@
<annotation color="#FFFFFF" />
<background color="#272822" />
<bracket color="#D8D8D8" />
+ <builtin color="#AAAAAA" />
<class color="#FFFFFF" />
<commentTaskTag color="#CCDF32" />
<constant color="#EFB571" bold="false" underline="false" strikethrough="false" />
@@ -11,6 +12,7 @@
<currentLine color="#3E3D32" />
<deletionIndication color="#D25252" />
<deprecatedMember color="#F8F8F2" underline="false" strikethrough="false" />
+ <directive color="#A05080" bold="true" />
<dynamicType color="#79ABFF" />
<enum color="#66D9EF" />
<field color="#BED6FF" />
@@ -36,10 +38,10 @@
<operator color="#D8D8D8" />
<parameterVariable color="#79ABFF" />
<searchResultIndication color="#D8D8D8" />
- <selectionBackground color="#757575" />
+ <selectionBackground color="#999999" />
<selectionForeground color="#D0D0D0" />
<singleLineComment color="#75715E" italic="false" />
- <sourceHoverBackground color="#000000" />
+ <sourceHoverBackground color="#444444" />
<staticField color="#EFC090" />
<staticFinalField color="#EFC090" />
<staticMethod color="#BED6FF" />

Powered by Google App Engine
This is Rietveld 408576698