diff options
| author | Yigit Sever | 2022-03-09 12:59:18 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-03-09 12:59:18 +0300 |
| commit | 9cafd90b79af528e6c47175aa8a961f3e064bb1f (patch) | |
| tree | 00bf3b8357e4853e2c9c99e2f46128ebc1bc82bc | |
| parent | d532f327fde28aab656c374308991ea4cd43c6c7 (diff) | |
| download | dotfiles-9cafd90b79af528e6c47175aa8a961f3e064bb1f.tar.gz dotfiles-9cafd90b79af528e6c47175aa8a961f3e064bb1f.tar.bz2 dotfiles-9cafd90b79af528e6c47175aa8a961f3e064bb1f.zip | |
nvim: better rose pine colors for vimwiki
| -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 |
