Skip to content
Discussion options

You must be logged in to vote

Ah if you are using the bare neoivm statusline then there are two highlight groups that you should look at :h hl-StatusLine and :h hl-StatusLineNC

Here is a quick snippet of setting the background color to blue as an example:

require("nightfox").setup({
  groups = {
    all = {
      StatusLine = { fg = "palette.bg1", bg = "palette.blue.base" },
    },
  },
})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sandorex
Comment options

@EdenEast
Comment options

Answer selected by sandorex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants