Skip to content

Commit

Permalink
Make grey color block more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Jun 19, 2024
1 parent 11fedb7 commit ca864ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/term_colortab
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ for c in 16..231
(c - 16) % 36 == 0 and puts
print_color c
end
puts

for c in 232..255
(c - 16) % 6 == 0 and puts
(c - 16) % 12 == 0 and puts
print_color c
end
puts

0 comments on commit ca864ae

Please sign in to comment.