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: highlight groups for Jupynium instead of linking #58

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

kiyoon
Copy link
Owner

@kiyoon kiyoon commented Feb 28, 2023

Added highlight groups so they can be configured outside of the jupynium setup().
Using the setup method is now deprecated.

You can link like this. The following is the default when the colour scheme is unknown:

vim.cmd [[
hi! link JupyniumCodeCellSeparator Folded
hi! link JupyniumMarkdownCellSeparator Pmenu
hi! link JupyniumMarkdownCellContent CursorLine
hi! link JupyniumMagicCommand Keyword
]]

Default settings for tokyonight colourscheme have been added.
(hi! link JupyniumMarkdownCellContent Pmenu)

@kiyoon kiyoon merged commit ca211a2 into master Feb 28, 2023
@kiyoon kiyoon deleted the feat/default-colour-tokyonight branch March 4, 2023 11:59
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.

1 participant