Remove the background from hipattern #1323
-
In lazyvim there is this configuration https://www.lazyvim.org/extras/util/mini-hipatterns any idea how i can remove the background and only have the fg set? I tried change bg to fg but no luck :( |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Nov 5, 2024
Replies: 1 comment
-
I think this is more of a question to LazyVim. As far as I understand, using its "Full Spec" code instead of using an extra directly and making appropriate changes to its code (such as replacing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is more of a question to LazyVim. As far as I understand, using its "Full Spec" code instead of using an extra directly and making appropriate changes to its code (such as replacing
"bg"
with"fg"
) should work.