mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add headings to vim.g.rose_pine_colors
This commit is contained in:
parent
5e7a87f13f
commit
e1e52db9c1
2 changed files with 19 additions and 5 deletions
|
|
@ -99,6 +99,13 @@ vim.g.rose_pine_colors = {
|
|||
info = '#78ccc5',
|
||||
warn = '#f5c359',
|
||||
error = '#c75c6a',
|
||||
headings = {
|
||||
h1 = '#999999',
|
||||
h2 = '#888888',
|
||||
h3 = '#777777',
|
||||
h4 = '#666666',
|
||||
h5 = '#555555',
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue