lualine.nvim/lua/lualine/themes
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
..
16color.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
auto.lua Fixed using 'auto' theme with default colorscheme. 2021-07-29 22:47:07 +06:00
ayu_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
ayu_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
ayu_mirage.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
codedark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
dracula.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
everforest.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
gruvbox.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
gruvbox_light.lua feat: gruvbox light theme (#250) 2021-05-19 12:57:57 +02:00
gruvbox_material.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
horizon.lua feat: horizon theme (#253) 2021-05-21 00:07:27 +02:00
iceberg_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
iceberg_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
jellybeans.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
material.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
modus_vivendi.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
molokai.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
nightfly.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
nord.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
oceanicnext.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
onedark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
onelight.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
palenight.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
papercolor.lua refactor: applied lua-format to all files 2021-03-16 00:37:46 +01:00
papercolor_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
papercolor_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
powerline.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
seoul256.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
solarized.lua refactor: applied lua-format to all files 2021-03-16 00:37:46 +01:00
solarized_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
solarized_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
tomorrow.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
wombat.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00