lualine.nvim/lua/lualine
J. Bromley f1dbb2f4a8 Fixed using 'auto' theme with default colorscheme.
When setting theme to 'auto' and using the default colorscheme, lualine
would report "theme not found, defaulting to gruvbox". Fixed by checking
that we get an actual color back when calling utils.extract_highlight_colors
before attempting to apply a brightness modifier.

* Fix brightness_modifier application.

The brightness_modifer() should only be applied when a normal color was
found.

* Apply brightness modifier when normal color not nil.

Moved application of brightness_modifier outside the if statement that
negates the brightness modifier. The modifier will now be applied when
get_color_brightness returns < 0.5.
2021-07-29 22:47:07 +06:00
..
components feat: Add update_in_insert option to diagnostics component 2021-07-25 13:48:50 +06:00
extensions feat: quickfix/locationlist extension(#248) 2021-05-19 22:36:55 +02:00
themes Fixed using 'auto' theme with default colorscheme. 2021-07-29 22:47:07 +06:00
utils feat:Add component evaluation for inactive sections 2021-07-25 12:52:52 +06:00
component.lua feat:Add component evaluation for inactive sections 2021-07-25 12:52:52 +06:00
config.lua refactor: moved loading to new module (#182) 2021-05-09 23:11:18 +02:00
highlight.lua Proritize color option then theme when creating comppnent_hl 2021-07-27 13:18:25 +06:00
init.lua Load lualine after session load 2021-07-27 13:25:10 +06:00