Eric
|
139cd93be7
|
Merge branch 'main' of https://github.com/rose-pine/neovim into rose-pine-main
|
2023-08-24 12:44:43 -07:00 |
|
mvllow
|
6b7b38bbb3
|
chore: clean up types and setup logic
|
2023-06-07 00:14:45 +02:00 |
|
not
|
9532757a42
|
chore: update config types (#150)
|
2023-03-30 13:00:32 -05:00 |
|
not
|
70b2b915a5
|
feat: add background_nc and panel_nc groups (#130) (#132)
|
2023-03-06 14:40:10 -06: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 |
|
not
|
b425bbd84c
|
breaking: move to lua config (#64)
Co-authored-by: fvrests <fvrests@icloud.com>
|
2022-02-13 16:18:23 -06:00 |
|
mvllow
|
bdf38af8ce
|
feat: add link override
- refactor config and readme
|
2022-02-02 17:44:16 -06:00 |
|
mvllow
|
f3bf19cabc
|
feat: add support for telescope.nvim and allow border overrides
|
2022-01-28 15:11:59 -06:00 |
|
mvllow
|
587d0ba26f
|
chore!: match heading prefix to text
|
2021-12-03 15:02:46 -06:00 |
|
mvllow
|
5329dbb5d0
|
feat: add vim.g.rose_pine_colors.heading_prefix
|
2021-12-03 14:44:21 -06:00 |
|
mvllow
|
f19ee5d710
|
chore: update headings
|
2021-12-03 14:43:58 -06:00 |
|
mvllow
|
4b63d8d0e5
|
feat: add vim.g.rose_pine_inactive_background
closes #39
|
2021-12-03 09:58:25 -06:00 |
|
mvllow
|
7b3678a17c
|
feat: add vim.g.rose_pine_disable_float_background option
|
2021-12-03 09:45:20 -06:00 |
|
mvllow
|
9bbb42eb18
|
chore: update config with shared headings
|
2021-12-03 09:36:54 -06:00 |
|