Skip to content

Instantly share code, notes, and snippets.

@letmaik
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letmaik/b9b36402fc3f3dc0638e to your computer and use it in GitHub Desktop.
Save letmaik/b9b36402fc3f3dc0638e to your computer and use it in GitHub Desktop.
Eclipse Color Theme (Obsidian variation, esp. for Java)
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="37093" name="Obsidian Java" modified="" author="Maik">
<searchResultIndication color="#616161" />
<filteredSearchResultIndication color="#616161" />
<occurrenceIndication color="#616161" />
<writeOccurrenceIndication color="#616161" />
<findScope color="#E0E2E4" />
<deletionIndication color="#E0E2E4" />
<sourceHoverBackground color="#FFFFFF" />
<singleLineComment color="#7D8C93" />
<multiLineComment color="#7D8C93" />
<commentTaskTag color="#E0E2E4" />
<javadoc color="#7D8C93" />
<javadocLink color="#678CB1" />
<javadocTag color="#E0E2E4" />
<javadocKeyword color="#A082BD" />
<class color="#678CB1" />
<interface color="#678CB1" />
<method color="#E0E2E4" />
<methodDeclaration color="#E0E2E4" />
<bracket color="#E8E2B7" />
<number color="#FFCD22" />
<string color="#EC7600" />
<operator color="#E8E2B7" />
<keyword color="#93C763" />
<annotation color="#A082BD" />
<staticMethod color="#E0E2E4" />
<localVariable color="#E0E2E4" />
<localVariableDeclaration color="#E0E2E4" />
<field color="#FF8BFF" />
<staticField color="#FF8BFF" />
<staticFinalField color="#E0E2E4" />
<deprecatedMember color="#E0E2E4" />
<enum color="#E0E2E4" />
<inheritedMethod color="#E0E2E4" />
<abstractMethod color="#E0E2E4" />
<parameterVariable color="#E0E2E4" />
<typeArgument color="#678CB1" />
<typeParameter color="#678CB1" />
<constant color="#A082BD" />
<background color="#293134" />
<currentLine color="#2F393C" />
<foreground color="#E0E2E4" />
<lineNumber color="#81969A" />
<selectionBackground color="#804000" />
<selectionForeground color="#E0E2E4" />
</colorTheme>
@letmaik
Copy link
Author

letmaik commented May 25, 2015

preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment