Commit graph

112 commits

Author SHA1 Message Date
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
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
61c20113aa feat: add vim.g.rose_pine_inactive_background
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
4a36ea9819 Revert "Remove background for popups (#38)"
This reverts commit 4fa5912437.
2021-12-03 09:39:40 -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
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
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
4f6e07b643 chore: update FloatBorder bg color (#30) 2021-10-17 12:08:10 -05:00
mvllow
9dd9c6f553 feat: add punctuation to vim.g.rose_pine_colors
ref #29
2021-10-12 12:24:02 -05:00
mvllow
7b0ab96f47 feat: allow colour overrides
closes #10
2021-10-12 12:14:41 -05:00
mvllow
2d4876b8b1 chore: update Title from _rose_ to _text_ 2021-10-11 09:57:03 -05:00
mvllow
8c8eb7375f chore: update html heading text 2021-10-11 09:50:54 -05:00
mvllow
114ddf60b2 chore: use normal text colour for nvim-tree image files 2021-10-07 09:51:54 -05:00
mvllow
e77381fd2e fix: syntax error 2021-10-07 09:50:59 -05:00
mvllow
8acf4fd29c feat: add NvimInternalError 2021-10-07 09:50:02 -05:00
mvllow
26bcaaf703 feat: add RedrawDebug<*> 2021-10-07 09:49:48 -05:00
mvllow
fca45b69e2 feat: add NvimTreeImageFile 2021-10-07 09:44:08 -05:00
mvllow
256a231f3c fix: add Diagnostic<Type> 2021-10-07 09:42:07 -05:00
James
a642130aff feat(theme): Add TabLine TabLine and TabLineSel (#27) 2021-10-05 17:02:35 -05:00
Devin
09d761aec8 feat: add support for neogit (#25) 2021-09-29 16:02:12 -04:00
Devin
5cf7750240 feat: add bold vertical split line option (#26) 2021-09-29 16:00:34 -04:00
Devin
6489d7cc62 feat: add highlight for nvim_cmp (#24)
* feat: add highlight for nvim_cmp

* fix: indentation
2021-09-28 20:44:21 -04:00
Andres Baron
d8ca0bc95e Fix Lsp hightlight bug (#23) 2021-09-24 09:29:16 -04:00
Naruto Uzumaki
4e0e41ff4f add(highlight): indent-blankline.nvim 2021-09-22 16:22:24 +05:30
GuillaumeAllain
fdc0ca2a6c c13242cf47
neovim officially reprecated LspDiagnostics* group. This changes the
LspDiagnostics* highlight group to the correct Diagnotics* group to
correct the highlight color.
2021-09-18 20:14:44 -04:00
NTBBloodbath
417d5122f3 feat: add galaxyline color theme, see notes in readme 2021-09-17 10:48:24 -04:00