diff options
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index e7b5344..d6ee72f 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
| @@ -548,7 +548,7 @@ require('rose-pine').setup({ | |||
| 548 | groups = { | 548 | groups = { |
| 549 | border = 'highlight_med', | 549 | border = 'highlight_med', |
| 550 | comment = 'muted', | 550 | comment = 'muted', |
| 551 | link = 'iris', | 551 | link = 'gold', |
| 552 | punctuation = 'subtle', | 552 | punctuation = 'subtle', |
| 553 | 553 | ||
| 554 | error = 'love', | 554 | error = 'love', |
| @@ -564,8 +564,6 @@ require('rose-pine').setup({ | |||
| 564 | h5 = 'pine', | 564 | h5 = 'pine', |
| 565 | h6 = 'foam', | 565 | h6 = 'foam', |
| 566 | } | 566 | } |
| 567 | -- or set all headings at once | ||
| 568 | -- headings = 'subtle' | ||
| 569 | } | 567 | } |
| 570 | }) | 568 | }) |
| 571 | -- set colorscheme after options | 569 | -- set colorscheme after options |
