mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
4f010ebee8
commit
5beedc0a76
2 changed files with 46 additions and 28 deletions
13
readme.md
13
readme.md
|
|
@ -46,9 +46,9 @@ local colors = require("galaxyline.themes.colors")["rose-pine"]
|
|||
```
|
||||
|
||||
> **IMPORTANT**:
|
||||
>
|
||||
>
|
||||
> 1. This requires [NTBBloodbath's galaxyline fork](https://github.com/NTBBloodbath/galaxyline.nvim) in order to work.
|
||||
>
|
||||
>
|
||||
> 2. You can see the list of available colors [here](https://github.com/NTBBloodbath/galaxyline.nvim/blob/main/docs/themes.md#colors-standards).
|
||||
|
||||
## Plugin Support
|
||||
|
|
@ -97,6 +97,15 @@ vim.g.rose_pine_disable_background = false
|
|||
-- Use bold vertical split line
|
||||
vim.g.rose_pine_bold_vertical_split_line = true
|
||||
|
||||
-- Override theme groups
|
||||
vim.g.rose_pine_colors = {
|
||||
comment = '#ffffff',
|
||||
hint = '#9745be',
|
||||
info = '#78ccc5',
|
||||
warn = '#f5c359',
|
||||
error = '#c75c6a',
|
||||
}
|
||||
|
||||
-- Set colorscheme after options
|
||||
vim.cmd('colorscheme rose-pine')
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue