From 668db9fcb0f7992db915d47ab52e84706dcdc701 Mon Sep 17 00:00:00 2001 From: Grace Petryk Date: Wed, 26 Jul 2023 16:05:46 -0700 Subject: [PATCH] Special --- lua/grace-rose-pine/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/grace-rose-pine/theme.lua b/lua/grace-rose-pine/theme.lua index 8be598b..8dec893 100644 --- a/lua/grace-rose-pine/theme.lua +++ b/lua/grace-rose-pine/theme.lua @@ -110,7 +110,7 @@ function M._load(options) h('PreCondit', { fg = p.iris }) h('PreProc', { fg = p.iris }) h('Repeat', { fg = p.pine }) - h('Special', { italic = true }) + h('Special', { fg = p.rose }) h('SpecialChar', { fg = p.rose }) h('SpecialComment', { fg = p.iris }) h('Statement', { fg = p.pine }) @@ -211,7 +211,7 @@ function M._load(options) h('@comment', { link = 'Comment' }) h('@conditional', { link = 'Conditional' }) h('@constant', { link = 'Constant' }) - h('@constant.builtin', { link = 'Special' }) + h('@constant.builtin', { fg = p.gold, italic = true }) h('@constant.macro', { link = '@constant' }) h('@constructor', { fg = p.foam }) h('@field', { fg = p.foam })