8000 Tags · hectron/inkline.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hectron/inkline.nvim

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.0.0

Toggle v1.0.0's commit message
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.
0