Commit graph

19 commits

Author SHA1 Message Date
Eric
139cd93be7 Merge branch 'main' of https://github.com/rose-pine/neovim into rose-pine-main 2023-08-24 12:44:43 -07: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
Eric Xiao
7fbba55cb2 Major Palette Changes 2022-12-07 16:16:04 -08:00
Eric Xiao
1b8b98e194 format 2022-10-21 10:44:47 -07:00
Eric Xiao
9f8166f90a updated colours, formatting 2022-10-20 22:08:57 -07:00
mvllow
9d54de5a5d 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
3de9dadb96 fix named blend styles
ref #70
2022-02-18 11:13:01 -06:00
mvllow
1827f73b8c chore: update util function 2022-01-29 16:12:03 -06:00
not
a455e5f57a
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
6f00511f83 chore: add coloured diff backgrounds
fixes #51
2021-12-21 11:06:40 -06:00
mvllow
6bdbe52159 refactor: simplify init 2021-12-03 09:36:54 -06:00
NTBBloodbath
cec5f5451a
feat: add galaxyline color theme, see notes in readme 2021-09-17 10:48:24 -04:00
mvllow
ab8cff566b fix: ColorScheme autocmd skipped due to async 2021-08-24 10:31:47 -05:00
mvllow
e3229c0ac9 always prioritise global variant setting 2021-08-20 11:37:20 -05:00
mvllow
90a38e7877 use dawn variant if vim background is light (closes #15) 2021-08-20 11:08:04 -05:00
mvllow
cfb579f225 refactor theme 2021-08-20 11:07:09 -05:00
mvllow
6ec2d7208e add alt variant syntax 2021-07-31 19:46:26 -05:00
mvllow
80d7270481 format 2021-07-12 22:58:29 -05:00
mvllow
f0c2be8d63 init 2021-05-18 11:15:39 -05:00