OLD | NEW |
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 <background color="#1F1F27" /> | 3 <background color="#1F1F27" /> |
4 <bracket color="#CFBFAD" /> | 4 <bracket color="#CFBFAD" /> |
| 5 <builtin color="#AAAAAA" /> |
5 <class color="#87CEFA" /> | 6 <class color="#87CEFA" /> |
6 <commentTaskTag color="#FF8BFF" /> | 7 <commentTaskTag color="#FF8BFF" /> |
7 <constructor color="#87CEFA" /> | 8 <constructor color="#87CEFA" /> |
8 <currentLine color="#2D2D44" /> | 9 <currentLine color="#2D2D44" /> |
| 10 <directive color="#A05080" bold="true" /> |
9 <dynamicType color="#CFBFAD" /> | 11 <dynamicType color="#CFBFAD" /> |
10 <enum color="#CFBFAD" /> | 12 <enum color="#CFBFAD" /> |
11 <foreground color="#CFBFAD" /> | 13 <foreground color="#CFBFAD" /> |
12 <function color="#87CEFA" /> | 14 <function color="#87CEFA" /> |
13 <interface color="#87FAC4" /> | 15 <interface color="#87FAC4" /> |
| 16 <javadoc color="#666666" /> |
| 17 <javadocKeyword color="#800080" /> |
| 18 <javadocLink color="#666666" /> |
| 19 <javadocTag color="#800080" /> |
14 <keyword color="#808BED" /> | 20 <keyword color="#808BED" /> |
15 <lineNumber color="#2B91AF" /> | 21 <lineNumber color="#2B91AF" /> |
16 <localVariable color="#CFBFAD" /> | 22 <localVariable color="#CFBFAD" /> |
17 <localVariableDeclaration color="#CFBFAD" /> | 23 <localVariableDeclaration color="#CFBFAD" /> |
18 <method color="#87CEFA" /> | 24 <method color="#87CEFA" /> |
19 <methodDeclaration color="#CFBFAD" /> | 25 <methodDeclaration color="#CFBFAD" /> |
20 <multiLineComment color="#CD8B00" /> | 26 <multiLineComment color="#CD8B00" /> |
21 <number color="#FFCD8B" /> | 27 <number color="#FFCD8B" /> |
22 <occurrenceIndication color="#616161" /> | 28 <occurrenceIndication color="#616161" /> |
23 <operator color="#CFBFAD" /> | 29 <operator color="#CFBFAD" /> |
| 30 <parameterVariable color="#FFFFFF" /> |
24 <selectionBackground color="#8B8BFF" /> | 31 <selectionBackground color="#8B8BFF" /> |
25 <selectionForeground color="#404040" /> | 32 <selectionForeground color="#404040" /> |
26 <singleLineComment color="#CD8B00" /> | 33 <singleLineComment color="#CD8B00" /> |
27 <sourceHoverBackground color="#FFFFFF" /> | 34 <sourceHoverBackground color="#A19879" /> |
28 <string color="#FFCD8B" /> | 35 <string color="#FFCD8B" /> |
29 </colorTheme> | 36 </colorTheme> |
OLD | NEW |