Commit graph

15 commits

Author SHA1 Message Date
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
4a3b4512fc refactor: format and remove unused values
- update format rules
- update plugin file headers
- remove unused opacity from palette
2022-06-16 00:43:09 -04:00
mvllow
3fb07a770f fix named blend styles
ref #70
2022-02-18 11:13:01 -06:00
mvllow
9fabaff219 chore: update util function 2022-01-29 16:12:03 -06:00
not
e0fd291fb0 Update palette (#58)
* chore: format

* feat!: use new palette

- color "inactive" has been renamed to "muted"
- update subtle and muted colors
2022-01-21 20:27:22 -06:00
mvllow
812bb12e29 chore: add coloured diff backgrounds
fixes #51
2021-12-21 11:06:40 -06:00
mvllow
981ffd5e16 refactor: simplify init 2021-12-03 09:36:54 -06:00
NTBBloodbath
417d5122f3 feat: add galaxyline color theme, see notes in readme 2021-09-17 10:48:24 -04:00
mvllow
481a2ba8db fix: ColorScheme autocmd skipped due to async 2021-08-24 10:31:47 -05:00
mvllow
ce6f25e13b always prioritise global variant setting 2021-08-20 11:37:20 -05:00
mvllow
fd6219436b use dawn variant if vim background is light (closes #15) 2021-08-20 11:08:04 -05:00
mvllow
5d560dfb11 refactor theme 2021-08-20 11:07:09 -05:00
mvllow
fadbc94280 add alt variant syntax 2021-07-31 19:46:26 -05:00
mvllow
45a24037e4 format 2021-07-12 22:58:29 -05:00
mvllow
f0c2be8d63 init 2021-05-18 11:15:39 -05:00