Commit graph

287 commits

Author SHA1 Message Date
mvllow
3454464cbb
Merge branch 'main' into canary 2024-01-07 13:24:03 -06:00
mvllow
c54cd8f1ad
revert: high contrast Visual
This commit reverts the high contrast Visual highlights in favour of
the previous, neutral behaviour. This allows the foreground highlights
to remain even when selected. Use the previous version in your own
configuration:

```lua
highlight_groups = {
  Visual = { fg = "base", bg = "pine" }
}
```
2024-01-07 13:18:51 -06:00
mvllow
b0f08e9ab9
feat: define fzf-lua highlights 2024-01-07 13:15:10 -06:00
mortezadadgar
3e301fd3c1
Add support for fzf-lua (#194)
In a attempt make it more like telescope colors.
2024-01-07 13:14:25 -06:00
mvllow
ae50dc2130
chore: explicitly set WinSeparator
Closes #191
2024-01-02 20:31:39 -06:00
Wenderson Barros
72e354ba27
docs: link to plugin configurations and recipes (#189) 2023-12-26 12:53:58 -06:00
mvllow
bf3a64c272
feat: bold TabLineSel, including netrw marked files 2023-12-24 10:41:15 -06:00
mvllow
e607b49b38
fix: lualine theme path 2023-11-28 10:09:21 -06:00
not
e3428b3f4e
meta: simplify feature_request.yml 2023-11-27 13:42:29 -06:00
not
5c59fa7413
meta: simplify bug_report.yml 2023-11-27 13:40:45 -06:00
mvllow
677ad67324
docs: add commas to commented table values for portability 2023-11-27 13:36:39 -06:00
mvllow
e1ffc902e8
chore: improve float transparency 2023-11-27 13:32:00 -06:00
mvllow
703946dd54
feat: re-add lualine themes 2023-11-27 13:29:57 -06:00
mvllow
7de6b77b76
feat!: spring cleaning 2023-11-27 12:56:52 -06:00
not
92762f4fa2
Update readme.md (#181) 2023-10-25 14:43:34 -05:00
not
e29002cbee
docs: fix readme typo (#179) 2023-07-28 23:04:08 +02:00
not
d93b6a6615
docs: update installation (#178) 2023-07-28 23:03:23 +02:00
Tobias Sommer
e103407675
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
Asthestarsfalll
4ac66839a5
feat: color for flash (#174) 2023-07-21 10:09:29 +02:00
Niamh Ferns
76cae45b4e
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
932adb0d93
feat: update tag and includes for consistency with semantic tokens (#168) 2023-06-21 16:34:13 +02:00
not
aeaa2fe774
feat: change @method from iris to rose (#167)
Closes #164
2023-06-21 15:37:44 +02:00
Pedro Cattori
894acd0f4b
feat: colors for hop (#165) 2023-06-19 19:48:24 +02:00
Pedro Cattori
4c2c12f57c
feat: colors for neo-tree (#166) 2023-06-19 19:48:02 +02:00
Sebastian Wiegandt
34f68e8715
Improve Treesitter heading highlighting for Markdown (#163) 2023-06-10 23:56:22 +02:00
mvllow
6b7b38bbb3
chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
mvllow
95b458f7b8
fix: reset palette when switching colorschemes 2023-05-28 17:25:09 +02:00
not
2eace84d64
Update bug_report.yml (#157) 2023-04-30 16:27:50 -05:00
not
f39cf987ab
Update bug_report.yml 2023-04-27 12:23:40 -05:00
not
2909b6868f
Update bug_report.yml 2023-04-27 12:22:09 -05:00
Fitrah
667851c05f
fix: reset @lsp.type.comment (#155) 2023-04-18 11:29:36 -05:00
Егор Мартынов
3935606b6c
fix(indent-blankline): fix italic indent lines (#154) 2023-04-12 18:02:24 -05:00
not
f8e210df52
docs: remove empty setup function (#151) 2023-03-30 17:04:49 -05:00
not
9532757a42
chore: update config types (#150) 2023-03-30 13:00:32 -05:00
mvllow
060e39b906
feat: update bufferline selected tab
Ref #149
2023-03-30 12:23:39 -05:00
mvllow
17723f76ea
Merge branch 'main' of github.com:rose-pine/neovim 2023-03-23 14:03:19 -05:00
mvllow
14b46ccdd4
feat: match editor background for GitSigns* gutter 2023-03-23 14:02:37 -05:00
Егор Мартынов
44ba4bd558
feat: add lsp injected highlights (#148) 2023-03-23 08:17:32 -05:00
mvllow
835129f6a8
feat: alias _experimental_nc to nc in the palette 2023-03-22 18:44:38 -05:00
Pedro Cattori
69f015b952
feat: highlights for goolord/alpha-nvim (#146) 2023-03-19 09:37:25 -05:00
mvllow
1883d8b417
groups.background now overrides all base instances 2023-03-12 14:35:16 -05:00
Jakub Theimer
63821c18a2
add highlights for mini.indentscope (#144) 2023-03-09 12:22:33 -06:00
Will Leinweber
6986ff21ab
Add popup title bar color for NeoTree (#140) 2023-03-08 09:10:19 -06:00
Егор Мартынов
b3afc8e6a4
add @lsp.type highlight groups (add support for lsp semantic token groups) (#141) 2023-03-08 09:09:04 -06:00
Егор Мартынов
6535f2dc88
feat: add NoiceCursor highlight group (#138) 2023-03-07 21:45:48 -06:00
not
2930024948
docs: remove empty setup function (#137) 2023-03-06 15:20:48 -06:00
not
dcc3b0c7ca
feat: update navic colours (#136) 2023-03-06 15:07:12 -06:00
not
70b2b915a5
feat: add background_nc and panel_nc groups (#130) (#132) 2023-03-06 14:40:10 -06:00
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