Commit graph

84 commits

Author SHA1 Message Date
YarLama
36526815ee Update readme.md (#328)
* Update readme.md

Extended description for Structured Setup lazy.nvim

* Update readme.md

---------

Co-authored-by: mvllow <mvllow@icloud.com>
2024-12-10 09:50:19 -06:00
not
22f873c7db fix: palette typo (#317) 2024-08-25 12:37:07 -05:00
jostaub
94ffdb7748 feat: palette overrides (#307)
* feat: palette overrides

* removed option all from palett override

* removed dead code forgotten in last commit

* fix typo in readme and simplified comment

Co-authored-by: not <mvllow@icloud.com>

---------

Co-authored-by: not <mvllow@icloud.com>
2024-08-14 13:40:33 -05:00
Wahyu Wiyoko
8514c638bc fix: misspelled highlight group name (#223) 2024-01-27 09:43:15 -06:00
not
7ed74e3f24 feat: add new treesitter highlights (#217)
* feat: add WinBar and WinBarNC

* feat: add new treesitter highlight groups

* perf: parse necessary values upfront

This commit no longer parses each highlight group, but rather user
config values only.

* fix: titles are no longer dynamically coloured

Closes #216 #218 #219
2024-01-26 14:12:54 -06:00
not
76b6d830f6 feat!: enable extend_background_behind_borders by default (#201) 2024-01-07 17:55:48 -06:00
not
29477a109a feat!: add new options with better support for transparency (#185)
This commit adds a few new options and improves transparency support.

Enable transparency styles:

```lua
styles = { transparency = true }
```

Feedback is appreciated!
2024-01-07 13:42:09 -06:00
not
c48de5d8f8 Update readme.md (#181) 2023-10-25 14:43:34 -05:00
not
8f37719a51 docs: fix readme typo (#179) 2023-07-28 23:04:08 +02:00
not
bca840fc90 docs: update installation (#178) 2023-07-28 23:03:23 +02:00
Tobias Sommer
70c641a0b7 docs: add inherit option (#175)
* Remove the option, which is not longer implemented
* Add an example for the inherit highlight config
2023-07-22 16:31:03 +02:00
Niamh Ferns
805a183dde feat!: custom user highlight groups are merged with Rosé Pine defaults (#171)
Configuring `highlight_groups` now merge by default. For example, to add italics without changing the colour:

```diff
- Keyword = { fg = "pine", italic = true }
+ Keyword = { italic = true }
```

Opt out of this behaviour via `inherit = false`.
2023-07-15 17:04:58 +02:00
not
36feaf500f docs: remove empty setup function (#137) 2023-03-06 15:20:48 -06:00
not
826458a62c feat: add background_nc and panel_nc groups (#130) (#132) 2023-03-06 14:40:10 -06:00
not
022be54f7d Update readme.md 2023-02-23 14:34:03 -06:00
not
16a4739664 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
not
9e30b45caf Update readme.md 2023-01-17 21:09:31 -05:00
Guilherme de Andrade
47dd2ad6ba docs: remove tag option from Packer snippet (#96) 2022-09-18 12:22:07 -04:00
Will Leinweber
006aac9d67 feat: Add nvim-dap-ui highlight groups (#87) 2022-07-16 23:08:57 -04:00
mvllow
c253ca2586 docs: move supported plugins to the wiki 2022-06-16 00:52:16 -04:00
fvrests
aeec916cba link to packer.nvim 2022-05-14 11:58:12 -04:00
not
c68bfa077b Update readme.md 2022-04-19 09:09:57 -05:00
Will Leinweber
de2a00774d chore: move image to github cdn (#78) 2022-04-19 09:07:45 -05:00
not
853112468d docs: remove duplicated usage 2022-04-15 13:02:57 -04:00
not
c38b23c022 add toggleterm highlights and initial bufferline highlights (#77) 2022-04-15 09:16:03 -04:00
not
49647d12b4 docs: update readme 2022-04-09 16:27:39 -04:00
not
e153a6b7eb add highlight groups (#74) 2022-04-01 12:28:34 -04:00
mvllow
2f7d458414 docs: add groups.background and groups.panel 2022-03-17 13:42:41 -04: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)
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
mvllow
73c5046bf3 docs: update tag 2022-02-07 12:12:17 -06:00
mvllow
da1c6111a3 docs: add alt lualine theme 2022-02-06 16:51:14 -06:00
mvllow
b1069203d1 feat: add link override
- refactor config and readme
2022-02-02 17:44:16 -06:00
not
8a728cd0cd Update readme.md 2022-01-28 18:32:46 -06:00
mvllow
34e6fd25ce feat: add support for telescope.nvim and allow border overrides 2022-01-28 15:11:59 -06:00
Devin
556b04d018 feat: add support for pounce.nvim (#60) 2022-01-25 08:10:51 -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
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
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
0f83b4a472 docs: update variant name 2021-12-03 09:45:02 -06:00