Skip to content

Instantly share code, notes, and snippets.

@cowboy
Created November 22, 2011 14:23
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cowboy/1385767 to your computer and use it in GitHub Desktop.
Reaper: "Fixed" colors for ED's Color Toolbar v2.5
[SWS Color]
custcolor1=13959168
custcolor2=13979648
custcolor3=13993216
custcolor4=14006784
custcolor5=14013696
custcolor6=10474752
custcolor7=7001344
custcolor8=54528
custcolor9=54687
custcolor10=40917
custcolor11=27349
custcolor12=13781
custcolor13=6947029
custcolor14=10420437
custcolor15=13959327
custcolor16=13959274
gradientStart=255
gradientEnd=16711680
@cowboy
Copy link
Author

cowboy commented Nov 22, 2011

When I loaded ED's Color Toolbar v2.5 (using OS X 10.6.8, Reaper 4.12, SWS v2.1.0) the included colors were all wrong, starting with blue instead of red. See the row of colored squares in the bottom right of this image:

Before

I went through all the colors and noticed that their RGB colors were all transposed. For example, the first color should have been red. In the stock ED Toolbar Colorset.SWSColor file, I saw custcolor1=213. Now, 213 in hex is 0xD5. That's blue if your hex colors are like 0xRRGGBB. To get red, you need to use 0xD50000 which is a totally different number. So, anyways, I went through all the colors and transposed the digits and got this. See the row of colored squares in the bottom right of this image:

After

Since the swatches match the toolbar icon colors, I'm going to use this. Feel free to use it as well!

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