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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml

Issue 559353003: Semantic highlighting for LABEL elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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="-3" name="Hot Pink" modified="2013-06-21 9:37" author="KS"> 2 <colorTheme id="-3" name="Hot Pink" modified="2013-06-21 9:37" author="KS">
3 <abstractMethod color="#000000" /> 3 <abstractMethod color="#000000" />
4 <annotation color="#808080" /> 4 <annotation color="#808080" />
5 <background color="#FFFFFF" /> 5 <background color="#FFFFFF" />
6 <bracket color="#000f6a" /> 6 <bracket color="#000f6a" />
7 <builtin color="#7e0854" /> 7 <builtin color="#7e0854" />
8 <class color="#008000" bold="true"/> 8 <class color="#008000" bold="true"/>
9 <commentTaskTag color="#417e60" /> 9 <commentTaskTag color="#417e60" />
10 <constant color="#ae25ab" /> 10 <constant color="#ae25ab" />
(...skipping 13 matching lines...) Expand all
24 <getter color="#0200C0" /> 24 <getter color="#0200C0" />
25 <importPrefix color="#000000" bold="true" /> 25 <importPrefix color="#000000" bold="true" />
26 <inheritedMethod color="#2c577c" /> 26 <inheritedMethod color="#2c577c" />
27 <interface color="#000000" /> 27 <interface color="#000000" />
28 <javadoc color="#4162bc" /> 28 <javadoc color="#4162bc" />
29 <javadocKeyword color="#CC9393" /> 29 <javadocKeyword color="#CC9393" />
30 <javadocLink color="#4162bc" /> 30 <javadocLink color="#4162bc" />
31 <javadocTag color="#4162bc" /> 31 <javadocTag color="#4162bc" />
32 <keyword color="#7e0854" bold="true" /> 32 <keyword color="#7e0854" bold="true" />
33 <keywordReturn color="#800390" bold="true" /> 33 <keywordReturn color="#800390" bold="true" />
34 <label color="#449944" />
34 <lineNumber color="#999999" /> 35 <lineNumber color="#999999" />
35 <localVariable color="#FF00FF" /> 36 <localVariable color="#FF00FF" />
36 <localVariableDeclaration color="#008080" /> 37 <localVariableDeclaration color="#008080" />
37 <method color="#2BA6E8" /> 38 <method color="#2BA6E8" />
38 <methodDeclaration color="#0b5bd2" bold="true" /> 39 <methodDeclaration color="#0b5bd2" bold="true" />
39 <multiLineComment color="#417e60" /> 40 <multiLineComment color="#417e60" />
40 <multiLineString color="#2000FF" /> 41 <multiLineString color="#2000FF" />
41 <number color="#008000" /> 42 <number color="#008000" />
42 <occurrenceIndication color="#FFFFD0" /> 43 <occurrenceIndication color="#FFFFD0" />
43 <operator color="#5f97a9" /> 44 <operator color="#5f97a9" />
44 <parameterVariable color="#D7721E" /> 45 <parameterVariable color="#D7721E" />
45 <searchResultIndication color="#D0D0D0" /> 46 <searchResultIndication color="#D0D0D0" />
46 <selectionBackground color="#b6d6fd" /> 47 <selectionBackground color="#b6d6fd" />
47 <selectionForeground color="#000000" /> 48 <selectionForeground color="#000000" />
48 <setter color="#0200C0" /> 49 <setter color="#0200C0" />
49 <singleLineComment color="#FF0066" /> 50 <singleLineComment color="#FF0066" />
50 <sourceHoverBackground color="#EEEEEE" /> 51 <sourceHoverBackground color="#EEEEEE" />
51 <staticField color="#0000C0" /> 52 <staticField color="#0000C0" />
52 <staticFinalField color="#464646" /> 53 <staticFinalField color="#464646" />
53 <staticMethod color="#2BA6E8" /> 54 <staticMethod color="#2BA6E8" />
54 <staticMethodDeclaration color="#0b5bd2" bold="true" /> 55 <staticMethodDeclaration color="#0b5bd2" bold="true" />
55 <string color="#2000FF" /> 56 <string color="#2000FF" />
56 <typeArgument color="#d07fcd" /> 57 <typeArgument color="#d07fcd" />
57 <typeParameter color="#D00000" bold="true"/> 58 <typeParameter color="#D00000" bold="true"/>
58 <writeOccurrenceIndication color="#CCFFCC" /> 59 <writeOccurrenceIndication color="#CCFFCC" />
59 </colorTheme> 60 </colorTheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698