Tags: hectron/inkline.nvim
Tags
feat: Add theme variants, theme caching and a bunch more! (#8) * feat(variants): Add a few variants and ability to switch styles * docs: Add notes on how to switch themes * feat: DRY up colors, and fix lualine per variant Lualine requires that a colorscheme variant (inkline-retro) be accessible via `lua/lualine/themes/{variant}.lua`. * feat: Add variants to the theme * fix: Make purples pop * feat(modern): slightly bump up the reds * feat: Add caching to the theme and improve docs This allows the theme to more rapidly render, especially as we add more highlight groups and support for additional plugins.
feat: Add customizable highlights and colors Allow users to customize colors and highlight groups via `on_colors` and `on_highlights` callback options in the setup function. Document usage examples in the README, and update config and theme modules to support these callbacks for flexible theme adjustments.