Differently coloured from and import statements in Python #177
Closed
isaksamsten
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Yep. As per the readme, this is based on the Visual Studio Code theme. So try to get as close to that as possible. Sometimes we need custom Treesitter queries to get additional highlights. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This is now fixed as per 455dfbe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this intentional?
["@include.python"] = { fg = theme.palette.fg, style = config.styles.keywords },
L12
and
["@odp.import_from.python"] = { fg = theme.palette.purple, style = config.styles.keywords },
L18Perhaps both should be purple? I’ve overridden the highlight to have them both purple so no real fix is needed, but if if this is unintentional consider this a bug report :-)
Thanks for creating the best colour scheme!
Beta Was this translation helpful? Give feedback.
All reactions