Created
November 11, 2019 16:05
-
-
Save raffaele-abramini/54c388cb477d1da835284cb7701484b0 to your computer and use it in GitHub Desktop.
Webstorm custom MUI theme
This file contains 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
<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