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

inactive statusline same color as background #83

Closed
sdemura opened this issue Sep 21, 2021 · 6 comments
Closed

inactive statusline same color as background #83

sdemura opened this issue Sep 21, 2021 · 6 comments
Assignees
Labels
assigned Under progress. bug Something isn't working
Projects

Comments

@sdemura
Copy link

sdemura commented Sep 21, 2021

image

Not sure which change it was that was merged late last night/this morning, but inactive statusline's have the same color as the background, making it very hard to tell what's going on.

@ful1e5 ful1e5 added assigned Under progress. bug Something isn't working labels Sep 22, 2021
@ful1e5 ful1e5 added this to To do in Workboard via automation Sep 22, 2021
@ful1e5
Copy link
Member

ful1e5 commented Sep 22, 2021

Can you able share your config?

@ful1e5 ful1e5 self-assigned this Sep 22, 2021
@sdemura
Copy link
Author

sdemura commented Sep 22, 2021

Hi. Here's the relevant lualine/github nvim theme config

lua <<EOF
-- Github Dark Theme
require('lualine').setup{
    options = {theme = 'github'},
    extensions = {'fugitive', 'nvim-tree'},
    sections = {
      lualine_a = {'mode'},
      lualine_b = {'branch'},
      lualine_c = {{'filename', file_status = true, path=1}},
      lualine_x = {'encoding', 'fileformat', 'filetype'},
      lualine_y = {'progress'},
      lualine_z = {'location'}
    },
    inactive_sections = {
      lualine_a = {},
      lualine_b = {},
      lualine_c = {'filename'},
      lualine_x = {'location'},
      lualine_y = {},
      lualine_z = {}
    }
}
require('github-theme').setup({theme_style = 'dark'}) 

@ful1e5
Copy link
Member

ful1e5 commented Sep 23, 2021

I Can't able reproduce this issue on NVIM v0.6.0-dev+318-g21f755527. I'm guessing you should try it on neovim-nightly.

@sdemura
Copy link
Author

sdemura commented Sep 23, 2021

Yea... I'm on neovim 0.5...

@sdemura
Copy link
Author

sdemura commented Sep 23, 2021

Reproducible on latest nightly... v0.6.0-dev+aba397991

image

@ful1e5 ful1e5 moved this from To do to In progress in Workboard Oct 6, 2021
@ful1e5 ful1e5 closed this as completed in 5ba5760 Oct 6, 2021
Workboard automation moved this from In progress to Done Oct 6, 2021
@craigmac
Copy link

craigmac commented Jan 6, 2022

This issue still persists without Lualine, it is setting StatuslineNC to same colour as background when using light mode.

ful1e5 added a commit that referenced this issue Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Under progress. bug Something isn't working
Projects
Development

No branches or pull requests

3 participants