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

Fix color palette for PaperColor themes #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 20, 2023

  1. Fix color palette for PaperColor themes

    Ensure that the palette follows the original, upstream definition[0],
    as the previous defined ones were quite a bit off. While the colors
    used are in the PaperColor palette, their place in the palette
    definition was wrong/scrambled.
    
    I compared the now fixed ones with the VIM variant, which the
    original PaperColor project defines itself, by simply opening a plain
    text file there and using `cat` on the same file in another shell,
    quickly switching between them to ensure both are rendered the same.
    
    Additionally, I compared the adapted palette here with the PaperColor
    theme of the foot editor, looks good now.
    
    0: https://github.com/NLKNguyen/papercolor-theme#-colors
    
    Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
    ThomasLamprecht committed May 20, 2023
    Configuration menu
    Copy the full SHA
    4d06f69 View commit details
    Browse the repository at this point in the history