Commit graph

114 commits

Author SHA1 Message Date
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
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
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
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
6bdbe52159 refactor: simplify init 2021-12-03 09:36:54 -06:00
mvllow
da95f1bad5 refactor: palette 2021-12-03 09:29:55 -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
a7376ca116 chore: format 2021-12-01 13:51:24 -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
Karim Abou Zeid
c2d95be0d6
chore: update FloatBorder bg color (#30) 2021-10-17 12:08:10 -05:00
mvllow
3f29019570 feat: add punctuation to vim.g.rose_pine_colors
ref #29
2021-10-12 12:24:02 -05:00
mvllow
5beedc0a76 feat: allow colour overrides
closes #10
2021-10-12 12:14:41 -05:00
mvllow
4f010ebee8 chore: update Title from _rose_ to _text_ 2021-10-11 09:57:03 -05:00
mvllow
ca31c0789c chore: update html heading text 2021-10-11 09:50:54 -05:00
mvllow
73fe387c54 chore: use normal text colour for nvim-tree image files 2021-10-07 09:51:54 -05:00
mvllow
c0f733d68b fix: syntax error 2021-10-07 09:50:59 -05:00
mvllow
5e8e54c1d1 feat: add NvimInternalError 2021-10-07 09:50:02 -05:00
mvllow
1e95930ae5 feat: add RedrawDebug<*> 2021-10-07 09:49:48 -05:00
mvllow
9b3910bc33 feat: add NvimTreeImageFile 2021-10-07 09:44:08 -05:00
mvllow
a3f4f39ca7 fix: add Diagnostic<Type> 2021-10-07 09:42:07 -05:00
James
a5e1cc7842
feat(theme): Add TabLine TabLine and TabLineSel (#27) 2021-10-05 17:02:35 -05:00
Devin
23f49361d7
feat: add support for neogit (#25) 2021-09-29 16:02:12 -04:00
Devin
a0e7a155a3
feat: add bold vertical split line option (#26) 2021-09-29 16:00:34 -04:00
Devin
55b36b8a36
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
8fd0ee6d8f
Fix Lsp hightlight bug (#23) 2021-09-24 09:29:16 -04:00
Naruto Uzumaki
39f306caa1 add(highlight): indent-blankline.nvim 2021-09-22 16:22:24 +05:30