From fe3822b3f893da727c543c776188e1294b2b1168 Mon Sep 17 00:00:00 2001 From: MatheusTT Date: Fri, 6 Dec 2024 19:59:14 -0300 Subject: [PATCH] feat(plugins): snacks.nvim --- lua/kanagawa/highlights/plugins.lua | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/lua/kanagawa/highlights/plugins.lua b/lua/kanagawa/highlights/plugins.lua index 2383987..691f444 100644 --- a/lua/kanagawa/highlights/plugins.lua +++ b/lua/kanagawa/highlights/plugins.lua @@ -106,6 +106,35 @@ function M.setup(colors, config) NotifyHINTTitle = { link = "DiagnosticHint" }, NotifyDEBUGTitle = { link = "Debug" }, NotifyTRACETitle = { link = "Comment" }, + -- SnacksDashboard + SnacksDashboardHeader = { fg = theme.vcs.removed }, + SnacksDashboardFooter = { fg = theme.syn.comment }, + SnacksDashboardDesc = { fg = theme.syn.identifier }, + SnacksDashboardIcon = { fg = theme.ui.special }, + SnacksDashboardKey = { fg = theme.syn.special1 }, + SnacksDashboardSpecial = { fg = theme.syn.comment }, + SnacksDashboardDir = { fg = theme.syn.identifier }, + -- SnacksNotifier + SnacksNotifierBorderError = { link = "DiagnosticError" }, + SnacksNotifierBorderWarn = { link = "DiagnosticWarn" }, + SnacksNotifierBorderInfo = { link = "DiagnosticInfo" }, + SnacksNotifierBorderDebug = { link = "Debug" }, + SnacksNotifierBorderTrace = { link = "Comment" }, + SnacksNotifierIconError = { link = "DiagnosticError" }, + SnacksNotifierIconWarn = { link = "DiagnosticWarn" }, + SnacksNotifierIconInfo = { link = "DiagnosticInfo" }, + SnacksNotifierIconDebug = { link = "Debug" }, + SnacksNotifierIconTrace = { link = "Comment" }, + SnacksNotifierTitleError = { link = "DiagnosticError" }, + SnacksNotifierTitleWarn = { link = "DiagnosticWarn" }, + SnacksNotifierTitleInfo = { link = "DiagnosticInfo" }, + SnacksNotifierTitleDebug = { link = "Debug" }, + SnacksNotifierTitleTrace = { link = "Comment" }, + SnacksNotifierError = { link = "DiagnosticError" }, + SnacksNotifierWarn = { link = "DiagnosticWarn" }, + SnacksNotifierInfo = { link = "DiagnosticInfo" }, + SnacksNotifierDebug = { link = "Debug" }, + SnacksNotifierTrace = { link = "Comment" }, -- Dap-UI -- DapUIVariable = { link = "Normal" }, DapUIScope = { link = "Special" }, -- guifg=#00F1F5"