summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugin_settings.lua
diff options
context:
space:
mode:
authorYigit Sever2022-03-09 12:59:18 +0300
committerYigit Sever2022-03-09 12:59:18 +0300
commit9cafd90b79af528e6c47175aa8a961f3e064bb1f (patch)
tree00bf3b8357e4853e2c9c99e2f46128ebc1bc82bc /.config/nvim/lua/plugin_settings.lua
parentd532f327fde28aab656c374308991ea4cd43c6c7 (diff)
downloaddotfiles-9cafd90b79af528e6c47175aa8a961f3e064bb1f.tar.gz
dotfiles-9cafd90b79af528e6c47175aa8a961f3e064bb1f.tar.bz2
dotfiles-9cafd90b79af528e6c47175aa8a961f3e064bb1f.zip
nvim: better rose pine colors for vimwiki
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r--.config/nvim/lua/plugin_settings.lua4
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