Commit graph

188 commits

Author SHA1 Message Date
mvllow
3fb07a770f fix named blend styles
ref #70
2022-02-18 11:13:01 -06:00
mvllow
f3c534e4be update punctuation colour 2022-02-15 22:37:52 -06:00
mvllow
64986b857d fix user options not being applied
closes #69
2022-02-14 15:20:30 -06:00
not
7c398c943c Update readme.md 2022-02-14 09:43:34 -06:00
Brian Di Palma
64c5952bc7 Update readme.md (#68) 2022-02-14 07:36:36 -06:00
not
317a7c8473 breaking: move to lua config (#64) v1.0.0
Co-authored-by: fvrests <fvrests@icloud.com>
2022-02-13 16:18:23 -06:00
not
c207a62f52 Update readme.md 2022-02-10 16:04:33 -06:00
not
6cbc72a75d Update readme.md 2022-02-10 10:31:12 -06:00
Daniel Mathiot
0e23ee652d feat: Add nvim-notify highlights (#66) v0.5.1 2022-02-08 12:47:47 -06:00
mvllow
acee7a0b09 reduce contrast of cursorline and cursorcolumn
closes #65
2022-02-08 08:58:59 -06:00
mvllow
73c5046bf3 docs: update tag 2022-02-07 12:12:17 -06:00
mvllow
a42c0e69df update active match highlight 0.5.0 2022-02-07 11:48:04 -06:00
mvllow
8b704ffdf4 minor tweaks and formatting 2022-02-07 11:47:42 -06:00
mvllow
da1c6111a3 docs: add alt lualine theme 2022-02-06 16:51:14 -06:00
mvllow
3835d28010 rename alternative lualine theme 2022-02-06 16:51:09 -06:00
fvrests
5d1388889e update dawn overlay 2022-02-06 16:42:43 -06:00
fvrests
f520ece741 add inverse theme 2022-02-06 16:42:43 -06:00
mvllow
1a3d0c279e update config logic 2022-02-03 19:35:16 -06:00
mvllow
7a44c1fbec Merge branch 'main' of github.com:rose-pine/neovim 2022-02-02 17:45:08 -06:00
mvllow
b1069203d1 feat: add link override
- refactor config and readme
2022-02-02 17:44:16 -06:00
mvllow
0ac6c6c091 chore: update stylua config 2022-01-29 16:12:12 -06:00
mvllow
9fabaff219 chore: update util function 2022-01-29 16:12:03 -06:00
not
03ace10a49 Update config.lua 2022-01-29 14:48:23 -06:00
not
8a728cd0cd Update readme.md v0.4.0 2022-01-28 18:32:46 -06:00
mvllow
b1f5b18fdf match telescope selection caret background 2022-01-28 15:20:20 -06:00
mvllow
34e6fd25ce feat: add support for telescope.nvim and allow border overrides 2022-01-28 15:11:59 -06:00
mvllow
6a4eeaaac3 update search highlights 2022-01-26 21:32:05 -06:00
mvllow
7ecc4a9dfb feat: support FoldColumn 2022-01-26 10:36:18 -06:00
yuhixyz
ac704d114e vimwikilink add underline style (#61) 2022-01-25 08:12:05 -06:00
Devin
556b04d018 feat: add support for pounce.nvim (#60) 2022-01-25 08:10:51 -06:00
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