atom / one-dark-syntax

Atom One dark syntax theme
MIT License
448 stars 236 forks source link

High contrast #30

Closed simurai closed 9 years ago

simurai commented 9 years ago

This PR changes the colors to look brighter and with higher contrast. Fixes #23

Before:

screen shot 2015-05-21 at 12 35 13 pm

After:

screen shot 2015-05-21 at 12 35 51 pm

Initinally this theme was based on https://github.com/atom/base16-tomorrow-dark-theme/ which is a low contrast theme, great for dark enviroments. But now that One dark is the default, its role changed a bit.

ps. this PR also changes the variable names from colors to more generic names. Like @cyan -> @hue-1. This allows to use different colors in One light but keep the same "logic". Should make it easier to switch between them.

pss. We could also include the other bundled themes to keep the "logic" in sync. Then base16-tomorrow-dark-theme would behave the same as one-dark-syntax, just have different (darker) colors.