Created
February 28, 2012 12:23
-
-
Save fyunli/1932217 to your computer and use it in GitHub Desktop.
an eclipse color theme base on oblivion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<colorTheme id="1" name="Daystar" modified="2011-04-28 09:42:16" author="Roger Dudler" website="http://www.rogerdudler.com/?p=362"> | |
<searchResultIndication color="#585858" /> | |
<filteredSearchResultIndication color="#585858" /> | |
<occurrenceIndication color="#585858" /> | |
<writeOccurrenceIndication color="#585858" /> | |
<findScope color="#111111" /> | |
<deletionIndication color="#D25252" /> | |
<sourceHoverBackground color="#000000" /> | |
<singleLineComment color="#C7DD0C" /> | |
<multiLineComment color="#C7DD0C" /> | |
<commentTaskTag color="#CCDF32" /> | |
<javadoc color="#CCDF32" /> | |
<javadocLink color="#D9E577" /> | |
<javadocTag color="#D9E577" /> | |
<javadocKeyword color="#D9E577" /> | |
<class color="#D25252" bold="false" underline="false" strikethrough="false" /> | |
<interface color="#D197D9" /> | |
<method color="#FFFFFF" /> | |
<methodDeclaration color="#BED6FF" /> | |
<bracket color="#D8D8D8" /> | |
<number color="#7FB347" /> | |
<string color="#FFC600" /> | |
<operator color="#D8D8D8" /> | |
<keyword color="#FFFFFF" bold="false" /> | |
<annotation color="#FFFFFF" /> | |
<staticMethod color="#BED6FF" /> | |
<localVariable color="#79ABFF" /> | |
<localVariableDeclaration color="#BED6FF" /> | |
<field color="#BED6FF" /> | |
<staticField color="#EFC090" /> | |
<staticFinalField color="#EFC090" /> | |
<deprecatedMember color="#D25252" underline="false" strikethrough="true" /> | |
<enum color="#7FB347" /> | |
<inheritedMethod color="#BED6FF" /> | |
<abstractMethod color="#BED6FF" /> | |
<parameterVariable color="#79ABFF" /> | |
<typeArgument color="#BFA4A4" /> | |
<typeParameter color="#BFA4A4" /> | |
<constant color="#EFC090" /> | |
<background color="#1E1E1E" /> | |
<currentLine color="#2A2A2A" /> | |
<foreground color="#D8D8D8" /> | |
<lineNumber color="#D0D0D0" /> | |
<selectionBackground color="#2A4750" /> | |
<selectionForeground color="#D0D0D0" /> | |
</colorTheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment