Commit graph

137 commits

Author SHA1 Message Date
Jakub Theimer
6e9d6fb0de
Add highlights for nvim-navic (#135) 2023-03-06 14:35:28 -06:00
Tom Marien
f977f08853
feat: added leap highlight groups (#133) 2023-03-04 09:17:46 -06:00
Brian Di Palma
4d6b2a2fe4
fix: Make extent/size of floating windows clearer (#129) 2023-02-24 12:06:25 -06:00
mvllow
5491136d31
fix: transparent Pmenu when disable_float_background
Closes #124
2023-02-23 14:03:14 -06:00
not
4eac261d57
Merge canary (#114)
* feat!: use new highlight api

* feat: support custom highlight blending

Example:

```
{
	highlight_groups = {
		StatusLine = { bg = 'love', blend = 10 }
	}
}
```

* refactor: move config into separate file

* wip: update semantic tokens

* ci: add issue templates

Thanks to https://github.com/folke/lazy.nvim for the inspiration!

* ci: fix template formatting

* chore: update editorconfig

* fix: decouple more backgrounds from floats

* change `@tag.attribute` to iris

* add cursor highlights

Closes #121

* match link underline colour

* improve `dim_nc_background` behaviour

ref #123

* feat: expose each variant as individual theme

ref #98

* feat: update tokens

ref #107

* feat: distinguish between `CmpItemKind`'s
2023-02-22 13:25:36 -06:00
mvllow
e3895d8e76
fix: decouple StatusLine background from floats 2023-01-16 23:42:14 -05:00
Arkady Rost
8e800a9999
Fixed Telescope background in case when config.disable_background = true and (#110)
config.disable_float_background = false

Co-authored-by: Arkady Rost <arost@almworks.com>
2023-01-03 12:47:51 -06:00
Zakhary Kaplan
1837586b7d
fix: indent-blankline missing hlGroups (#108) 2022-12-27 11:23:58 -06:00
Slotos
02fa3a0368
Ease up diff backgrounds (#104)
Lower the blend intensity to leave sufficient colour difference for the eye to catch on.
2022-11-08 20:39:38 -05:00
Myuwi
82c86091b4
fix: add support for @* treesitter highlight groups (#101) 2022-10-20 15:15:40 -05:00
Mi Yu
69dca24ba7
feat: Add neovim :checkhealth highlight groups (#100) 2022-10-03 10:39:52 -04:00
mvllow
f739adcaf8 reduce SpellBad importance 2022-09-06 17:28:48 -04:00
gdnand
0f3ea81624
ADD: dashboard hlGroups (#90) 2022-08-14 08:59:26 -04:00
Will Leinweber
9aff7f7602
feat: Add nvim-dap-ui highlight groups (#87) 2022-07-16 23:08:57 -04:00
mvllow
d2d37aa67e refactor(nvim-tree): link folder names 2022-07-08 19:53:27 -04:00
mvllow
9d54de5a5d refactor: format and remove unused values
- update format rules
- update plugin file headers
- remove unused opacity from palette
2022-06-16 00:43:09 -04:00
mvllow
df94e56cad chore: reduce contrast of ColorColumn
To override highlights: https://github.com/rose-pine/neovim#options
2022-06-14 11:59:22 -04:00
mvllow
b79f4a2864 feat: support WildMenu 2022-06-14 11:34:50 -04:00
crows
04fb9d3bf2
feat: improve contrast of the FloatTitle (#83) 2022-06-02 11:07:52 -04:00
Will Leinweber
aa69b6a3d7
Add CurSearch highlight group (#81) 2022-05-06 12:34:05 -04:00
Fitrah Muhammad
da67a549cf
add LspCodelensXXX highlight group (#80) 2022-04-25 16:32:28 -04:00
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