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

replace termion with crossterm and make colors configurable #156

Merged
merged 3 commits into from
Dec 3, 2023

Commits on Oct 28, 2021

  1. replace termion with crossterm for portability & configurability

    load and apply config from ~/.mcfly/mcfly.toml
    
    sample config file
    
    remove lightmode in favor of color customization
    
    interface cleanup and formatting
    
    correct example key_scheme
    
    supply alternate default colors for MCFLY_LIGHT
    dmfay committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    46a7a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60490b9 View commit details
    Browse the repository at this point in the history
  3. cargo update

    dmfay committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6b89f60 View commit details
    Browse the repository at this point in the history