charmbracelet / freeze

Generate images of code and terminal output 📸
MIT License
2.98k stars 50 forks source link

Darkened greys when line-numbers enabled #82

Open isabelroses opened 3 months ago

isabelroses commented 3 months ago

Describe the bug When running a freeze --execute "command" --show-line-numbers the greys appear darker.

To Reproduce Steps to reproduce the behavior:

  1. Run freeze with line numbers freeze --execute "ls" --show-line-numbers
  2. Run freeze without line numbers freeze --execute "ls"
  3. Compare

Expected behavior The greys would be the same.

Screenshots with-line-nums without-line-nums

Delta456 commented 3 months ago

Spotted in https://github.com/charmbracelet/freeze/pull/81