Skip to content

Commit

Permalink
Oh yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Oct 30, 2016
1 parent b563998 commit 7211376
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/wen/colours_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ module Wen
"grey" => [127, 127, 127],
"white" => [255, 255, 255],
"red" => [255, 0, 0],
"red-magenta" => [255, 0, 127],
# "red-magenta" => [255, 0, 127],
"magenta" => [255, 0, 255],
"magenta-blue" => [127, 0, 255],
# "magenta-blue" => [127, 0, 255],
"blue" => [0, 0, 255],
"blue-cyan" => [0, 127, 255],
# "blue-cyan" => [0, 127, 255],
"cyan" => [0, 255, 255],
"cyan-green" => [0, 255, 127],
# "cyan-green" => [0, 255, 127],
"green" => [0, 255, 0],
"green-yellow" => [127, 255, 127],
# "green-yellow" => [127, 255, 127],
"yellow" => [255, 255, 0],
"yellow-red" => [255, 127, 0]
# "yellow-red" => [255, 127, 0]
}
)
end
Expand Down

0 comments on commit 7211376

Please sign in to comment.