Commit graph

116 commits

Author SHA1 Message Date
Fitrah Muhammad
0439bb7eee
add LspReferenceXXX highlight group (#75) 2022-04-11 10:19:35 -04:00
mvllow
c94b45b619 add groups.background and groups.panel
closes #73
2022-03-17 13:41:33 -04:00
Will Leinweber
9758101bd4
fix: Re-add nvim-notify highlights (#72) (#72) 2022-03-09 22:21:17 -05:00
mvllow
32fc6d4a54 fix user options not being applied
closes #69
2022-02-14 15:20:30 -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
Daniel Mathiot
41661f12d7
feat: Add nvim-notify highlights (#66) 2022-02-08 12:47:47 -06:00
mvllow
8178116366 reduce contrast of cursorline and cursorcolumn
closes #65
2022-02-08 08:58:59 -06:00
mvllow
5cd9fe3d57 update active match highlight 2022-02-07 11:48:04 -06:00
mvllow
4a969faf91 minor tweaks and formatting 2022-02-07 11:47:42 -06:00
mvllow
f26b1f795c update config logic 2022-02-03 19:35:16 -06:00
mvllow
bdf38af8ce feat: add link override
- refactor config and readme
2022-02-02 17:44:16 -06:00
mvllow
2168738bee match telescope selection caret background 2022-01-28 15:20:20 -06:00
mvllow
f3bf19cabc feat: add support for telescope.nvim and allow border overrides 2022-01-28 15:11:59 -06:00
mvllow
c6be966611 update search highlights 2022-01-26 21:32:05 -06:00
mvllow
05bc82f815 feat: support FoldColumn 2022-01-26 10:36:18 -06:00
yuhixyz
dca25f4efc
vimwikilink add underline style (#61) 2022-01-25 08:12:05 -06:00
Devin
c160553d7e
feat: add support for pounce.nvim (#60) 2022-01-25 08:10:51 -06:00
mvllow
9344ec7935 darken statusline foreground 2022-01-23 18:27:38 -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
Daniel Mathiot
25e7f54592
feat: Add lsp_signature highlight (#54) 2022-01-04 09:29:16 -06:00
mvllow
9c1675349b fix: barbar buffer target
ref #52
2021-12-30 23:05:58 -06:00
mvllow
d635d33137 fix: diff changed contrast
ref #51
2021-12-30 11:34:58 -06:00
mvllow
d16fc7333f feat: add TSStringSpecial 2021-12-30 10:51:34 -06:00
mvllow
40779c9bc2 chore: match treesitter operator colour 2021-12-30 10:49:09 -06:00
mvllow
6f00511f83 chore: add coloured diff backgrounds
fixes #51
2021-12-21 11:06:40 -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
Matthias Vogelgesang
a95bf37486
fix: match Markdown headings for TS plugin (#49) 2021-12-14 13:26:36 -06:00
mvllow
b4bb4d0574 fix: matching parenthesis contrast
closes #47
2021-12-08 11:51:29 -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
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
81dc77e3c1 Revert "Remove background for popups (#38)"
This reverts commit 19fcb371dc.
2021-12-03 09:39:40 -06:00
mvllow
ac57bf91a4 Merge branch 'main' of github.com:rose-pine/neovim 2021-12-03 09:37:47 -06:00
mvllow
9bbb42eb18 chore: update config with shared headings 2021-12-03 09:36:54 -06:00
Joonas Korhonen
7bd39afcd1
Link legacy diff groups for git.vim and diff.vim syntax (#42) 2021-12-03 08:15:12 -06:00
Daniel Mathiot
19fcb371dc
Remove background for popups (#38) 2021-12-02 11:33:09 -06:00
mvllow
5605d5fe1f chore: format group name 2021-12-01 23:58:50 -06:00
Devin
44054042a2
Fix neogit highlight and adjust the highlight contrast (#41)
* fix: neogit highlight broken after #fe1974e

* feat(neogit): adjust highlight contrast
2021-12-01 23:54:09 -06:00
mvllow
fe1974e950 fix: improve highlight contrast
closes #40
2021-12-01 13:08:18 -06:00
Daniel Mathiot
8a1fe15416
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
c5d27ccd62
Add VimWiki support (#35) 2021-11-20 10:04:48 -06:00
mvllow
2528390177 feat: add NormalFloat 2021-11-19 13:36:11 -06:00
mvllow
1f8c20a782 fix: float background mismatch 2021-11-19 13:25:44 -06:00
mvllow
bc0f132d33 fix: allow partial overrides for nested groups 2021-11-08 16:50:51 -06:00
mvllow
e1e52db9c1 feat: add headings to vim.g.rose_pine_colors 2021-11-08 16:44:45 -06:00
mvllow
483583c1d3 chore: format 2021-11-08 16:41:31 -06:00
Koczka Bence
7d5b176897
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
1f9824d70e chore: update bufferline style 2021-11-08 16:23:45 -06:00