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

Add basic dimming functionality #2751

Closed
wants to merge 12 commits into from
Closed

Commits on Jul 2, 2022

  1. adds basic dimming functionality

    - option to dim colors of unfocused views
    - option to dim buffer background behind overlay components
    farwyler committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8d367d9 View commit details
    Browse the repository at this point in the history
  2. fix clippy lint issue

    farwyler committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f6d9376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d76a2 View commit details
    Browse the repository at this point in the history
  4. adds dimming documentation

    farwyler committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    449ce13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    273e609 View commit details
    Browse the repository at this point in the history
  6. Update helix-tui/src/buffer.rs

    Co-authored-by: yvt <[email protected]>
    farwyler and yvt committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ccbd0d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6ac344 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    764540f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08bf7bd View commit details
    Browse the repository at this point in the history
  10. remove unused imports

    farwyler committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    52b9065 View commit details
    Browse the repository at this point in the history
  11. Update helix-tui/src/buffer.rs

    Co-authored-by: yvt <[email protected]>
    farwyler and yvt committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    a94db20 View commit details
    Browse the repository at this point in the history
  12. implements ad hoc dimming

    farwyler committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    bb4fec7 View commit details
    Browse the repository at this point in the history