not
1f22d4e97e
feat: add mini.diff ( #259 )
2024-03-28 19:32:00 -05:00
Jaehwang Jung
a959c73910
fix: clear autocmd when changing colorscheme ( #254 )
2024-03-23 13:53:11 -05:00
not
3dbb8a99bd
feat: highlight lsp variable constant ( #246 )
...
Closes #245
2024-03-19 18:51:46 -05:00
James Knight
e901a53e41
feat: add mini.statusline highlights ( #250 )
2024-03-15 12:08:52 -05:00
Andrew
c8e97915d1
feat: add highlight groups for folke/trouble.nvim ( #248 )
2024-03-05 08:47:17 -06:00
not
e28cda232b
feat: prioritise semantic variable highlighting ( #240 )
2024-02-11 20:11:47 -06:00
not
ea3f15ca95
fix: markdown delimiter ( #238 )
2024-02-08 13:44:50 -06:00
not
4372c4eb49
feat: improve markdown syntax ( #237 )
...
* types: update highlight type
* feat: improve markdown highlighting
2024-02-08 13:42:03 -06:00
Maxim Kozhukh
95e9767165
feat: use treesitter highlights for @lsp.type.variable ( #233 )
2024-01-29 09:57:21 -06:00
Lin Tinusgrag
9d0e1b70d9
feat: make markdown headings distinguishable with treesitter ( #232 )
2024-01-29 09:54:19 -06:00
Maxim Kozhukh
75d145fa08
fix: unable to override linked groups ( #230 )
2024-01-29 09:48:02 -06:00
Eric Milford
4452ecd140
feat: Add support for Neotest ( #225 )
...
https://github.com/nvim-neotest/neotest/
2024-01-27 21:02:37 -06:00
not
0b77ef0e7b
chore: update variable highlights ( #226 )
2024-01-27 20:34:00 -06:00
Wahyu Wiyoko
8514c638bc
fix: misspelled highlight group name ( #223 )
2024-01-27 09:43:15 -06:00
not
e62a61166e
fix: regression in options ( #221 )
...
* fix: headings not migrating to flat options
* fix: invalid key when using inherit
2024-01-26 21:43:53 -06:00
not
7ed74e3f24
feat: add new treesitter highlights ( #217 )
...
* feat: add WinBar and WinBarNC
* feat: add new treesitter highlight groups
* perf: parse necessary values upfront
This commit no longer parses each highlight group, but rather user
config values only.
* fix: titles are no longer dynamically coloured
Closes #216 #218 #219
2024-01-26 14:12:54 -06:00
not
f4d51d67ee
feat: add mini.clue and mini.pick ( #215 )
2024-01-18 10:28:16 -06:00
not
aa74893a06
fix: unlink TabLine from StatusLine ( #214 )
2024-01-16 08:31:18 -06:00
not
e0674e5e5c
feat: support folke/flash.nvim ( #211 )
2024-01-12 20:46:04 -06:00
Robin Gruyters
79e0d756b9
chore: update highlights for indent-blanklines ( #210 )
2024-01-12 20:39:12 -06:00
not
46044020c6
feat: improve neogit support ( #209 )
...
* feat: improve neogit support
* add change copied
2024-01-09 15:44:36 -06:00
not
1edcf47562
fix: mismatched WinSeparator background ( #208 )
...
* fix: mismatched WinSeparator background
* feat: use border group for bolded vert split
* fix: Pmenu fg typo
2024-01-08 09:43:57 -06:00
not
bfa2d2b2fb
feat(transparency): remove more backgrounds ( #205 )
...
* feat(transparency): remove border background
* chore(transparency): remove telescope selection caret background
2024-01-07 23:41:02 -06:00
not
2c892088f9
fix: transparency not affecting Normal background ( #204 )
2024-01-07 19:27:50 -06:00
not
86fa83761e
feat: re-add inherit option for custom highlight groups ( #198 )
2024-01-07 15:39:30 -06:00
not
29477a109a
feat!: add new options with better support for transparency ( #185 )
...
This commit adds a few new options and improves transparency support.
Enable transparency styles:
```lua
styles = { transparency = true }
```
Feedback is appreciated!
2024-01-07 13:42:09 -06:00
mvllow
ab6ab41da0
chore: clean up types and setup logic
2023-06-07 00:14:45 +02:00
mvllow
0fb313c3c5
fix: reset palette when switching colorschemes
2023-05-28 17:25:09 +02:00
not
16a4739664
Merge canary ( #114 )
...
* feat!: use new highlight api
* feat: support custom highlight blending
Example:
```
{
highlight_groups = {
StatusLine = { bg = 'love', blend = 10 }
}
}
```
* refactor: move config into separate file
* wip: update semantic tokens
* ci: add issue templates
Thanks to https://github.com/folke/lazy.nvim for the inspiration!
* ci: fix template formatting
* chore: update editorconfig
* fix: decouple more backgrounds from floats
* change `@tag.attribute` to iris
* add cursor highlights
Closes #121
* match link underline colour
* improve `dim_nc_background` behaviour
ref #123
* feat: expose each variant as individual theme
ref #98
* feat: update tokens
ref #107
* feat: distinguish between `CmpItemKind`'s
2023-02-22 13:25:36 -06:00
mvllow
28edf05036
feat: allow overriding unset highlight groups
2022-06-16 00:52:16 -04:00
mvllow
b0724442eb
refactor: remove deprecation messages
2022-06-16 00:52:16 -04:00