-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
feat(blink-cmp): add integration #777
Conversation
BlinkCmpKindText = { fg = C.teal }, | ||
BlinkCmpKindMethod = { fg = C.blue }, | ||
BlinkCmpKindFunction = { fg = C.blue }, | ||
BlinkCmpKindConstructor = { fg = C.blue }, | ||
BlinkCmpKindField = { fg = C.green }, | ||
BlinkCmpKindVariable = { fg = C.flamingo }, | ||
BlinkCmpKindClass = { fg = C.yellow }, | ||
BlinkCmpKindInterface = { fg = C.yellow }, | ||
BlinkCmpKindModule = { fg = C.blue }, | ||
BlinkCmpKindProperty = { fg = C.green }, | ||
BlinkCmpKindUnit = { fg = C.green }, | ||
BlinkCmpKindValue = { fg = C.peach }, | ||
BlinkCmpKindEnum = { fg = C.green }, | ||
BlinkCmpKindKeyword = { fg = C.red }, | ||
BlinkCmpKindSnippet = { fg = C.mauve }, | ||
BlinkCmpKindColor = { fg = C.red }, | ||
BlinkCmpKindFile = { fg = C.blue }, | ||
BlinkCmpKindReference = { fg = C.red }, | ||
BlinkCmpKindFolder = { fg = C.blue }, | ||
BlinkCmpKindEnumMember = { fg = C.red }, | ||
BlinkCmpKindConstant = { fg = C.peach }, | ||
BlinkCmpKindStruct = { fg = C.blue }, | ||
BlinkCmpKindEvent = { fg = C.blue }, | ||
BlinkCmpKindOperator = { fg = C.blue }, | ||
BlinkCmpKindTypeParameter = { fg = C.blue }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to double check that we are aligned as can be with the style guide for these highlights.
For example, Enum members/variants should be teal
, Operators should be sky
, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I didn't know about that doc, maybe it should be linked to this repo README in some way?
I used the same colors as those used in the cmp integration, will change them based on the style guide then
adc463b
to
7445727
Compare
Added integration for blink.cmp.
Before:
After: