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
not
eb057bd6dd
Update bug_report.yml ( #157 )
2023-04-30 16:27:50 -05:00
not
75bb6e5a6d
Update bug_report.yml
2023-04-27 12:23:40 -05:00
not
89bcc4b197
Update bug_report.yml
2023-04-27 12:22:09 -05: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
not
6d91e39c28
Update bug_report.yml
2023-01-17 21:07:28 -05:00
mvllow
7f6a7364de
ci: fix template formatting
2023-01-13 13:58:29 -05:00
mvllow
d1e3278a45
ci: add issue templates
...
Thanks to https://github.com/folke/lazy.nvim for the inspiration!
2023-01-13 13:55:30 -05:00