Skip to content

Commit

Permalink
Fix cyan color in VGA base color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Alexander committed Nov 20, 2015
1 parent dd30408 commit f0b9e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgscheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var Bases = map[string]color.Palette{
RGB{0xaa, 0x55, 0x00},
RGB{0x00, 0x00, 0xaa},
RGB{0xaa, 0x00, 0xaa},
RGB{0xaa, 0xaa, 0xaa},
RGB{0x00, 0xaa, 0xaa},
RGB{0xaa, 0xaa, 0xaa},
RGB{0x55, 0x55, 0x55},
RGB{0xff, 0x55, 0x55},
Expand Down

0 comments on commit f0b9e9a

Please sign in to comment.