Commit graph

158 commits

Author SHA1 Message Date
mvllow
06fca4e007 darken statusline foreground 2022-01-23 18:27:38 -06:00
mvllow
f8c9ac7dad wip: add bufferline starting point
ref #56
2022-01-21 21:07:02 -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
Daniel Mathiot
ed2dd129b6 feat: Add lsp_signature highlight (#54) v0.3.0 2022-01-04 09:29:16 -06:00
mvllow
617fb080ac fix: barbar buffer target
ref #52
2021-12-30 23:05:58 -06:00
mvllow
6986aee1e3 fix: diff changed contrast
ref #51
2021-12-30 11:34:58 -06:00
mvllow
bc7ec7ab69 feat: add TSStringSpecial v0.2.0 2021-12-30 10:51:34 -06:00
mvllow
d48856ebcf chore: match treesitter operator colour 2021-12-30 10:49:09 -06:00
mvllow
812bb12e29 chore: add coloured diff backgrounds
fixes #51
2021-12-21 11:06:40 -06:00
Samuel K
490b59d540 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 12cfac46f3.

* 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 12cfac46f3.

* 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
12cfac46f3 Support for Neorg (#33) 2021-12-15 08:25:45 -06:00
Matthias Vogelgesang
8594322103 fix: match Markdown headings for TS plugin (#49) 2021-12-14 13:26:36 -06:00
mvllow
5feab69740 fix: matching parenthesis contrast
closes #47
2021-12-08 11:51:29 -06:00
mvllow
23c51ae234 chore: remove markdown test 2021-12-03 15:10:01 -06:00
not
e169df7098 docs: use default config as example 2021-12-03 15:04:41 -06:00
not
718fb1fcf7 docs: format 2021-12-03 15:03:47 -06:00
mvllow
40ae2b843d chore!: match heading prefix to text 2021-12-03 15:02:46 -06:00
mvllow
bebb579bcd feat: add vim.g.rose_pine_colors.heading_prefix 2021-12-03 14:44:21 -06:00
mvllow
1ef3ca3806 chore: update headings 2021-12-03 14:43:58 -06:00
mvllow
043d73befd docs: encourage tagged releases 2021-12-03 11:00:45 -06:00
mvllow
61c20113aa feat: add vim.g.rose_pine_inactive_background v0.1.0
closes #39
2021-12-03 09:58:25 -06:00
mvllow
ce1a9d36e5 feat: add vim.g.rose_pine_disable_float_background option 2021-12-03 09:45:20 -06:00
mvllow
0f83b4a472 docs: update variant name 2021-12-03 09:45:02 -06:00
mvllow
4a36ea9819 Revert "Remove background for popups (#38)"
This reverts commit 4fa5912437.
2021-12-03 09:39:40 -06:00
mvllow
62f9fb7b27 Merge branch 'main' of github.com:rose-pine/neovim 2021-12-03 09:38:58 -06:00
not
e6e25af038 Refactor structure (#43)
* refactor: palette

* refactor: simplify init

* chore!: rename functions

- `rose-pine.functions.select_variant` -> `rose-pine.set`
- `rose-pine.functions.toggle_variant` -> `rose-pine.toggle`

* docs: update options

* chore: update config with shared headings
2021-12-03 09:38:34 -06:00
mvllow
69038d7668 Merge branch 'main' of github.com:rose-pine/neovim 2021-12-03 09:37:47 -06:00
mvllow
4a43244c6a chore: update config with shared headings 2021-12-03 09:36:54 -06:00
mvllow
d625d91bb6 docs: update options 2021-12-03 09:36:54 -06:00
mvllow
dd00cb8de1 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
981ffd5e16 refactor: simplify init 2021-12-03 09:36:54 -06:00
mvllow
f712b06101 refactor: palette 2021-12-03 09:29:55 -06:00
Joonas Korhonen
ddb4959e27 Link legacy diff groups for git.vim and diff.vim syntax (#42) 2021-12-03 08:15:12 -06:00
Daniel Mathiot
4fa5912437 Remove background for popups (#38) 2021-12-02 11:33:09 -06:00
mvllow
21031bf9b2 chore: format group name 2021-12-01 23:58:50 -06:00
Devin
8ce782f282 Fix neogit highlight and adjust the highlight contrast (#41)
* fix: neogit highlight broken after #44065fc

* feat(neogit): adjust highlight contrast
2021-12-01 23:54:09 -06:00
mvllow
876b18a78e chore: format 2021-12-01 13:51:24 -06:00
mvllow
44065fcafe fix: improve highlight contrast
closes #40
2021-12-01 13:08:18 -06:00
Daniel Mathiot
bea1fa86c2 feat: Add more highlights to nvim-cmp (#37)
* feat: Add more highlights to nvim-cmp

This should close #36.
For information sake, the colors and the arrangement is very personal,
and can be subject to changes.
Feel free to complete the list of supported CmpItemKind from there: https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/types/lsp.lua#L108

* fix: Remove subtle hl for CmpItemKinds
2021-11-30 17:31:36 -06:00
Piers Olenski
a00a30d7d6 Add VimWiki support (#35) 2021-11-20 10:04:48 -06:00
mvllow
38f3720c64 feat: add NormalFloat 2021-11-19 13:36:11 -06:00
mvllow
75ecde0bb2 fix: float background mismatch 2021-11-19 13:25:44 -06:00
mvllow
7b5ba94aa9 fix: allow partial overrides for nested groups 2021-11-08 16:50:51 -06:00
mvllow
b547d92b88 feat: add headings to vim.g.rose_pine_colors 2021-11-08 16:44:45 -06:00
mvllow
cd176b07b0 docs: add contributing section 2021-11-08 16:43:37 -06:00
mvllow
21b041a50c chore: format 2021-11-08 16:41:31 -06:00
Koczka Bence
353c4e6f1e Added markdown highlight groups. (#32)
* Added markdown highlights.

* enchancement: Improve non-treesitter support(#6)

Added markdown highlight groups.
2021-11-08 16:24:32 -06:00
mvllow
7f2bcbb369 chore: update bufferline style 2021-11-08 16:23:45 -06:00
Karim Abou Zeid
bc6fa998dd 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
Karim Abou Zeid
4f6e07b643 chore: update FloatBorder bg color (#30) 2021-10-17 12:08:10 -05:00