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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.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="383" name="Sunburst" modified="2011-02-24 18:14:58" author="Vior el Craescu" website="http://syntetik.com"> 2 <colorTheme id="383" name="Sunburst" modified="2011-02-24 18:14:58" author="Vior el Craescu" website="http://syntetik.com">
3 <abstractMethod color="#F9F9F9" italic="false" underline="false" strikethrou gh="false" /> 3 <abstractMethod color="#F9F9F9" italic="false" underline="false" strikethrou gh="false" />
4 <annotation color="#A020F0" bold="false" italic="false" /> 4 <annotation color="#A020F0" bold="false" italic="false" />
5 <background color="#000000" /> 5 <background color="#000000" />
6 <bracket color="#F9F9F9" italic="false" /> 6 <bracket color="#F9F9F9" italic="false" />
7 <builtin color="#AAAAAA" />
7 <class color="#F9F9F9" bold="false" italic="false" underline="false" striket hrough="false" /> 8 <class color="#F9F9F9" bold="false" italic="false" underline="false" striket hrough="false" />
8 <commentTaskTag color="#A8A8A8" italic="false" /> 9 <commentTaskTag color="#A8A8A8" italic="false" />
9 <constant color="#3D9AD6" italic="false" underline="false" strikethrough="fa lse" /> 10 <constant color="#3D9AD6" italic="false" underline="false" strikethrough="fa lse" />
10 <constructor color="#F9F9F9" bold="false" italic="false" underline="false" s trikethrough="false" /> 11 <constructor color="#F9F9F9" bold="false" italic="false" underline="false" s trikethrough="false" />
11 <currentLine color="#2F2F2F" /> 12 <currentLine color="#2F2F2F" />
12 <deletionIndication color="#D25252" italic="false" underline="false" striket hrough="false" /> 13 <deletionIndication color="#D25252" italic="false" underline="false" striket hrough="false" />
13 <deprecatedMember color="#F9F9F9" italic="false" underline="false" strikethr ough="false" /> 14 <deprecatedMember color="#F9F9F9" italic="false" underline="false" strikethr ough="false" />
15 <directive color="#A05080" bold="true" />
14 <dynamicType color="#4B9CE9" /> 16 <dynamicType color="#4B9CE9" />
15 <enum color="#7FB347" italic="false" underline="false" strikethrough="false" /> 17 <enum color="#7FB347" italic="false" underline="false" strikethrough="false" />
16 <field color="#4B9CE9" italic="false" underline="false" strikethrough="false " /> 18 <field color="#4B9CE9" italic="false" underline="false" strikethrough="false " />
17 <filteredSearchResultIndication color="#5A5A5A" /> 19 <filteredSearchResultIndication color="#5A5A5A" />
18 <findScope color="#DDF0FF" /> 20 <findScope color="#DDF0FF" />
19 <foreground color="#F9F9F9" /> 21 <foreground color="#F9F9F9" />
20 <function color="#F9F9F9" italic="false" /> 22 <function color="#F9F9F9" italic="false" />
21 <inheritedMethod color="#F9F9F9" italic="false" underline="false" strikethro ugh="false" /> 23 <inheritedMethod color="#F9F9F9" italic="false" underline="false" strikethro ugh="false" />
22 <interface color="#F9F9F9" italic="false" /> 24 <interface color="#F9F9F9" italic="false" />
23 <javadoc color="#A8A8A8" italic="false" /> 25 <javadoc color="#A8A8A8" italic="false" />
(...skipping 17 matching lines...) Expand all
41 <singleLineComment color="#A8A8A8" italic="true" /> 43 <singleLineComment color="#A8A8A8" italic="true" />
42 <sourceHoverBackground color="#000000" /> 44 <sourceHoverBackground color="#000000" />
43 <staticField color="#4B9CE9" italic="false" underline="false" strikethrough= "false" /> 45 <staticField color="#4B9CE9" italic="false" underline="false" strikethrough= "false" />
44 <staticFinalField color="#4B9CE9" italic="false" underline="false" strikethr ough="false" /> 46 <staticFinalField color="#4B9CE9" italic="false" underline="false" strikethr ough="false" />
45 <staticMethod color="#F9F9F9" bold="false" italic="false" underline="false" strikethrough="false" /> 47 <staticMethod color="#F9F9F9" bold="false" italic="false" underline="false" strikethrough="false" />
46 <string color="#76BA53" italic="false" /> 48 <string color="#76BA53" italic="false" />
47 <typeArgument color="#4B9CE9" italic="false" underline="false" strikethrough ="false" /> 49 <typeArgument color="#4B9CE9" italic="false" underline="false" strikethrough ="false" />
48 <typeParameter color="#4B9CE9" italic="false" underline="false" strikethroug h="false" /> 50 <typeParameter color="#4B9CE9" italic="false" underline="false" strikethroug h="false" />
49 <writeOccurrenceIndication color="#5A5A5A" /> 51 <writeOccurrenceIndication color="#5A5A5A" />
50 </colorTheme> 52 </colorTheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698