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

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

Issue 211713002: Issue 17775. Semantic highlighting for function type alias. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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="4" name="Inkpot" modified="2011-01-23 10:11:14" author="Ciaran M cCreesh" website="http://www.vim.org/scripts/script.php?script_id=1143"> 2 <colorTheme id="4" name="Inkpot" modified="2011-01-23 10:11:14" author="Ciaran M cCreesh" website="http://www.vim.org/scripts/script.php?script_id=1143">
3 <abstractMethod color="#E0E2E4" /> 3 <abstractMethod color="#E0E2E4" />
4 <annotation color="#A082BD" /> 4 <annotation color="#A082BD" />
5 <background color="#1F1F27" /> 5 <background color="#1F1F27" />
6 <bracket color="#CFBFAD" /> 6 <bracket color="#CFBFAD" />
7 <builtin color="#808BED" /> 7 <builtin color="#808BED" />
8 <class color="#87CEFA" /> 8 <class color="#87CEFA" />
9 <commentTaskTag color="#FF8BFF" /> 9 <commentTaskTag color="#FF8BFF" />
10 <constant color="#A082BD" /> 10 <constant color="#A082BD" />
11 <constructor color="#87CEFA" /> 11 <constructor color="#87CEFA" />
12 <currentLine color="#2D2D44" /> 12 <currentLine color="#2D2D44" />
13 <deletionIndication color="#E0E2E4" /> 13 <deletionIndication color="#E0E2E4" />
14 <deprecatedMember color="#E0E2E4" /> 14 <deprecatedMember color="#E0E2E4" />
15 <directive color="#D05080" bold="true" /> 15 <directive color="#D05080" bold="true" />
16 <dynamicType color="#CFBFAD" /> 16 <dynamicType color="#CFBFAD" />
17 <enum color="#CFBFAD" /> 17 <enum color="#CFBFAD" />
18 <field color="#678CB1" /> 18 <field color="#678CB1" />
19 <filteredSearchResultIndication color="#616161" /> 19 <filteredSearchResultIndication color="#616161" />
20 <findScope color="#E0E2E4" /> 20 <findScope color="#E0E2E4" />
21 <foreground color="#CFBFAD" /> 21 <foreground color="#CFBFAD" />
22 <function color="#87CEFA" /> 22 <function color="#87CEFA" />
23 <functionTypeAlias color="#87CEFA" />
23 <getter color="#E8E2B7" /> 24 <getter color="#E8E2B7" />
24 <importPrefix color="#CFBFAD" /> 25 <importPrefix color="#CFBFAD" />
25 <inheritedMethod color="#E0E2E4" /> 26 <inheritedMethod color="#E0E2E4" />
26 <interface color="#87FAC4" /> 27 <interface color="#87FAC4" />
27 <javadoc color="#666666" /> 28 <javadoc color="#666666" />
28 <javadocKeyword color="#800080" /> 29 <javadocKeyword color="#800080" />
29 <javadocLink color="#666666" /> 30 <javadocLink color="#666666" />
30 <javadocTag color="#800080" /> 31 <javadocTag color="#800080" />
31 <keyword color="#808BED" /> 32 <keyword color="#808BED" />
32 <keywordReturn color="#808BED" /> 33 <keywordReturn color="#808BED" />
(...skipping 16 matching lines...) Expand all
49 <sourceHoverBackground color="#A19879" /> 50 <sourceHoverBackground color="#A19879" />
50 <staticField color="#678CB1" /> 51 <staticField color="#678CB1" />
51 <staticFinalField color="#E0E2E4" /> 52 <staticFinalField color="#E0E2E4" />
52 <staticMethod color="#E0E2E4" /> 53 <staticMethod color="#E0E2E4" />
53 <staticMethodDeclaration color="#C0C0C0" bold="true" /> 54 <staticMethodDeclaration color="#C0C0C0" bold="true" />
54 <string color="#FFCD8B" /> 55 <string color="#FFCD8B" />
55 <typeArgument color="#E0E2E4" /> 56 <typeArgument color="#E0E2E4" />
56 <typeParameter color="#E0E2E4" /> 57 <typeParameter color="#E0E2E4" />
57 <writeOccurrenceIndication color="#616161" /> 58 <writeOccurrenceIndication color="#616161" />
58 </colorTheme> 59 </colorTheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698