From 5aa4347b36b42c976e0972be852adcade304fbe3 Mon Sep 17 00:00:00 2001 From: Fitrah Muhammad Date: Thu, 13 Oct 2022 14:51:37 +0800 Subject: [PATCH] config.plugin.colorscheme.tokyonight: Remove upstreamed groups Added to upstream since https://github.com/folke/tokyonight.nvim/pull/237 --- .../plugin/colorscheme/tokyonight/setup.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lua/config/plugin/colorscheme/tokyonight/setup.lua b/lua/config/plugin/colorscheme/tokyonight/setup.lua index 68fbdd2..7e1513e 100644 --- a/lua/config/plugin/colorscheme/tokyonight/setup.lua +++ b/lua/config/plugin/colorscheme/tokyonight/setup.lua @@ -63,21 +63,6 @@ require("sugar.highlight").colorscheme(function(h) set("ModesInsertCursorLineNr", { fg = bg("ModesInsert") }) set("ModesVisual", { bg = c.purple }) set("ModesVisualCursorLineNr", { fg = bg("ModesVisual") }) - link("NotifyTRACEBorder", "DiagnosticHint") - link("NotifyTRACETitle", "NotifyTRACEBorder") - link("NotifyTRACEIcon", "NotifyTRACEBorder") - set("NotifyDEBUGBorder", { fg = c.fg_dark }) - link("NotifyDEBUGTitle", "NotifyDEBUGBorder") - link("NotifyDEBUGIcon", "NotifyDEBUGBorder") - link("NotifyINFOBorder", "DiagnosticInfo") - link("NotifyINFOTitle", "NotifyINFOBorder") - link("NotifyINFOIcon", "NotifyINFOBorder") - link("NotifyWARNBorder", "DiagnosticWarn") - link("NotifyWARNTitle", "NotifyWARNBorder") - link("NotifyWARNIcon", "NotifyWARNBorder") - link("NotifyERRORBorder", "DiagnosticError") - link("NotifyERRORTitle", "NotifyERRORBorder") - link("NotifyERRORIcon", "NotifyERRORBorder") set("StatusLineDim", { inherit = "StatusLine", fg = c.dark3 }) set("StatusLineGitBranch", { inherit = "StatusLine", fg = c.purple }) for _, kind in ipairs({ "Add", "Change", "Delete" }) do