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

(v2) feat: query background color by default #1195

Open
wants to merge 4 commits into
base: v2-exp
Choose a base branch
from

Commits on Oct 22, 2024

  1. feat: query background color by default

    This commit makes the program query the terminal for its background
    color by default. This is useful if you want to enable automatic
    background color detection for your program.
    
    It also adds a new option `WithoutBackgroundColor` to disable this
    behavior.
    aymanbagabas committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6f51b0a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    7cb35d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f37ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47564cb View commit details
    Browse the repository at this point in the history