danymat
76225c3549
Merge remote-tracking branch 'upstream/main'
2021-12-15 10:51:15 +01: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
mvllow
6fe2a605ca
chore: remove markdown test
2021-12-03 15:10:01 -06:00
not
dcd9846ef6
docs: use default config as example
2021-12-03 15:04:41 -06:00
not
33f244fa4b
docs: format
2021-12-03 15:03:47 -06:00
mvllow
587d0ba26f
chore!: match heading prefix to text
2021-12-03 15:02:46 -06:00
mvllow
5329dbb5d0
feat: add vim.g.rose_pine_colors.heading_prefix
2021-12-03 14:44:21 -06:00
mvllow
f19ee5d710
chore: update headings
2021-12-03 14:43:58 -06:00
mvllow
a580fd95aa
docs: encourage tagged releases
2021-12-03 11:00:45 -06:00
mvllow
4b63d8d0e5
feat: add vim.g.rose_pine_inactive_background
...
closes #39
2021-12-03 09:58:25 -06:00
mvllow
7b3678a17c
feat: add vim.g.rose_pine_disable_float_background option
2021-12-03 09:45:20 -06:00
mvllow
279df9ff18
docs: update variant name
2021-12-03 09:45:02 -06:00
mvllow
81dc77e3c1
Revert "Remove background for popups ( #38 )"
...
This reverts commit 19fcb371dc .
2021-12-03 09:39:40 -06:00
mvllow
941769a9e0
Merge branch 'main' of github.com:rose-pine/neovim
2021-12-03 09:38:58 -06:00
not
62567755fd
Refactor structure ( #43 )
...
* refactor: palette
* refactor: simplify init
* chore!: rename functions
- `rose-pine.functions.select_variant` -> `rose-pine.set`
- `rose-pine.functions.toggle_variant` -> `rose-pine.toggle`
* docs: update options
* chore: update config with shared headings
2021-12-03 09:38:34 -06:00
mvllow
ac57bf91a4
Merge branch 'main' of github.com:rose-pine/neovim
2021-12-03 09:37:47 -06:00
mvllow
9bbb42eb18
chore: update config with shared headings
2021-12-03 09:36:54 -06:00
mvllow
6470d8c352
docs: update options
2021-12-03 09:36:54 -06:00
mvllow
34aeab3b8e
chore!: rename functions
...
- `rose-pine.functions.select_variant` -> `rose-pine.set`
- `rose-pine.functions.toggle_variant` -> `rose-pine.toggle`
2021-12-03 09:36:54 -06:00
mvllow
6bdbe52159
refactor: simplify init
2021-12-03 09:36:54 -06:00
mvllow
da95f1bad5
refactor: palette
2021-12-03 09:29:55 -06:00
Joonas Korhonen
7bd39afcd1
Link legacy diff groups for git.vim and diff.vim syntax ( #42 )
2021-12-03 08:15:12 -06:00
Daniel Mathiot
19fcb371dc
Remove background for popups ( #38 )
2021-12-02 11:33:09 -06:00
mvllow
5605d5fe1f
chore: format group name
2021-12-01 23:58:50 -06:00
Devin
44054042a2
Fix neogit highlight and adjust the highlight contrast ( #41 )
...
* fix: neogit highlight broken after #fe1974e
* feat(neogit): adjust highlight contrast
2021-12-01 23:54:09 -06:00
mvllow
a7376ca116
chore: format
2021-12-01 13:51:24 -06:00
mvllow
fe1974e950
fix: improve highlight contrast
...
closes #40
2021-12-01 13:08:18 -06:00
Daniel Mathiot
8a1fe15416
feat: Add more highlights to nvim-cmp ( #37 )
...
* feat: Add more highlights to nvim-cmp
This should close #36 .
For information sake, the colors and the arrangement is very personal,
and can be subject to changes.
Feel free to complete the list of supported CmpItemKind from there: https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/types/lsp.lua#L108
* fix: Remove subtle hl for CmpItemKinds
2021-11-30 17:31:36 -06:00
danymat
f7597d82be
chore: Remove duplicate code
2021-11-30 23:46:26 +01:00
danymat
86a26221d2
feat: add heading highlights to Neorg
2021-11-30 23:44:12 +01:00
Piers Olenski
af30921dfc
Add VimWiki support ( #35 )
2021-11-30 23:44:12 +01:00
mvllow
191202a371
feat: add NormalFloat
2021-11-30 23:43:58 +01:00
mvllow
6f4aafe4f4
fix: float background mismatch
2021-11-30 23:43:58 +01:00
Piers Olenski
c5d27ccd62
Add VimWiki support ( #35 )
2021-11-20 10:04:48 -06:00
mvllow
2528390177
feat: add NormalFloat
2021-11-19 13:36:11 -06:00
mvllow
1f8c20a782
fix: float background mismatch
2021-11-19 13:25:44 -06:00
danymat
adbe8be8ef
doc: Update Readme
2021-11-09 11:50:12 +01:00
danymat
95954bea72
feat: add heading highlights to Neorg
2021-11-09 11:39:35 +01:00
mvllow
bc0f132d33
fix: allow partial overrides for nested groups
2021-11-08 16:50:51 -06:00
mvllow
e1e52db9c1
feat: add headings to vim.g.rose_pine_colors
2021-11-08 16:44:45 -06:00
mvllow
5e7a87f13f
docs: add contributing section
2021-11-08 16:43:37 -06:00
mvllow
483583c1d3
chore: format
2021-11-08 16:41:31 -06:00
Koczka Bence
7d5b176897
Added markdown highlight groups. ( #32 )
...
* Added markdown highlights.
* enchancement: Improve non-treesitter support(#6 )
Added markdown highlight groups.
2021-11-08 16:24:32 -06:00
mvllow
1f9824d70e
chore: update bufferline style
2021-11-08 16:23:45 -06:00
Karim Abou Zeid
e9bf877ded
Update readme.md ( #31 )
...
this will make sure the name of the containing plugin folder will be rose-pine instead of neovim.
it's also in packers docs for dracula: https://github.com/wbthomason/packer.nvim#quickstart
2021-10-19 13:14:20 -05:00
Karim Abou Zeid
c2d95be0d6
chore: update FloatBorder bg color ( #30 )
2021-10-17 12:08:10 -05:00
mvllow
fc8f6d5586
docs: update readme
2021-10-12 13:47:17 -05:00
not
49c21eb08e
docs: format
2021-10-12 12:27:24 -05:00
mvllow
839522ee88
docs: add new group to vim.g.rose_pine_colors
2021-10-12 12:25:28 -05:00