aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-23add terminal_colors config. Close #270Ellison Leão4-25/+51
2023-09-23removing lightline support.Ellison Leão2-60/+0
Ref: https://github.com/ellisonleao/gruvbox.nvim/discussions/268
2023-09-23Adding Luacats annotations. (#276)Ellison4-353/+164
* 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-20changed hl colors (#274)Mezdelex1-7/+7
Co-authored-by: Ellison <ellisonleao@gmail.com>
2023-09-20adds emphasis option (#272)Alex Koch4-1/+5
* adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch <alex.koch@entrust.com>
2023-08-29styluaEllison Leão1-28/+28
2023-08-28added nvim-dap-ui highlight groups (#265)Mezdelex1-2/+31
2023-08-16Add support for vim-illuminate plugin (#264)ShellCode1-0/+4
2023-08-03LspSemanticHighlight more consistent with Treesitter (#255)vgeof1-4/+4
Co-authored-by: Vivien GEOFFROY <x2028200@PARMPYLL8ZL1.ratpsmart.local>
2023-04-23fix(groups): Improve special comment keywords (#247)Andreas Schneider1-1/+8
2023-04-20feat(groups): Add support for nvim-ts-rainbow2 (#249)Andreas Schneider1-0/+9
2023-04-18remove treesitter-error highlight link (#245)Xun1-2/+0
2023-04-17feat: Add support for lsp semantic highlight (#243)Andreas Schneider1-25/+171
* fix(groups): Use grouping from nvim-treesitter This uses what's in the README.md with comments and shows what is missing. * feat(groups): Add support for lsp semantic highlight Fixes #241
2023-04-11adding lazy.nvim install stepEllison Leão1-0/+6
2023-04-11fix: LspSignatureActiveParameter color (#234)Xun1-1/+1
* fix: LspSignatureActiveParameter color * change LspSignatureActiveParameter color * link LspSignatureActiveParameter to Search
2023-04-10feat: add cmp missing highlight (#238)Xun1-0/+7
2023-04-08fix: add highlight for active parameter in signature help (#231)Oskar Grunning1-1/+1
See https://github.com/neovim/neovim/pull/15018 for more information. Co-authored-by: Ellison <ellisonleao@gmail.com>
2023-04-08Clean Up (#233)Xun1-16/+0
2023-04-06added semantic (#211)SeniorMars1-0/+13
Co-authored-by: Ellison <ellisonleao@gmail.com>
2023-04-06feat: add notify nvim highlights (#232)Oskar Grunning1-0/+16
2023-03-30fix NormalFloat bg for non transparent modeEllison Leão1-1/+1
2023-03-29feat: add transparency to floats (#229)frrenzy1-0/+1
2023-03-26adding luarocks workflowEllison Leão1-0/+14
2023-03-26Reverting #225Ellison Leão1-4/+6
Adding `diffOldFile` and `diffIndexLine` groups
2023-03-25fixing override logic (#226)Ellison3-19/+18
Ref #223 Reverting #207
2023-03-24Improve diff colors (#225)Tyler Hallada2-4/+20
These new subtler diff colors which only set the background color so that syntax highlighting will still appear in the foreground colors. Adds a set of "subtle" colors which can be used in either dark or light backgrounds.
2023-03-20feat: add `NoiceCursor` highlight group (#217)Егор Мартынов1-0/+2
2023-03-19New Italic configs (#222)Ellison5-21/+62
* feat(config): adding new italic config * using direct highlight call in vim.cmd * adding changelog releaser
2023-03-12Fix(color): fix the custom attribute does not take effect. #205 (#207)秋葉1-2/+8
Co-authored-by: Ellison <ellisonleao@gmail.com>
2023-03-12Removing italic from Operator. Close #215Ellison Leão1-1/+1
2023-03-12feat: Transparent FoldColumn (#218)Lucas Tavares1-1/+1
2023-03-10fix: typo Pallette -> Palette (#219)t.yang1-1/+1
Co-authored-by: t.yang <t.yang@Tao-Yang-Young.local>
2023-02-26fix transparent background on window seperator (#209)WuerfelDev1-1/+1
* fix transparent background on window splits * VertSplit was depreached for WinSeparator
2023-02-11Fix nvim version check (0.7+ -> 0.8+) (#206)Stefano Volpe1-2/+2
2023-02-09Do not use the same color for Whitespace as for Cursorline (#204)Andreas Schneider1-1/+1
This will make listchars disappear! Fixes #203
2023-02-05exposing palette and get_base_colors. Ref #148Ellison Leão2-107/+109
Also: - Changing Mason highlights
2023-01-26styluaEllison Leão1-7/+14
2023-01-26Transparency support for signs (#195)xbt5731-7/+7
* Transparency support for signs * fix colors with transparency off
2023-01-26Add Whitespace group (#199)Sergey Kislyakov1-0/+1
Fixes #196
2023-01-03fix: change @namespace highlight link (#193)Mike1-1/+2
2022-12-12fix: make directories gruvboxblue (#191)Luca Saccarola1-1/+1
2022-12-06chore: repair IncSearch linking for CurSearch (#189)Oskar Grunning1-1/+1
2022-12-06fix: add cursearch highlight (#188)Oskar Grunning1-0/+1
2022-12-03feat: Add checkbox highlight groups (#186)Lucas Tavares1-0/+3
2022-11-28feat: add carbon.nvim color groups (#184)Luca Saccarola1-0/+8
2022-11-24Add missing highlight group for coc.nvim (#182)Paul Willot1-0/+1
Add missing `CocMenuSel` group for coc.nvim, without this the completion menu had no colors. I chose `PmenuSel` because it seems appropriate, feel free to edit if there's a better match
2022-11-14fix: syntax errorEllison Leão1-28/+28
2022-11-14added navic colors into groups (#178)João Peterson Scheffer1-0/+29
2022-11-11fix: transparency of signcolumn (#176)Austin Liu1-2/+2
2022-11-10feat: add Winbar highlight groups (#174)Maxime Brunet1-0/+2