Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove blue color from status line #195

Closed
nappalm opened this issue Jul 8, 2022 · 1 comment
Closed

How to remove blue color from status line #195

nappalm opened this issue Jul 8, 2022 · 1 comment

Comments

@nappalm
Copy link

nappalm commented Jul 8, 2022

I use Feline, I don't like the blue color, is it possible to disable the color in the status line?

@ful1e5
Copy link
Member

ful1e5 commented Jul 9, 2022

You can override bg color in the Statusline highlight.

require('github-theme').setup({
 -- ...
 overrides = function(c)
   return {
     Statusline = { bg = c.bg, fg = c.fg_light },
   }
 end,
 dev = true,
})

Check palette module for overridable colors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants