From dca25f4efcf34c2b7e692295c75325a9e7933cbd Mon Sep 17 00:00:00 2001 From: yuhixyz <50203860+yuhixyz@users.noreply.github.com> Date: Tue, 25 Jan 2022 22:12:05 +0800 Subject: [PATCH] vimwikilink add underline style (#61) --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 059f0a9..700637f 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -415,7 +415,7 @@ local theme = { VimwikiHeader5 = { fg = config.colors.headings.h5, style = 'bold' }, VimwikiHeader6 = { fg = config.colors.headings.h6, style = 'bold' }, VimwikiHeaderChar = { fg = p.pine }, - VimwikiLink = { fg = p.rose }, + VimwikiLink = { fg = p.rose, style = 'underline' }, VimwikiList = { fg = p.iris }, VimwikiNoExistsLink = { fg = p.love },