aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2025-04-28chore: remove `invert_intend_guides` referencesnotfirefox1-1/+0
Continuation of #397
2023-09-29BREAKING CHANGE: gruvbox is now a single moduleEllison Leão1-4/+11
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
2023-09-23add terminal_colors config. Close #270Ellison Leão1-3/+25
2023-09-23Adding Luacats annotations. (#276)Ellison1-29/+0
* 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>
2023-09-20adds emphasis option (#272)Alex Koch1-0/+2
* adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch <alex.koch@entrust.com>
2023-03-25fixing override logic (#226)Ellison1-9/+12
Ref #223 Reverting #207
2023-03-19New Italic configs (#222)Ellison1-3/+19
* feat(config): adding new italic config * using direct highlight call in vim.cmd * adding changelog releaser
2022-09-30Add palette overriding (#145)Marian1-0/+19
2022-09-15Add transparent_mode and dim_inactive support (#149)Rahul Garg1-0/+4
* Add transparent_mode and dim_inactive support * Attempt to fix tests
2022-07-06adding strikethrough option in configEllison Leão1-0/+2
update readme
2022-06-28add missing inverse option. Resolve #127Ellison Leão1-0/+2
2022-06-28fix contrast. Resolve #124Ellison Leão1-2/+2
2022-06-28New configuration system and more (Ref #96) (#122)Ellison2-0/+124
* 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