-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Default statusline color #11
Labels
Comments
Now you override the statusline background color with require("github-theme").setup({
colors = {bg_statusline = "#000000"} -- set statusline background to black
}) |
ful1e5
added a commit
that referenced
this issue
Jul 10, 2021
fixed #11: Added option to customize statusline background with `colors.bg_statusline`
Thanks! |
Then the color of statusline fonts should be customizable too |
ful1e5
added a commit
to ful1e5/github-nvim-theme
that referenced
this issue
Nov 24, 2021
…re customizable ( related to projekt0n#11 ) by override these variables: - fg_statusline - bg_nc_statusline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
thanks for the colorscheme, looks great.
Would you consider changing the default statusline background to something that has a bit less contrast, or providing an option to change it?
This is how it looks now:
I have custom statusline without any plugins, and currently my workaround is this:
And now it looks like this:
Also, i'm not able to override dark color this way, for which I'll open up a separate issue.
The text was updated successfully, but these errors were encountered: