From e1936a425960cc796382f1d9c66d7cacb18fce75 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Fri, 17 Dec 2021 10:00:59 +0100 Subject: [PATCH] style(lspsaga): rearrange diagnostic highlights Rearrange `DiagnosticInformation` and `DiagnosticWarning` to their respective spots --- lua/rose-pine/theme.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 46af311..47f5a2a 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -176,7 +176,9 @@ local theme = { DiagnosticHint = { fg = config.colors.hint }, DiagnosticInfo = { fg = config.colors.info }, + DiagnosticInformation = { link = 'DiagnosticInfo' }, DiagnosticWarn = { fg = config.colors.warn }, + DiagnosticWarning = { link = 'DiagnosticWarn' }, DiagnosticError = { fg = config.colors.error }, DiagnosticDefaultHint = { fg = config.colors.hint }, DiagnosticDefaultInfo = { fg = config.colors.info }, @@ -430,9 +432,6 @@ local theme = { NeorgMarkerTitle = { fg = p.text, style = 'bold' }, -- LspSaga -- https://github.com/tami5/lspsaga.nvim (fork of https://github.com/glepnir/lspsaga.nvim) - DiagnosticInformation = { link = 'DiagnosticInfo' }, - DiagnosticWarning = { link = 'DiagnosticWarn' }, - LspSagaCodeActionTitle = { fg = p.gold, style = 'bold',