Skip to content

solarized_dark: improve 256 color approximation #550

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

Merged
merged 1 commit into from
Jan 8, 2013

Conversation

mturquette
Copy link
Contributor

Solarized colors for 256 color palettes are not as closely approximated
as they could be.

256_base0 is set to g66 in Urwid's 256 color palette. This corresponds
to #a8a8a8 in Xterm. base0 should ideally be #808080. This matches g50
exactly, so switch to that grayscale value.

256_base1 is set to g70 in Urwid's 256 color palette. This corresponds
to #b2b2b2 in Xterm. base1 should ideally be #8a8a8a. We can't get
this exactly with Urwid's 256 color palette, but #848484 is a closer
approximation. Switch to g52 to get this grayscale value.

256_cyan is set to #88 in Urwid's 256 color palette. This corresponds
to #008787 in Xterm. cyan should ideally be #00afaf. This matches #0aa
exactly, so switch to that value.

Signed-off-by: Michael Turquette mturquette@deferred.io

Solarized colors for 256 color palettes are not as closely approximated
as they could be.

256_base0 is set to g66 in Urwid's 256 color palette.  This corresponds
to #a8a8a8 in Xterm.  base0 should ideally be #808080.  This matches g50
exactly, so switch to that grayscale value.

256_base1 is set to g70 in Urwid's 256 color palette.  This corresponds
to #b2b2b2 in Xterm.  base1 should ideally be #8a8a8a.  We can't get
this exactly with Urwid's 256 color palette, but #848484 is a closer
approximation.  Switch to g52 to get this grayscale value.

256_cyan is set to pazz#88 in Urwid's 256 color palette.  This corresponds
to #008787 in Xterm.  cyan should ideally be #00afaf.  This matches #0aa
exactly, so switch to that value.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
@pazz pazz merged commit dd327e0 into pazz:master Jan 8, 2013
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.

2 participants