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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/pastel.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <colorTheme id="68" name="Pastel" modified="2011-01-30 00:51:47" author="Ian Kab eary" website="http://iank.ca"> 2 <colorTheme id="68" name="Pastel" modified="2011-01-30 00:51:47" author="Ian Kab eary" website="http://iank.ca">
3 <abstractMethod color="#E0E2E4" /> 3 <abstractMethod color="#E0E2E4" />
4 <annotation color="#A082BD" /> 4 <annotation color="#A082BD" />
5 <background color="#1f2223" /> 5 <background color="#1f2223" />
6 <bracket color="#95bed8" /> 6 <bracket color="#95bed8" />
7 <builtin color="#AAAAAA" />
7 <class color="#678CB1" /> 8 <class color="#678CB1" />
8 <commentTaskTag color="#a57b61" /> 9 <commentTaskTag color="#a57b61" />
9 <constant color="#A082BD" /> 10 <constant color="#A082BD" />
10 <constructor color="#678CB1" /> 11 <constructor color="#678CB1" />
11 <currentLine color="#2F393C" /> 12 <currentLine color="#2F393C" />
12 <deletionIndication color="#E0E2E4" /> 13 <deletionIndication color="#E0E2E4" />
13 <deprecatedMember color="#E0E2E4" /> 14 <deprecatedMember color="#E0E2E4" />
15 <directive color="#A05080" bold="true" />
14 <dynamicType color="#E0E2E4" /> 16 <dynamicType color="#E0E2E4" />
15 <enum color="#E0E2E4" /> 17 <enum color="#E0E2E4" />
16 <field color="#678CB1" /> 18 <field color="#678CB1" />
17 <filteredSearchResultIndication color="#616161" /> 19 <filteredSearchResultIndication color="#616161" />
18 <findScope color="#E0E2E4" /> 20 <findScope color="#E0E2E4" />
19 <foreground color="#E0E2E4" /> 21 <foreground color="#E0E2E4" />
20 <function color="#678CB1" /> 22 <function color="#678CB1" />
21 <inheritedMethod color="#E0E2E4" /> 23 <inheritedMethod color="#E0E2E4" />
22 <interface color="#678CB1" /> 24 <interface color="#678CB1" />
23 <javadoc color="#7D8C93" /> 25 <javadoc color="#7D8C93" />
(...skipping 17 matching lines...) Expand all
41 <singleLineComment color="#7D8C93" /> 43 <singleLineComment color="#7D8C93" />
42 <sourceHoverBackground color="#FFFFFF" /> 44 <sourceHoverBackground color="#FFFFFF" />
43 <staticField color="#678CB1" /> 45 <staticField color="#678CB1" />
44 <staticFinalField color="#E0E2E4" /> 46 <staticFinalField color="#E0E2E4" />
45 <staticMethod color="#E0E2E4" /> 47 <staticMethod color="#E0E2E4" />
46 <string color="#c78d9b" /> 48 <string color="#c78d9b" />
47 <typeArgument color="#E0E2E4" /> 49 <typeArgument color="#E0E2E4" />
48 <typeParameter color="#E0E2E4" /> 50 <typeParameter color="#E0E2E4" />
49 <writeOccurrenceIndication color="#616161" /> 51 <writeOccurrenceIndication color="#616161" />
50 </colorTheme> 52 </colorTheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698