Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created September 16, 2019 17:19
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 xeoncross/f7a00374e67f80e1f3309a1df0fe3707 to your computer and use it in GitHub Desktop.
Save xeoncross/f7a00374e67f80e1f3309a1df0fe3707 to your computer and use it in GitHub Desktop.
Remove extra colors from Atom IDE solorized theme
# Select Solarized Light Syntax theme
# open styles.less and add the following
.syntax--variable,
.syntax--storage,
.syntax--entity,
.syntax--name,
.syntax--type {
color: #657b83 !important;
}
This will remove useless colors on things like struct properties and variables.
@xeoncross
Copy link
Author

Screen Shot 2019-09-16 at 12 16 35 PM

Screen Shot 2019-09-16 at 12 16 13 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment