Skip to content

Fix gruvbox theme #166

Closed Answered by penso
penso asked this question in Q&A
Discussion options

You must be logged in to vote

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',
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by penso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant