-
First off I'd like to say I love this theme. It's wonderful for Markdown reading and generally very pleasing That being said I don't love that the variable names are orange. Makes everything looks very orange and I would like to change them to white so I have an orange "let" keyword and a white variable name, for example. I have been racking my brain trying to figure out how to affect the settings to do this so I decided to ask for help, because the highlight group stuff in Nvim is wrecking my brain. Could anyone help? Also, any info y'all might have as to how to edit certain highlights in a custom colorscheme theme would be greatly appreciated, because I cannot understand it no matter how hard I try here's what I tried, probably incredibly wrong haha
EDIT: I would like to update my question because in my testing I tried to set the style for my identifiers to not be italic and this is also not working correctly, despite me having the same syntax as the setup page (at least as far as I can tell). Here is my attempt to do so. Can't really tell what it is I'm doing wrong so I'd definitely appreciate some help!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Ok, I made a little progress as to my edit. I think the styles for the identifiers weren't working because I had to include all the options whether I needed to set them or not. This got rid of the italics for the "Identifiers"
What would I need to do now in order to make the Identifiers be white instead of orange? I apologize for my lack of expertise also. My coding journey is just starting and though I try to look up most things myself this particular problem is confusing me beyond belief |
Beta Was this translation helpful? Give feedback.
-
Ok, I was finally able to change the configuration to make the Identifier have the same palette as the fg. Here's what I did, feel free to let me know if there is a better way! I had to look through the palette.lua and highlights.lua files to find the values I wanted. Perhaps there is a way to incorporate these config nuances in the readme? Anyway, Thank you for the theme. I'll close the discussion with this one
|
Beta Was this translation helpful? Give feedback.
Hello,
Maybe something like this should work:
The colors available are here and the highlight groups here. The
hl
inside thecustom_highlights
function exposes the full highlights table andp
the colors.Also, returning a table will merge it to the current
highlights
one. So this is also possible: