Skip to content

Instantly share code, notes, and snippets.

@szastupov
Last active January 14, 2017 20:45
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 szastupov/b58ce08cfbab2720399c570f42181681 to your computer and use it in GitHub Desktop.
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
.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