lualine.nvim/lua/lualine
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
..
components feat: change active color of `buffers`, `tabs` & `windows` component according to mode (#971) 2023-03-30 11:25:14 +06:00
extensions added logic to show fzf-lua statusline if present (#863) 2022-10-19 08:19:50 +06:00
themes Show insert mode in terminal (powerline theme) (#989) 2023-03-30 10:15:36 +06:00
utils fix: typo (#997) 2023-03-30 10:12:37 +06:00
component.lua feat: add draw_empty option to always draw component event when it's empty (#964) 2023-03-30 10:42:48 +06:00
config.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00
highlight.lua feat: change active color of `buffers`, `tabs` & `windows` component according to mode (#971) 2023-03-30 11:25:14 +06:00