Last active
January 15, 2025 18:48
-
-
Save agentgt/fcaf75eb8acf92e08926 to your computer and use it in GitHub Desktop.
One Dark Atom Theme for Eclipse for the Eclipse Color Theme plugin
This file contains hidden or 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="9999" name="One Dark Like" modified="2015-09-01 19:55:49" author="Adam Gent" website="http://snaphop.com"> | |
<searchResultIndication color="#E5C07B" /> | |
<filteredSearchResultIndication color="#E5C07B" /> | |
<occurrenceIndication color="#4B4E55" /> | |
<writeOccurrenceIndication color="#4B4E55" /> | |
<findScope color="#4B4E55" /> | |
<deletionIndication color="#DF5F5F" /> | |
<sourceHoverBackground color="#4B4E55" /> | |
<singleLineComment color="#969896" italic="false" /> | |
<multiLineComment color="#969896" italic="false" /> | |
<commentTaskTag color="#969896" /> | |
<javadoc color="#969896" italic="false" /> | |
<javadocLink color="#969896" /> | |
<javadocTag color="#CED1CF" /> | |
<javadocKeyword color="#CED1CF" /> | |
<!-- old F0C674 ==> E5C07B --> | |
<class color="#E5C07B" /> | |
<!-- B294BB --> | |
<interface color="#E5C07B" /> | |
<method color="#ABB2BF" /> | |
<methodDeclaration color="#61AFEF" /> | |
<bracket color="#ABB2BF" /> | |
<number color="#D19A66" /> | |
<!-- 98C379 --> | |
<string color="#98C379" /> | |
<operator color="#CED1CF" /> | |
<!-- old B294BB--> | |
<keyword color="#C678DD" /> | |
<!-- annotation old 4B4E55 ==> D19A66 --> | |
<annotation color="#D19A66" /> | |
<staticMethod color="#ABB2BF" /> | |
<!-- Red old CC6666 ==> E06C75 --> | |
<localVariable color="#E06C75" /> | |
<localVariableDeclaration color="#E06C75" /> | |
<!-- Orange DE935F ==> D19A66 --> | |
<field color="#D19A66" /> | |
<staticField color="#D19A66" /> | |
<staticFinalField color="#D19A66" /> | |
<deprecatedMember color="#4B4E55" underline="false" strikethrough="false" /> | |
<!-- old enum color same as field D19A66 => E5C07B --> | |
<enum color="#E5C07B" /> | |
<inheritedMethod color="#ABB2BF" /> | |
<abstractMethod color="#ABB2BF" /> | |
<parameterVariable color="#E06C75" /> | |
<typeArgument color="#D19A66" /> | |
<typeParameter color="#D19A66" /> | |
<constant color="#D19A66" bold="false" underline="false" strikethrough="false" /> | |
<!-- atom hue 3 purple: 9344ab, actual c678dd --> | |
<!-- atom hue 4 green: 7b9e62, actual 98C379 --> | |
<!-- atom fg: 9ca4b5, actual abb2bf --> | |
<!-- atom bg: 282a2e, actual 282C35 --> | |
<!-- atom line number: 393c42, actual 4b5363 --> | |
<!-- atom selection: actual 3E4451 --> | |
<!-- atom cursor: 0038a8 --> | |
<!-- 282C35 222,25,21 40,44,53 --> | |
<background color="#282C35" /> | |
<!-- atom line hilight actual 2C323B --> | |
<currentLine color="#2C323B" /> | |
<foreground color="#ABB2BF" /> | |
<!-- old line: 828791 --> | |
<lineNumber color="#4B5363" /> | |
<!-- atom selection wrong color: 3e4147 --> | |
<!-- old color 373B41 --> | |
<selectionBackground color="#3E4451" /> | |
<!-- not sure what this is --> | |
<selectionForeground color="#C5C8C6" /> | |
</colorTheme> |
jstocke, you should also install the 'Eclipse Color Theme' plugin here. Drag the install button into your eclipse workspace and it should download it. Once it's been downloaded and eclipse has been restarted, go to Window->Preferences->General->Appearance->Color Theme and then import a theme. Import the .xml file, and then choose your color theme to be One Dark Like. After you restart eclipse it should work.
Thanks a ton!
Thanks for posting this, very useful.
Thanks a lot.
Awesome!
Thanks :)
Thank you, I was looking for this for a while. I also use an Atom thema for visual studio code.
Thanks a lot!
Amazing!
thank you! it works 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd really like to use this theme because Atom's color themes tend to be easier to read without going over-the-top with their colors. I've just started using eclipse though and I'm not sure how to download this theme. I already downloaded the .xml, then went to File > Import... then General > Preferences. This didn't work. How to I install this theme on Eclipse? I'm using Eclipse Neon on Mac OSX. Thank you!