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

#470 Change default find highlight color #481

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

Commits on Oct 21, 2019

  1. Change default find highlight color

    Issue:
    xi-editor#470
    Find highlight color defaults to red color instead it should use system's default find highlight color(NSColor.findHighlightColor)
    
    Fix:
    * Theme has new static variable representing default find highlight color
    * Other find highlight colors are generated from the hue of default find highlight color
    * Find highlight color specified by xi-editor on theme_changed event is ignored
    Mohanasundaram committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    df6d765 View commit details
    Browse the repository at this point in the history