Skip to content

Instantly share code, notes, and snippets.

@coffeenotfound
Last active March 7, 2019 14:19
Show Gist options
  • Save coffeenotfound/9c2558e07625e15e599d8f05a6c14371 to your computer and use it in GitHub Desktop.
Save coffeenotfound/9c2558e07625e15e599d8f05a6c14371 to your computer and use it in GitHub Desktop.
My New Eclipse Color Theme work-in-progress thing
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="0" name="New Pluto" version="0.1.0" modified="2029-03-07 00:00:00" author="coffeenotfound">
<!-- base00 - Default Background -->
<!-- #2d3f50 -->
<!-- #223241 -->
<background color="#29333f" />
<!-- base01 - Lighter Background -->
<currentLine color="#384453" />
<searchResultIndication color="#384453" />
<filteredSearchResultIndication color="#384453" />
<occurrenceIndication color="#384453" />
<writeOccurrenceIndication color="#384453" />
<!-- base02 - Selection Background -->
<selectionBackground color="#4f5d6f" />
<!-- base03 - Comments, Invisibles, Line Hightlighting -->
<singleLineComment color="#b3bcd4" italic="false" />
<multiLineComment color="#b3bcd4" italic="false" />
<annotation color="#b3bcd4" />
<javadoc color="#b3bcd4" italic="false" />
<!-- base04 - Dark Foreground -->
<!-- #eff3ff -->
<bracket color="#c6d5e1" />
<!-- base05 - Default Foreground, Caret, Delimiters, Operators -->
<foreground color="#e5eff6" />
<selectionForeground color="#e5eff6" />
<localVariable color="#e5eff6" />
<localVariableDeclaration color="#e5eff6" />
<parameterVariable color="#e5eff6" />
<operator color="#e5eff6" />
<!-- base06 - Light Foreground -->
<!-- base07 - Light Background (Not often used) -->
<lineNumber color="#627186" />
<!-- base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted -->
<field color="#9cd9ff" />
<typeArgument color="#9cd9ff" />
<typeParameter color="#9cd9ff" />
<!-- base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url -->
<number color="#f2ef70" />
<constant color="#f2ef70" />
<string color="#f895a3" />
<!-- base0A - Classes, Markup Bold, Search Text Background -->
<!-- 74f5cc -->
<class color="#76e4c8" bold="true" underline="false" strikethrough="false" />
<interface color="#76e4c8" bold="true" />
<enum color="#76e4c8" bold="true" />
<!-- base0B - Strings, Inherited Class, Markup Code, Diff Inserted -->
<staticField color="#8cc3f9" />
<staticFinalField color="#8cc3f9" />
<javadocLink color="#8cc3f9" italic="false" />
<javadocTag color="#8cc3f9" italic="false" />
<javadocKeyword color="#8cc3f9" italic="false" />
<!-- base0C - Support, Regular Expressions, Escape Characters, Markup Quotes -->
<!-- base0D - Functions, Methods, Attribute IDs, Headings -->
<!-- #99c0f9 -->
<method color="#89f99a" bold="false" />
<methodDeclaration color="#89f99a" bold="false" />
<inheritedMethod color="#89f99a" bold="false" />
<abstractMethod color="#89f99a" bold="false" />
<staticMethod color="#89f99a" bold="false" />
<!-- base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed -->
<!-- #dc99f5 -->
<!-- #e79fe6 -->
<keyword color="#bf9ed7" bold="false" />
<commentTaskTag color="#bf9ed7" italic="false" bold="true" />
<!-- base0F - Deprecated, Opening/Closing Embedded Language Tags -->
<deprecatedMember color="#f78467" underline="false" strikethrough="true" />
</colorTheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment