-
-
Save lytedev/b32a7d2b821ea3ff4f691b90f3cd29f2 to your computer and use it in GitHub Desktop.
Eclipse Lyte Theme Color Scheme Port
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="66" name="Sublime Text 2" modified="2011-01-29 11:20:12" author="Filip Minev"> | |
<searchResultIndication color="#D8D8D8" /> | |
<filteredSearchResultIndication color="#D8D8D8" /> | |
<occurrenceIndication color="#000000" /> | |
<writeOccurrenceIndication color="#000000" /> | |
<findScope color="#000000" /> | |
<deletionIndication color="#FF0000" /> | |
<sourceHoverBackground color="#FFFFFF" /> | |
<singleLineComment color="#666666" /> | |
<multiLineComment color="#666666" /> | |
<commentTaskTag color="#F92672" /> | |
<javadoc color="#666666" /> | |
<javadocLink color="#666666" /> | |
<javadocTag color="#666666" /> | |
<javadocKeyword color="#666666" /> | |
<class color="#F4BF75" /> | |
<interface color="#F4BF75" /> | |
<method color="#66d9ef" /> | |
<methodDeclaration color="#66d9ef" /> | |
<bracket color="#F9FAF4" /> | |
<number color="#fd971f" /> | |
<string color="#a6e22e" /> | |
<operator color="#FFFFFF" /> | |
<keyword color="#F92672" /> | |
<annotation color="#666666" /> | |
<staticMethod color="#66d9ef" /> | |
<localVariable color="#FFFFFF" /> | |
<localVariableDeclaration color="#FFFFFF" /> | |
<field color="#F92672" /> | |
<staticField color="#F92672" /> | |
<staticFinalField color="#F92672" /> | |
<deprecatedMember color="#FF0000" /> | |
<inheritedMethod color="#BED6FF" /> | |
<abstractMethod color="#BED6FF" /> | |
<parameterVariable color="#F92672" /> | |
<typeArgument color="#BFA4A4" /> | |
<typeParameter color="#BFA4A4" /> | |
<background color="#111111" /> | |
<currentLine color="#333333" /> | |
<foreground color="#FFFFFF" /> | |
<lineNumber color="#666666" /> | |
<selectionBackground color="#CC9900" /> | |
<selectionForeground color="#404040" /> | |
</colorTheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment