Commit graph

283 commits

Author SHA1 Message Date
atinylittleshell
1ffdf27819 feat(transparency): remove lualine background (#212) 2024-01-14 21:28:49 -06:00
not
e0674e5e5c feat: support folke/flash.nvim (#211) 2024-01-12 20:46:04 -06:00
Robin Gruyters
79e0d756b9 chore: update highlights for indent-blanklines (#210) 2024-01-12 20:39:12 -06:00
not
46044020c6 feat: improve neogit support (#209)
* feat: improve neogit support

* add change copied
2024-01-09 15:44:36 -06:00
not
1edcf47562 fix: mismatched WinSeparator background (#208)
* fix: mismatched WinSeparator background

* feat: use border group for bolded vert split

* fix: Pmenu fg typo
2024-01-08 09:43:57 -06:00
not
188190f285 revert: improve palette contrast (#207)
This commit restores the official palette colours. A future update will
address contrast.
2024-01-08 09:27:46 -06:00
not
bfa2d2b2fb feat(transparency): remove more backgrounds (#205)
* feat(transparency): remove border background

* chore(transparency): remove telescope selection caret background
2024-01-07 23:41:02 -06:00
not
2c892088f9 fix: transparency not affecting Normal background (#204) 2024-01-07 19:27:50 -06:00
not
76b6d830f6 feat!: enable extend_background_behind_borders by default (#201) 2024-01-07 17:55:48 -06:00
not
82285ba9f1 fix: none palette value (#200) 2024-01-07 17:35:36 -06:00
not
86fa83761e feat: re-add inherit option for custom highlight groups (#198) 2024-01-07 15:39:30 -06:00
not
29477a109a feat!: add new options with better support for transparency (#185) v2.0.0
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
mortezadadgar
84a88f68e1 Add support for fzf-lua (#194) v1.2.2
In a attempt make it more like telescope colors.
2024-01-07 13:14:25 -06:00
not
c48de5d8f8 Update readme.md (#181) v1.2.1 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
Asthestarsfalll
eb4c5591c7 feat: color for flash (#174) 2023-07-21 10:09:29 +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
c552fcadac feat: update tag and includes for consistency with semantic tokens (#168) 2023-06-21 16:34:13 +02:00
not
3b3ca9ebb9 feat: change @method from iris to rose (#167)
Closes #164
2023-06-21 15:37:44 +02:00
Pedro Cattori
4e0e82b3af feat: colors for hop (#165) 2023-06-19 19:48:24 +02:00
Pedro Cattori
838b33cdc4 feat: colors for neo-tree (#166) 2023-06-19 19:48:02 +02:00
Sebastian Wiegandt
9ecd30d749 Improve Treesitter heading highlighting for Markdown (#163) 2023-06-10 23:56:22 +02:00
mvllow
ab6ab41da0 chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
mvllow
0fb313c3c5 fix: reset palette when switching colorschemes 2023-05-28 17:25:09 +02:00
not
eb057bd6dd Update bug_report.yml (#157) 2023-04-30 16:27:50 -05:00
not
75bb6e5a6d Update bug_report.yml 2023-04-27 12:23:40 -05:00
not
89bcc4b197 Update bug_report.yml 2023-04-27 12:22:09 -05:00
Fitrah
9cb8497413 fix: reset @lsp.type.comment (#155) 2023-04-18 11:29:36 -05:00
Егор Мартынов
15eeca1d44 fix(indent-blankline): fix italic indent lines (#154) 2023-04-12 18:02:24 -05:00
not
adc339c315 docs: remove empty setup function (#151) 2023-03-30 17:04:49 -05:00
not
196cb4cb06 chore: update config types (#150) 2023-03-30 13:00:32 -05:00
mvllow
8b63bcd142 feat: update bufferline selected tab
Ref #149
2023-03-30 12:23:39 -05:00
mvllow
3044a86a2c Merge branch 'main' of github.com:rose-pine/neovim 2023-03-23 14:03:19 -05:00
mvllow
88dfcf9e8a feat: match editor background for GitSigns* gutter 2023-03-23 14:02:37 -05:00
Егор Мартынов
3eb035f569 feat: add lsp injected highlights (#148) 2023-03-23 08:17:32 -05:00
mvllow
6fd3a3f1b5 feat: alias _experimental_nc to nc in the palette v1.2.0 2023-03-22 18:44:38 -05:00
Pedro Cattori
d500424a30 feat: highlights for goolord/alpha-nvim (#146) 2023-03-19 09:37:25 -05:00
mvllow
af49f208f0 groups.background now overrides all base instances 2023-03-12 14:35:16 -05:00
Jakub Theimer
5e48e3083a add highlights for mini.indentscope (#144) 2023-03-09 12:22:33 -06:00
Will Leinweber
8e66255eee Add popup title bar color for NeoTree (#140) 2023-03-08 09:10:19 -06:00
Егор Мартынов
576c0d2cb1 add @lsp.type highlight groups (add support for lsp semantic token groups) (#141) 2023-03-08 09:09:04 -06:00
Егор Мартынов
61ea7ce033 feat: add NoiceCursor highlight group (#138) 2023-03-07 21:45:48 -06:00
not
36feaf500f docs: remove empty setup function (#137) 2023-03-06 15:20:48 -06:00
not
2a7381e9ab feat: update navic colours (#136) 2023-03-06 15:07:12 -06:00
not
826458a62c feat: add background_nc and panel_nc groups (#130) (#132) 2023-03-06 14:40:10 -06:00
Jakub Theimer
832f94a957 Add highlights for nvim-navic (#135) 2023-03-06 14:35:28 -06:00
Tom Marien
80695a625c feat: added leap highlight groups (#133) 2023-03-04 09:17:46 -06:00
Brian Di Palma
a68fd96801 fix: Make extent/size of floating windows clearer (#129) 2023-02-24 12:06:25 -06:00