Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo of background colors to improve diff readability #690

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    5578109 View commit details
    Browse the repository at this point in the history
  2. Remove novel_style function

    NOTE: There appears to be a bug in testing. Lines in the left hand side are being colored green in some cases.
    egrieco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8d1dc0c View commit details
    Browse the repository at this point in the history
  3. Add style_by_type and line background coloring

    NOTE: This version does not compile due to a conflict between some remaining owo_colors types and some yansi types.
    egrieco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fe52be5 View commit details
    Browse the repository at this point in the history
  4. Remove owo-colors and update method calls

    NOTE: Colors need adjusting. Sub-line differences seem to have the same background color as the rest of the line.
    egrieco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a8171bb View commit details
    Browse the repository at this point in the history
  5. Update default color theme

    Use color theme for default background colors.
    egrieco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    35c56dc View commit details
    Browse the repository at this point in the history
  6. Fix an excess blank line bug

    egrieco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fcf6704 View commit details
    Browse the repository at this point in the history
  7. Fix inline style display

    egrieco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8c2d429 View commit details
    Browse the repository at this point in the history