Skip to content

Instantly share code, notes, and snippets.

View TheLoneKing's full-sized avatar

Dineshkumar Gnanaprakasam TheLoneKing

  • Jersey City, NJ, USA
View GitHub Profile
@TheLoneKing
TheLoneKing / eclipse.xml
Created March 22, 2018 06:47 — forked from fei-ke/eclipse.xml
Eclipse color scheme for IntelliJ IDEA from http://return0x0000.blogspot.com/2009/02/eclipse-color-scheme-for-intellij-idea.html path /home/{your_account_name}/.IntelliJIdea{your_version}/config/colors Just save it like eclipse.icls
<?xml version="1.0" encoding="UTF-8"?>
<scheme name="eclipse" version="124" parent_scheme="Default">
<option name="LINE_SPACING" value="1.2" />
<option name="EDITOR_FONT_SIZE" value="15" />
<option name="CONSOLE_FONT_NAME" value="Courier New" />
<option name="CONSOLE_FONT_SIZE" value="12" />
<option name="EDITOR_FONT_NAME" value="Consolas" />
<colors>
<option name="CARET_ROW_COLOR" value="e8f2fe" />
</colors>