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

Fix color bug: not intense_cyan but bright_cyan #313

Merged
merged 2 commits into from Jan 14, 2013

Conversation

sonots
Copy link
Contributor

@sonots sonots commented Jan 11, 2013

ANSI array is defined as below. intense_cyan should be bright_cyan. Same for others.

ANSI = {
  :reset          => 0,
  :black          => 30,
  :red            => 31,
  :green          => 32,
  :yellow         => 33,
  :blue           => 34,
  :magenta        => 35,
  :cyan           => 36,
  :white          => 37,
  :bright_black   => 30,
  :bright_red     => 31,
  :bright_green   => 32,
  :bright_yellow  => 33,
  :bright_blue    => 34,
  :bright_magenta => 35,
  :bright_cyan    => 36,
  :bright_white   => 37,
}

ddollar added a commit that referenced this pull request Jan 14, 2013
Fix color bug: not intense_cyan but bright_cyan
@ddollar ddollar merged commit 2faa3fb into ddollar:master Jan 14, 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.

None yet

2 participants