diff --git a/lua/astronomy/scheme.lua b/lua/astronomy/scheme.lua index 3a29892..0489058 100644 --- a/lua/astronomy/scheme.lua +++ b/lua/astronomy/scheme.lua @@ -221,12 +221,6 @@ function M.load_colors(scheme) CmpItemKindKeyword = { fg = scheme.orange, bg = scheme.none, scheme.none }, CmpItemKindFunction = { fg = scheme.blue, bg = scheme.none, scheme.none }, CmpItemKindMethod = { link = "CmpItemKindFunction" }, - - ---------------- - -- COQ COLORS -- - ---------------- - CoqtailChecked = { fg = scheme.none, bg = static.coq_checked, scheme.none }, - CoqtailSent = { fg = scheme.none, bg = static.coq_sent, scheme.none }, } terminal_colors(scheme)