Last active
January 14, 2017 20:45
-
-
Save szastupov/b58ce08cfbab2720399c570f42181681 to your computer and use it in GitHub Desktop.
If you like atom's OneDark syntax theme but think there is too much red in your JavaScript
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
.theme-one-dark-ui { | |
.syntax--variable { | |
color: inherit; | |
} | |
.syntax--this { | |
color: #e06c75; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment