Last active
November 20, 2019 11:50
-
-
Save enif-lee/678a88e7c193747261cb8c3dcb495c8c to your computer and use it in GitHub Desktop.
Jetbrains One Dark Deep Theme - Material 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
| <mtTheme> | |
| <id>one-dark-deep</id> | |
| <editorColorsScheme>one-dark-deep</editorColorsScheme> | |
| <dark>true</dark> | |
| <name>one-dark-deep</name> | |
| <colors> | |
| <color id="background" value="1c1f25ff"/> | |
| <color id="foreground" value="b0b9bdff"/> | |
| <color id="text" value="9ba5a8ff"/> | |
| <color id="highlight" value="3e4a5dff"/> | |
| <color id="selectionBackground" value="1c1e25ff"/> | |
| <color id="selectionForeground" value="ffffffff"/> | |
| <color id="button" value="24282fff"/> | |
| <color id="secondaryBackground" value="262930ff"/> | |
| <color id="disabled" value="606671ff"/> | |
| <color id="contrast" value="191c22ff"/> | |
| <color id="tableSelected" value="3c424aff"/> | |
| <color id="secondBorder" value="3a4557ff"/> | |
| <color id="treeSelection" value="333740ff"/> | |
| <color id="notifications" value="323232ff"/> | |
| <color id="accent" value="009688ff"/> | |
| <color id="excluded" value="2e3c43ff"/> | |
| </colors> | |
| <themeId>one-dark-deep</themeId> | |
| </mtTheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment