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

Gblame timestamp coloring and support for 256 color terminals #1654

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

Commits on Jan 7, 2021

  1. Color code Gblame timestamps by age in grayscale

    This code is taken from tpope's "Timestamp WIP" branch and updated to
    the current HEAD.
    tpope authored and bhaak committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b5a3737 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    6a1f283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d43f49d View commit details
    Browse the repository at this point in the history
  3. Hash colors for :Gblame using 256 color mode in terminal

    Using only colors from the 6x6x6 cube without system colors and the
    grayscale ramp at the end of the 256 color mode.
    
    Those colors also have the nice property of not being too dark or too
    bright and therefore not making the hash unreadable on a dark or light
    background.
    bhaak committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    73ee344 View commit details
    Browse the repository at this point in the history