I’d like to know who created the Solarized scheme used in Sublime Text. I can see that it is based on the TextMate version, but with slight changes.
The point is, there are some colors used which are not specified in
Solarized from Ethan Schoonover. In the TextMate version there is just one additional color (don’t know why it is used): #D30102. In the SublimeText version (Solarized Light) there are many more:
- #219186
- #269186
- #469186
- #536871
- #5A74CF
- #708284
- #738A05
- #738A13
- #748B00
- #819090
- #899090
- #A57705
- #A57800
- #B81D1C
- #BB3700
- #BD3613
- #BD3800
- #BF3904
- #C60000
- #CD1E1D
- #D01F1E
- #D31E1E
- #D3201F
- #E0EDDD
- #EAE3C9 used for invisibles (#93A1A180 in TextMate version)
Can somebody explain why there are that many extra colors, how they were selected and how they can match with the Solarized original color palette? Thanks.