feat: add headings to vim.g.rose_pine_colors

This commit is contained in:
mvllow 2021-11-08 16:44:45 -06:00
commit e1e52db9c1
2 changed files with 19 additions and 5 deletions

View file

@ -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',
}
}
```