Commit graph

12 commits

Author SHA1 Message Date
mvllow
be538fa309
feat: re-add inherit option for custom highlight groups 2024-01-07 15:30:53 -06:00
mvllow
c54cd8f1ad
revert: high contrast Visual
This commit reverts the high contrast Visual highlights in favour of
the previous, neutral behaviour. This allows the foreground highlights
to remain even when selected. Use the previous version in your own
configuration:

```lua
highlight_groups = {
  Visual = { fg = "base", bg = "pine" }
}
```
2024-01-07 13:18:51 -06:00
mvllow
b0f08e9ab9
feat: define fzf-lua highlights 2024-01-07 13:15:10 -06:00
mvllow
ae50dc2130
chore: explicitly set WinSeparator
Closes #191
2024-01-02 20:31:39 -06:00
mvllow
bf3a64c272
feat: bold TabLineSel, including netrw marked files 2023-12-24 10:41:15 -06:00
mvllow
e1ffc902e8
chore: improve float transparency 2023-11-27 13:32:00 -06:00
mvllow
7de6b77b76
feat!: spring cleaning 2023-11-27 12:56:52 -06:00
mvllow
6b7b38bbb3
chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
mvllow
95b458f7b8
fix: reset palette when switching colorschemes 2023-05-28 17:25:09 +02:00
not
4eac261d57
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
3f0a6c06da feat: allow overriding unset highlight groups 2022-06-16 00:52:16 -04:00
mvllow
22b0dea68d refactor: remove deprecation messages 2022-06-16 00:52:16 -04:00