Skip to content

Commit

Permalink
Line numbers in yellow for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ceritium committed Mar 15, 2024
1 parent f071c70 commit 47775ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flatito/renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def print_items(items)
end

def print_item(item, line_number_padding)
line_number = colorize("#{item.line.to_s.rjust(line_number_padding)}: ", :light_yellow)
line_number = colorize("#{item.line.to_s.rjust(line_number_padding)}: ", :yellow)
value = if item.value.length.positive?
colorize("=> #{item.value}", :gray)
else
Expand Down

0 comments on commit 47775ab

Please sign in to comment.