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

vim: less distracting Search highlight #59

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

Commits on Oct 2, 2019

  1. vim: less distracting Search highlight

    Current Search/Incsearach highlight sets the full background color to
    yellow (common in the majority of colorscheme), but results in a
    distracting highlight.
    
    This PR proposes a less distracting hightlight, using yellow for the
    foreground color instead. Moreover style bold and underline help
    distinguing the text in case of styled filetype (e.g. markdown or
    programming languages).
    clobrano committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    a0eef11 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. vim: add basic Markdown color highlight

    Added the following highlights classes
    
    * header, which is the same as the standard "Title" highlight target
    * Quote
    * Code
    * Link
    clobrano committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6decb2a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. better fold colors

    clobrano committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    f7b594f View commit details
    Browse the repository at this point in the history
  2. Differentiate between search and incsearch

    incsearch and search have the same hightlight, making it more hard
    to distinguish the current selected string among the one matching
    the search.
    
    Use underline to hightlight the current selected element
    clobrano committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    393b435 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    d73358d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. vim: resolve misleading bg color of split buffers

    When two or more buffers are open at the same time, the one without
    the focus has a blue background which, being more visible, can make
    the user think that this is the on-focus buffer, while it is not.
    
    Attempt fix setting Pmenu colors to have the same bg color of the on
    focus split buffer, while using a grayed fg color.
    clobrano committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    b35145b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    999dd06 View commit details
    Browse the repository at this point in the history