-
I'd like to remove this, what theme config (or any other) controls its styling? |
Beta Was this translation helpful? Give feedback.
Answered by
andradei
Jun 23, 2023
Replies: 1 comment
-
I had this line one my theme:
Removing the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gabydd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had this line one my theme:
"ui.statusline.active" = { fg = "fg.default", bg = "canvas.default", underline = { color = "scale.coral.3", style = "line" } }
Removing the
underline
part did what I want.