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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/frontenddev.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="90" name="frontenddev" modified="2011-02-01 01:56:53" author="Pl ebe"> 2 <colorTheme id="90" name="frontenddev" modified="2011-02-01 01:56:53" author="Pl ebe">
3 <abstractMethod color="#F1C436" /> 3 <abstractMethod color="#F1C436" />
4 <annotation color="#999999" /> 4 <annotation color="#999999" />
5 <background color="#000000" /> 5 <background color="#000000" />
6 <bracket color="#FFFFFF" /> 6 <bracket color="#FFFFFF" />
7 <class color="#9CF828" /> 7 <class color="#9CF828" />
8 <commentTaskTag color="#666666" /> 8 <commentTaskTag color="#666666" />
9 <constructor color="#9CF828" /> 9 <constructor color="#9CF828" />
10 <currentLine color="#222220" /> 10 <currentLine color="#222220" />
(...skipping 15 matching lines...) Expand all
26 <lineNumber color="#999999" /> 26 <lineNumber color="#999999" />
27 <localVariable color="#F7C527" /> 27 <localVariable color="#F7C527" />
28 <localVariableDeclaration color="#F7C527" /> 28 <localVariableDeclaration color="#F7C527" />
29 <method color="#F7C527" /> 29 <method color="#F7C527" />
30 <methodDeclaration color="#F1C438" /> 30 <methodDeclaration color="#F1C438" />
31 <multiLineComment color="#666666" /> 31 <multiLineComment color="#666666" />
32 <number color="#FF0000" /> 32 <number color="#FF0000" />
33 <occurrenceIndication color="#616161" /> 33 <occurrenceIndication color="#616161" />
34 <operator color="#FFFFFF" /> 34 <operator color="#FFFFFF" />
35 <parameterVariable color="#069609" /> 35 <parameterVariable color="#069609" />
36 <selectionBackground color="#333333" /> 36 <selectionBackground color="#555555" />
37 <selectionForeground color="#333333" /> 37 <selectionForeground color="#333333" />
38 <singleLineComment color="#666666" /> 38 <singleLineComment color="#666666" />
39 <staticField color="#FFFFFF" /> 39 <staticField color="#FFFFFF" />
40 <staticFinalField color="#80FF00" /> 40 <staticFinalField color="#80FF00" />
41 <staticMethod color="#FFFFFF" /> 41 <staticMethod color="#FFFFFF" />
42 <string color="#00a40f" /> 42 <string color="#00a40f" />
43 <typeArgument color="#D9B0AC" /> 43 <typeArgument color="#D9B0AC" />
44 <typeParameter color="#CDB1AD" /> 44 <typeParameter color="#CDB1AD" />
45 </colorTheme> 45 </colorTheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698