-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse-solarized-light-template.xml
50 lines (50 loc) · 1.97 KB
/
eclipse-solarized-light-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="9876543210" name="Solarized Light" modified="2012-10-12 15:00:00" author="Shiv" website="http://ethanschoonover.com/solarized">
<!-- BASE -->
<background color="base3" />
<currentLine color="base2" />
<selectionBackground color="base1" />
<lineNumber color="base1" />
<foreground color="base01" />
<selectionForeground color="base02" />
<!-- ACCENT -->
<string color="cyan" />
<number color="cyan" />
<singleLineComment color="base1" bold="false" italic="true" />
<multiLineComment color="base1" italic="true" />
<commentTaskTag color="red" italic="true" />
<javadoc color="base00" italic="false" />
<javadocLink color="green" underline="false" strikethrough="false" />
<javadocTag color="green" />
<javadocKeyword color="green" />
<keyword color="yellow" bold="false" />
<bracket color="base01" />
<operator color="base01" />
<constant color="magenta" />
<enum color="base01" />
<annotation color="orange" />
<class color="base01" />
<interface color="base01" />
<methodDeclaration color="blue" bold="true" />
<method color="base01" />
<inheritedMethod color="base01" />
<abstractMethod color="base01" />
<staticMethod color="base01" />
<localVariableDeclaration color="base01" />
<localVariable color="base01" />
<field color="violet" />
<staticField color="violet" />
<staticFinalField color="violet" italic="true" />
<parameterVariable color="base01" />
<typeArgument color="base01" />
<typeParameter color="base01" bold="true" />
<deprecatedMember color="base00" />
<!-- SEARCH -->
<searchResultIndication color="base2" />
<filteredSearchResultIndication color="base2" />
<occurrenceIndication color="base2" />
<writeOccurrenceIndication color="base2" />
<findScope color="base2" />
<deletionIndication color="base00" />
<sourceHoverBackground color="base2" />
</colorTheme>