| Age | Commit message (Collapse) | Author | Files | Lines |
|
Previously, multiple calls to `gruvbox.setup()` would merge configurations,
leading to unexpected behavior when trying to reset or change specific
settings like `overrides` or `contrast`.
This commit addresses the issue by ensuring that each call to `setup()`
starts with a fresh copy of the default configuration before applying
the user-provided settings.
This change makes calls to `setup()` idempotent and independent of
previous calls, as suggested in issue #402.
A new test case has been added to verify this behavior.
|
|
Continuation of #397
|
|
palette: Can now be accessed in the main module through `require('gruvbox').palette`
get_base_colors: now a internal function called get_colors. If you want
to get the colors, just get the palette directly
groups: now moved to main module
|
|
|
|
* initial luacats annotations in init.lua file
* fix test
* adding more annotations
- get_base_colors not depending on config anymore
* fix test
* adds emphasis option (#272)
* adds emphasis option
* add testing for emphasis option
---------
Co-authored-by: Alex Koch <alex.koch@entrust.com>
* changed hl colors (#274)
Co-authored-by: Ellison <ellisonleao@gmail.com>
* adding more annotations
- get_base_colors not depending on config anymore
---------
Co-authored-by: Alex Koch <alex.koch@entrust.com>
Co-authored-by: Mezdelex <59997405+mezdelex@users.noreply.github.com>
|
|
* adds emphasis option
* add testing for emphasis option
---------
Co-authored-by: Alex Koch <alex.koch@entrust.com>
|
|
Ref #223
Reverting #207
|
|
* feat(config): adding new italic config
* using direct highlight call in vim.cmd
* adding changelog releaser
|
|
|
|
* Add transparent_mode and dim_inactive support
* Attempt to fix tests
|
|
update readme
|
|
|
|
|
|
* initial work
* adding more tests
* updates
* fixing overrides in groups with links
* fix bg switch and some hl groups
* adding languages hl groups
* adding plugins highlights
* stylua
* removing base module and fixing lightline
* adding terminal_color_* vars
* adding new screenshot
|