Skip to content

Commit

Permalink
Fix wrong HTML code
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Jun 21, 2024
1 parent 3b33035 commit 2499427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/term/ansicolor/attribute/color256.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Attribute
class Color256
Attribute.set :color0, 0, html: '#000000'
Attribute.set :color1, 1, html: '#800000'
Attribute.set :color2, 2, html: '#808000'
Attribute.set :color2, 2, html: '#008000'
Attribute.set :color3, 3, html: '#808000'
Attribute.set :color4, 4, html: '#000080'
Attribute.set :color5, 5, html: '#800080'
Expand Down

0 comments on commit 2499427

Please sign in to comment.