Commit graph

74 commits

Author SHA1 Message Date
Tobias Sommer
e103407675
docs: add inherit option (#175)
* Remove the option, which is not longer implemented
* Add an example for the inherit highlight config
2023-07-22 16:31:03 +02:00
Niamh Ferns
76cae45b4e
feat!: custom user highlight groups are merged with Rosé Pine defaults (#171)
Configuring `highlight_groups` now merge by default. For example, to add italics without changing the colour:

```diff
- Keyword = { fg = "pine", italic = true }
+ Keyword = { italic = true }
```

Opt out of this behaviour via `inherit = false`.
2023-07-15 17:04:58 +02:00
not
2930024948
docs: remove empty setup function (#137) 2023-03-06 15:20:48 -06:00
not
70b2b915a5
feat: add background_nc and panel_nc groups (#130) (#132) 2023-03-06 14:40:10 -06:00
not
51a16de235
Update readme.md 2023-02-23 14:34:03 -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
845a6ad544
Update readme.md 2023-01-17 21:09:31 -05:00
Guilherme de Andrade
8d8a792834
docs: remove tag option from Packer snippet (#96) 2022-09-18 12:22:07 -04:00
Will Leinweber
9aff7f7602
feat: Add nvim-dap-ui highlight groups (#87) 2022-07-16 23:08:57 -04:00
mvllow
81ed8f8106 docs: move supported plugins to the wiki 2022-06-16 00:52:16 -04:00
fvrests
3a6bcc2706
link to packer.nvim 2022-05-14 11:58:12 -04:00
not
758568b92e
Update readme.md 2022-04-19 09:09:57 -05:00
Will Leinweber
e7f17f745d
chore: move image to github cdn (#78) 2022-04-19 09:07:45 -05:00
not
f0441971fb
docs: remove duplicated usage 2022-04-15 13:02:57 -04:00
not
3f6586e80f
add toggleterm highlights and initial bufferline highlights (#77) 2022-04-15 09:16:03 -04:00
not
1fca56dd9a
docs: update readme 2022-04-09 16:27:39 -04:00
not
40c4fd7f55
add highlight groups (#74) 2022-04-01 12:28:34 -04:00
mvllow
fb0231471f docs: add groups.background and groups.panel 2022-03-17 13:42:41 -04:00
not
dfe241d0f4
Update readme.md 2022-02-14 09:43:34 -06:00
Brian Di Palma
8e38e08c75
Update readme.md (#68) 2022-02-14 07:36: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
not
71c27e532d
Update readme.md 2022-02-10 16:04:33 -06:00
not
e3abdbb2d7
Update readme.md 2022-02-10 10:31:12 -06:00
mvllow
2c677efe0c docs: update tag 2022-02-07 12:12:17 -06:00
mvllow
e8f4d8310c docs: add alt lualine theme 2022-02-06 16:51:14 -06:00
mvllow
bdf38af8ce feat: add link override
- refactor config and readme
2022-02-02 17:44:16 -06:00
not
3e56a0b23f
Update readme.md 2022-01-28 18:32:46 -06:00
mvllow
f3bf19cabc feat: add support for telescope.nvim and allow border overrides 2022-01-28 15:11:59 -06:00
Devin
c160553d7e
feat: add support for pounce.nvim (#60) 2022-01-25 08:10:51 -06:00
Samuel K
adec84ec3d
Support for LspSaga (#48)
* lspsaga: update readme
add lspsaga to the readme

* feat: code actions and diagnostics hl-groups
Highlight groups for:
- code actions
- diagnostics

* feat(nvim): add some more colors

Adding some more lspsaga colors.

* feat(lspsaga): finishing touches

Add the finihing touches and add the last needed highlightgroups

Disclaimer: Preview Definitions still don't work

* style(lspsaga): remove comments and rearrange

Remove uneeded comments and rearrange some code

* fix(lspsaga): preview definitions

Preview Definitions now get highlighted! Why?
Because it's *Definitions* not *Defintions*

* feat(lspsaga): add one new highlight

Add LspSagaBorderTitle highlight

* fix(lspsaga): remove lspsaga.norg

* style(lspsaga): rearrange diagnostic highlights

Rearrange `DiagnosticInformation` and `DiagnosticWarning` to their respective spots

* Revert "Merge branch 'main' into main"

This reverts commit 5d26b3da8b, reversing
changes made to 79c84ef6d4.

* lspsaga: update readme
add lspsaga to the readme

* feat: code actions and diagnostics hl-groups
Highlight groups for:
- code actions
- diagnostics

* style(lspsaga): remove comments and rearrange

Remove uneeded comments and rearrange some code

* style(lspsaga): rearrange diagnostic highlights

Rearrange `DiagnosticInformation` and `DiagnosticWarning` to their respective spots

* Revert "Merge branch 'main' into main"

This reverts commit 5d26b3da8b, reversing
changes made to 79c84ef6d4.

* fix(lspsaga): add missing diagnostc groups

* style(lspsaga): format with stylua

* chore: format

Co-authored-by: mvllow <mvllow@icloud.com>
2021-12-17 13:38:22 -06:00
Daniel Mathiot
79c84ef6d4
Support for Neorg (#33) 2021-12-15 08:25:45 -06:00
not
dcd9846ef6
docs: use default config as example 2021-12-03 15:04:41 -06:00
not
33f244fa4b
docs: format 2021-12-03 15:03:47 -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
a580fd95aa docs: encourage tagged releases 2021-12-03 11:00:45 -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
279df9ff18 docs: update variant name 2021-12-03 09:45:02 -06:00
mvllow
6470d8c352 docs: update options 2021-12-03 09:36:54 -06:00
mvllow
34aeab3b8e chore!: rename functions
- `rose-pine.functions.select_variant` -> `rose-pine.set`
- `rose-pine.functions.toggle_variant` -> `rose-pine.toggle`
2021-12-03 09:36:54 -06:00
mvllow
e1e52db9c1 feat: add headings to vim.g.rose_pine_colors 2021-11-08 16:44:45 -06:00
mvllow
5e7a87f13f docs: add contributing section 2021-11-08 16:43:37 -06:00
Karim Abou Zeid
e9bf877ded
Update readme.md (#31)
this will make sure the name of the containing plugin folder will be rose-pine instead of neovim.

it's also in packers docs for dracula: https://github.com/wbthomason/packer.nvim#quickstart
2021-10-19 13:14:20 -05:00
mvllow
fc8f6d5586 docs: update readme 2021-10-12 13:47:17 -05:00
not
49c21eb08e
docs: format 2021-10-12 12:27:24 -05:00
mvllow
839522ee88 docs: add new group to vim.g.rose_pine_colors 2021-10-12 12:25:28 -05:00
mvllow
5beedc0a76 feat: allow colour overrides
closes #10
2021-10-12 12:14:41 -05:00
Devin
23f49361d7
feat: add support for neogit (#25) 2021-09-29 16:02:12 -04:00