lualine.nvim/lua
Will Hopkins 7f5f2d811d
feat: change active color of `buffers`, `tabs` & `windows` component according to mode (#971)
- Added `M.get_mode_suffix()` in `highlight.lua` to simplify retrieving the mode suffix.
- Fixed graphical bug occurring when `buffers` component color was changed.
    - Separators would not change to new color.
    - Fixed by adding the mode suffix to the highlight name
        in `M.component_format_highlight` if the output of
        `highlight.fn()` is a string.
- Added `use_mode_colors` option to `buffers`, `tabs`, and `windows` components.
    - If it's set to true, the component's colors will change with the
      mode, as most other components do.
- Updated readme.
2023-03-30 11:25:14 +06:00
..
lualine feat: change active color of `buffers`, `tabs` & `windows` component according to mode (#971) 2023-03-30 11:25:14 +06:00
lualine.lua fix: typo (#997) 2023-03-30 10:12:37 +06:00
lualine_require.lua fix: typo (#997) 2023-03-30 10:12:37 +06:00