-
Notifications
You must be signed in to change notification settings - Fork 9
Consistent formatting, removing duplicates #31
Comments
I was thinking about this... I had a thought about using a master color spec file ( If anyone's curious about drafting up some wishlist build tool ideas in #5, I'd be interested in piecing together a simple build suite. |
@bmcminn
Good luck with your job hunt, I know it can take a lot of mental bandwidth. |
There are a number of similar websites, but Color Hound seems to get the job done for viewing all the colors in an XML file. You can just paste your code from the XML and it spits out all the color palettes. Here's screenshot for Alpenglow-monokai. Packages for Sublime like Color Highlighter can be useful while scrolling around the themes in Sublime. |
I had a go at it with some regular expressions and MATLAB for some of the theme files. I still have to further analyze the data and cluster the colors to approximate those colors with as small a set as possible without sacrificing distinguishable colors. |
I am in the process of converting the Alpenglow theme to Visual Studio (not Code) and I saw that we often format the colors inconsistently, or some colors differ by a very small amount (e.g.
cc7832
vsCC7833
vscc7732
)I think we should take the time to clean them up:
Probably a good first step is to first build a cheat sheet with "Alpenglow" colors and then only use those.
The text was updated successfully, but these errors were encountered: