Inline Code Color #1163
-
Hi, I'm wondering if there is a way to change the color of the inline code written between As you can see the code (starting from echo) is barely distinguishable from the regular text and I want to know if I can change it to a brighter color. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
yes just change the highlight not sure but out of my head I'd have said it's |
Beta Was this translation helpful? Give feedback.
-
I'm using this: vim.cmd([[hi! link @neorg.markup.verbatim @neorg.markup.superscript]]) |
Beta Was this translation helpful? Give feedback.
-
Hi @dimas-cyriaco @max397574, thanks for the awesome answers! It worked! Just an additional question, is there a way I can change also the code text to be italic or bold for example. Sorry for all these basic questions, I'm very new to all of this and a bit lost in all the information :) |
Beta Was this translation helpful? Give feedback.
yes just change the highlight
:hi neorg.markup.verbatim
iircsee what it's linked to and change this
not sure but out of my head I'd have said it's
NonText
you need to changeor just change the highlight directly