Skip to content

Instantly share code, notes, and snippets.

@sloppylopez
Created April 10, 2019 17:58
Show Gist options
  • Save sloppylopez/3e35deb38bf6829efb851bb7dacffb2c to your computer and use it in GitHub Desktop.
Save sloppylopez/3e35deb38bf6829efb851bb7dacffb2c to your computer and use it in GitHub Desktop.
Material UI Intellij Theme Dark
<mtTheme>
<id>Sloppy</id>
<editorColorsScheme>Sloppy Darkness</editorColorsScheme>
<dark>true</dark>
<name>Sloppy Theme</name>
<colors>
<color id="background" value="000000ff"/>
<color id="foreground" value="b0bec5ff"/>
<color id="text" value="607d8bff"/>
<color id="highlight" value="425b67ff"/>
<color id="selectionBackground" value="32424aff"/>
<color id="selectionForeground" value="ffffffff"/>
<color id="button" value="2e3c43ff"/>
<color id="secondaryBackground" value="32424aff"/>
<color id="disabled" value="415967ff"/>
<color id="contrast" value="1e272cff"/>
<color id="tableSelected" value="314549ff"/>
<color id="secondBorder" value="2a373eff"/>
<color id="treeSelection" value="546e7a50"/>
<color id="notifications" value="323232ff"/>
<color id="accent" value="009688ff"/>
<color id="excluded" value="2e3c43ff"/>
</colors>
<themeId>Sloppy</themeId>
</mtTheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment