Commit graph

144 commits

Author SHA1 Message Date
Fitrah Muhammad
0439bb7eee
add LspReferenceXXX highlight group (#75) 2022-04-11 10:19:35 -04:00
not
40c4fd7f55
add highlight groups (#74) 2022-04-01 12:28:34 -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
3de9dadb96 fix named blend styles
ref #70
2022-02-18 11:13:01 -06:00
mvllow
e3b398d897 update punctuation colour 2022-02-15 22:37:52 -06: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
b18db6394e rename alternative lualine theme 2022-02-06 16:51:09 -06:00
fvrests
032d5cf6a6 update dawn overlay 2022-02-06 16:42:43 -06:00
fvrests
5d9cf287dc add inverse theme 2022-02-06 16:42:43 -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
1827f73b8c chore: update util function 2022-01-29 16:12:03 -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
mvllow
ceb8d53bc3 wip: add bufferline starting point
ref #56
2022-01-21 21:07:02 -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
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