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 Sonokai theme to better match original #5379

Merged
merged 3 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    36ce58c View commit details
    Browse the repository at this point in the history
  2. Amend theme to better match original sonokai

    Changes based on the following references:
    (1) https://www.sainnhe.dev/post/contributing-guide/#sonokai
    (2) https://github.com/sainnhe/sonokai/blob/master/colors/sonokai.vim
    
    * Make constants white (1)
    * Make builtin variables purple (1)
    * Make members orange (1)
    * Make labels red (2)
    * Make operators red (1)
    * Make all punctuation grey (2)
    * Make builtin functions and macros green (2)
    * Make diff delta blue (2)
    * Make cursor match bg4 (2)
    * Make visible whitespace bg4 (2)
    NickCondron committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8ad5bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc6288 View commit details
    Browse the repository at this point in the history