Fix gruvbox theme
#166
-
I'm using |
Beta Was this translation helpful? Give feedback.
Answered by
penso
Nov 28, 2024
Replies: 1 comment
-
I was able to get it right using the following: local theme = {
fill = 'TabLineFill', -- tabline background
head = 'TabLine', -- head element highlight
current_tab = 'PmenuThumb', -- <- using this instead of `TabLineSel`
tab = 'TabLine', -- other tab label highlight
win = 'TabLine', -- window highlight
tail = 'TabLine', -- tail element highlight
main = 'PmenuSel',
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
penso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to get it right using the following: