Skip to content

Instantly share code, notes, and snippets.

@raffaele-abramini
Created November 11, 2019 16:05
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 raffaele-abramini/54c388cb477d1da835284cb7701484b0 to your computer and use it in GitHub Desktop.
Save raffaele-abramini/54c388cb477d1da835284cb7701484b0 to your computer and use it in GitHub Desktop.
Webstorm custom MUI theme
<mtTheme>
<id>raffa-bluet</id>
<editorColorsScheme>Raffa bluet</editorColorsScheme>
<dark>true</dark>
<name>Raffa bluet</name>
<colors>
<color id="background" value="13232aff"/>
<color id="foreground" value="b0bec5ff"/>
<color id="text" value="607d8bff"/>
<color id="highlight" value="425b67ff"/>
<color id="selectionBackground" value="546e7aff"/>
<color id="selectionForeground" value="ffffffff"/>
<color id="button" value="2e3c43ff"/>
<color id="secondaryBackground" value="0d181dff"/>
<color id="disabled" value="415967ff"/>
<color id="contrast" value="1e272cff"/>
<color id="tableSelected" value="314549ff"/>
<color id="secondBorder" value="2a373eff"/>
<color id="treeSelection" value="546e7aff"/>
<color id="notifications" value="25313dff"/>
<color id="accent" value="009688ff"/>
<color id="excluded" value="2e3c43ff"/>
</colors>
<themeId>raffa-bluet</themeId>
</mtTheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment