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

[Feature Request] Add support for LSP highlight group LspReference* #38

Open
hronro opened this issue Oct 9, 2022 · 1 comment
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hronro
Copy link

hronro commented Oct 9, 2022

No description provided.

@luisiacc luisiacc added the enhancement New feature or request label Nov 28, 2022
@Pukkah
Copy link

Pukkah commented Apr 20, 2023

I didn't find a suitable color from the palette for LspReference*. I needed one more shade between background_light (used for CursorRow) and medium_gray (Cursor). Using hard intensity I used a color outside its palette (still from global palette)

{
  LspReferenceText = { bg = "#282828" },
  LspReferenceRead = { bg = "#282828" },
  LspReferenceWrite = { bg = "#282828" },
}

@luisiacc luisiacc added help wanted Extra attention is needed labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants