Skip to content

Commit

Permalink
config.plugin.colorscheme.tokyonight: Remove upstreamed groups
Browse files Browse the repository at this point in the history
Added to upstream since folke/tokyonight.nvim#237
  • Loading branch information
fitrh committed Oct 13, 2022
1 parent cd8b7e1 commit 5aa4347
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lua/config/plugin/colorscheme/tokyonight/setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aa4347

Please sign in to comment.