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

Allowed font_style to be an array #124

Merged
merged 6 commits into from
Jan 16, 2024

Commits on Jan 1, 2024

  1. Allowed font_style to be an array

    This allows multiple `font_style`s to be used, allowing, say, for a bold and
    italic text. Fixes sharkdp#49
    John-Toohey committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6bee633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2cdb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Allowed font_style to be an array

    This allows multiple `font_style`s to be used, allowing, say, for a bold and
    italic text. Fixes sharkdp#49
    John-Toohey authored and David Peter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2c9d5ca View commit details
    Browse the repository at this point in the history
  2. Prevent double ; in LS_COLORS

    John-Toohey authored and David Peter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cd2298e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge branch 'multiple_font_styles' of github.com:John-Toohey/vivid i…

    …nto multiple_font_styles
    John-Toohey committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    958402f View commit details
    Browse the repository at this point in the history
  2. Got all the tests working

    This removes a trailing semicolon that can occur in some positions
    John-Toohey committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    473097e View commit details
    Browse the repository at this point in the history