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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.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="118" name="Wombat" modified="2011-02-02 19:35:46" author="Lars H . Nielsen" website="http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wom bat/"> 2 <colorTheme id="118" name="Wombat" modified="2011-02-02 19:35:46" author="Lars H . Nielsen" website="http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wom bat/">
3 <annotation color="#808080" /> 3 <annotation color="#808080" />
4 <background color="#242424" /> 4 <background color="#242424" />
5 <bracket color="#f3f6ee" /> 5 <bracket color="#f3f6ee" />
6 <builtin color="#AAAAAA" />
6 <class color="#cae682" /> 7 <class color="#cae682" />
7 <commentTaskTag color="#ACC1AC" /> 8 <commentTaskTag color="#ACC1AC" />
8 <constructor color="#cae682" /> 9 <constructor color="#cae682" />
9 <currentLine color="#656565" /> 10 <currentLine color="#656565" />
10 <deprecatedMember color="#FFFFFF" /> 11 <deprecatedMember color="#FFFFFF" />
12 <directive color="#A05080" bold="true" />
11 <dynamicType color="#D4C4A9" /> 13 <dynamicType color="#D4C4A9" />
12 <field color="#cae682" /> 14 <field color="#cae682" />
13 <filteredSearchResultIndication color="#3f3f6a" /> 15 <filteredSearchResultIndication color="#3f3f6a" />
14 <findScope color="#BCADAD" /> 16 <findScope color="#BCADAD" />
15 <foreground color="#f6f3e8" /> 17 <foreground color="#f6f3e8" />
16 <function color="#f3f6ee" /> 18 <function color="#f3f6ee" />
17 <interface color="#CAE682" /> 19 <interface color="#CAE682" />
18 <javadoc color="#b3b5af" /> 20 <javadoc color="#b3b5af" />
19 <javadocKeyword color="#f08080" /> 21 <javadocKeyword color="#f08080" />
20 <javadocLink color="#a7a7d1" /> 22 <javadocLink color="#a7a7d1" />
21 <javadocTag color="#a7a7d1" /> 23 <javadocTag color="#a7a7d1" />
22 <keyword color="#8ac6f2" /> 24 <keyword color="#8ac6f2" />
23 <lineNumber color="#656565" /> 25 <lineNumber color="#656565" />
24 <localVariable color="#D4C4A9" /> 26 <localVariable color="#D4C4A9" />
25 <localVariableDeclaration color="#D4C4A9" /> 27 <localVariableDeclaration color="#D4C4A9" />
26 <method color="#f3f6ee" /> 28 <method color="#f3f6ee" />
27 <methodDeclaration color="#f3f6ee" /> 29 <methodDeclaration color="#f3f6ee" />
28 <multiLineComment color="#99968b" /> 30 <multiLineComment color="#99968b" />
29 <number color="#f08080" /> 31 <number color="#f08080" />
30 <occurrenceIndication color="#616161" /> 32 <occurrenceIndication color="#616161" />
31 <operator color="#f3f6ee" /> 33 <operator color="#f3f6ee" />
34 <parameterVariable color="#FFFFFF" />
32 <searchResultIndication color="#464467" /> 35 <searchResultIndication color="#464467" />
33 <selectionBackground color="#898941" /> 36 <selectionBackground color="#898941" />
34 <selectionForeground color="#000000" /> 37 <selectionForeground color="#000000" />
35 <singleLineComment color="#99968b" /> 38 <singleLineComment color="#99968b" />
36 <sourceHoverBackground color="#a19879" /> 39 <sourceHoverBackground color="#a19879" />
37 <staticField color="#93A2CC" /> 40 <staticField color="#93A2CC" />
38 <staticFinalField color="#53dccd" /> 41 <staticFinalField color="#53dccd" />
39 <staticMethod color="#C4C4B7" /> 42 <staticMethod color="#C4C4B7" />
40 <string color="#95e454" /> 43 <string color="#95e454" />
41 <writeOccurrenceIndication color="#948567" /> 44 <writeOccurrenceIndication color="#948567" />
42 </colorTheme> 45 </colorTheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698