Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated solarized light and dark color schemes #3

Merged
merged 2 commits into from
Mar 17, 2014
Merged

Updated solarized light and dark color schemes #3

merged 2 commits into from
Mar 17, 2014

Conversation

ntwb
Copy link
Contributor

@ntwb ntwb commented Mar 17, 2014

I have 'tweaked' the color assignments for both solarized light and dark themes.

  • Primarily this brings the color assignments to match those of @neilpa's cmd-colors-solarized repo.
  • Both dark & light schemes have identical color palettes with only a inverted ScreenColors and PopupColors
  • Before and After pics attached below

@ntwb
Copy link
Contributor Author

ntwb commented Mar 17, 2014

Before
concfg-solarized-dark-before

After
concfg-solarized-dark-after

Before
concfg-solarized-light-before

After

concfg-solarized-light-after

@lukesampson
Copy link
Owner

My colors are closer to the actual solarized values and have the benefit of black being darker than darkgrey. Do you want to send a pull request for solarized-reversed theme with these changes?

@ntwb
Copy link
Contributor Author

ntwb commented Mar 17, 2014

My colors are closer to the actual solarized values

These are the exact same #hex colors, just the assignment of the #hex value to PowerShell color name has changed.I believe that this updated order/assignment of the color values better reflects the Solarized color palette naming standards

Solarized <> PowerShell (new)
yellow = yellow
red = red
magenta = magenta
cyan = cyan
green = green
blue = blue
orange = dark_red
violet = dark_magenta

... and have the benefit of black being darker than dark_gray.

My bad, I got these two backwards and have now switched them

The updated pull request only makes that black/dark_gray change.

I see where your coming from with solarized-reversed thinking though...

I don't really mind what we call them, your choice, from my viewpoint I see this pull request as solarized and the existing using the dark prefix for each color as solarized-reversed 😉

@lukesampson
Copy link
Owner

Ok. My rationale was that the Windows console color names use dark[color]/[color] whereas on Unix they're [color]/bright[color]. The lower indexed colors are the normal colors, whereas the higher indexed colours are brighter variations.

I did put some thought into this decision when I made it, but now you've convinced me that it wasn't very pragmatic. When people ask for green they expect green.

The problem with changing it now is that scoop and pshazz will show the wrong colors until people update concfg and re-import. Which isn't that big a deal, and it's easier to change it sooner rather than later, so I'm just going to merge this. Fingers crossed! 😬

lukesampson added a commit that referenced this pull request Mar 17, 2014
Updated solarized light and dark color schemes
@lukesampson lukesampson merged commit 06d987e into lukesampson:master Mar 17, 2014
lukesampson added a commit to lukesampson/pshazz that referenced this pull request Mar 17, 2014
lukesampson added a commit to ScoopInstaller/Scoop that referenced this pull request Mar 17, 2014
@ntwb
Copy link
Contributor Author

ntwb commented Mar 17, 2014

Yep, yeah, yes to all you wrote, couldn't agree more 👍

@ntwb
Copy link
Contributor Author

ntwb commented Mar 17, 2014

I have soooooo many things with broken colors 😖

@lukesampson
Copy link
Owner

Oh no! Anything I need to fix?!

lukesampson added a commit that referenced this pull request Mar 17, 2014
@ntwb
Copy link
Contributor Author

ntwb commented Mar 17, 2014

My rationale was that the Windows console color names use dark[color]/[color] whereas on Unix they're [color]/bright[color]. The lower indexed colors are the normal colors, whereas the higher indexed colours are brighter variations.

That ^^^ has bitten my arse badly, all my PowerShell stuff looks oh so pretty, all my JavaScript & PHP repo's are not so pretty 😢 Specifically GruntJS and NodeJS are 50 shades of grey 😱

@lukesampson
Copy link
Owner

Oh ok—no worries. Shall we change it back?

@ntwb
Copy link
Contributor Author

ntwb commented Mar 17, 2014

II think we should, I'll go and 'flip' the colors in all the themes and you can revert the other changes.

My bad, sorry, after a day and a half messing with colors it never dawned on me to test 'that stuff' 😠

@lukesampson
Copy link
Owner

No problem—at least we know how most programs work now ☺️

lukesampson added a commit that referenced this pull request Mar 17, 2014
lukesampson added a commit to lukesampson/pshazz that referenced this pull request Mar 17, 2014
lukesampson added a commit to ScoopInstaller/Scoop that referenced this pull request Mar 17, 2014
lukesampson added a commit that referenced this pull request Mar 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants