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

feat(blink-cmp): add integration #777

Merged
merged 6 commits into from
Oct 26, 2024
Merged

Conversation

giuxtaposition
Copy link
Contributor

Added integration for blink.cmp.

Before:
Screenshot-2024-10-15_12:09:18

After:
Screenshot-2024-10-15_12:06:45

Comment on lines 13 to 37
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 },
Copy link
Contributor

@sgoudham sgoudham Oct 19, 2024

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.

Copy link
Contributor Author

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

vollowx

This comment was marked as resolved.

README.md Outdated Show resolved Hide resolved
@vollowx vollowx merged commit abceb64 into catppuccin:main Oct 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants