aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)AuthorFilesLines
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
2022-11-01Fix don't interrupt cursorline (#169)Luca Saccarola1-2/+2
2022-10-28Add treesitter highlight groups for diff (#166)Thorben Günther1-0/+2
2022-10-27fix: treesitter on neovim >= 0.8 (#163)Hollis Wu1-6/+73
* fix: treesitter on neovim >= 0.8 Close #159 See https://github.com/nvim-treesitter/nvim-treesitter/pull/3656 * chore: Remove neovim 0.7 TS support
2022-10-26Support lsp-inlayhints.nvim (#157)Daniel M. Capella1-0/+2
https://github.com/lvimuser/lsp-inlayhints.nvim/blob/9bcd6fe25417b7808fe039ab63d4224f2071d24a/README.md#highlight
2022-09-30styluaEllison Leão1-1/+3
2022-09-30Add palette overriding (#145)Marian2-1/+4
2022-09-27feat: add nvim-tree colors based on exa style (#150)Antoine Bertin1-0/+17
* feat: add nvim-tree colors based on exa style * fix: syntax 😬
2022-09-27feat: add groups for Mason (#152)Antoine Bertin1-0/+12
2022-09-15Add transparent_mode and dim_inactive support (#149)Rahul Garg2-1/+4
* Add transparent_mode and dim_inactive support * Attempt to fix tests
2022-08-29fix: debugPC highlight (#146)eriedaberrie1-1/+1
2022-08-02styluaEllison Leão1-1/+1
2022-08-02Add dashboard-nvim hlGroups (#137)gdnand1-0/+6
* Add dashboard-nvim hlGroups * Fix: stylua format changes
2022-07-15Fix markdownItalic to set italics instead of bold (#136)James Eapen1-1/+1
2022-07-14removing extra vim.cmd colorscheme callEllison Leão1-2/+0
2022-07-14lots of highlight fixesEllison Leão1-312/+405
- adding missing language highlights - removing old vimscript plugins highlight support - improving lspsaga.nvim highlights
2022-07-06adding strikethrough option in configEllison Leão2-2/+4
update readme
2022-07-06removing unnecessary treesitter hl groupsEllison Leão1-51/+3
2022-07-05fix: neutral colors (#132)AnthonyK2131-0/+12
2022-06-30fix gray color. Resolve #131Ellison Leão1-1/+2
2022-06-30fix: repair inc search fg (#130)Oskar Grunning1-1/+1
2022-06-28normal mode back to use nvim_set_hl as it's already in stable versionEllison Leão1-15/+6
updates on README
2022-06-28add missing inverse option. Resolve #127Ellison Leão1-0/+1
2022-06-28fix contrast. Resolve #124Ellison Leão2-2/+2
2022-06-28New configuration system and more (Ref #96) (#122)Ellison8-813/+691
* 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
2022-06-19fix Normal group. Should not use nvim_set_hl for nowEllison Leão3-15/+15
2022-05-12change GitSignsChange to orange (#117)Max Verevkin1-1/+1
GitSignsChange was too similar with GitSignsAdd
2022-04-22fix italicize_comments settingsEllison Leão1-1/+1
2022-04-21fix: add cursearch highlight (#114)Oskar Grunning1-0/+1
2022-04-18Fixing errors on links and settings. Ref #109Ellison Leão5-127/+121
2022-04-17Resolve #99 (#103)Ellison7-172/+102
* initial work on #99 * remove comments * goodbye neovim 0.6. Using new hl system, now working
2022-02-12fix lightline autoload. Ref #94Ellison Leão2-71/+54
2022-02-10Delete stylua.tomlEllison1-6/+0