ci(github): Revert test

dev
nullchilly 2 years ago
parent a8935c4118
commit 408fdbf98e

@ -7,16 +7,16 @@ function M.get(cp)
TelescopeSelection = { fg = cp.text, bg = cp.surface0, style = "bold" }, TelescopeSelection = { fg = cp.text, bg = cp.surface0, style = "bold" },
TelescopeMatching = { fg = cp.blue }, TelescopeMatching = { fg = cp.blue },
-- Allow Telescope to hijack these highlights in order to achieve the old behavior -- Allow Telescope to hijack these highlights in order to achieve the old behavior
-- TelescopePromptPrefix = { bg = cp.crust }, -- TelescopePromptPrefix = { bg = cp.crust },
-- TelescopePromptNormal = { bg = cp.crust}, -- TelescopePromptNormal = { bg = cp.crust},
-- TelescopeResultsNormal = { bg = cp.mantle}, -- TelescopeResultsNormal = { bg = cp.mantle},
-- TelescopePreviewNormal = { bg = cp.crust }, -- TelescopePreviewNormal = { bg = cp.crust },
-- TelescopePromptBorder = { bg = cp.crust, fg = cp.crust }, -- TelescopePromptBorder = { bg = cp.crust, fg = cp.crust },
-- TelescopeResultsBorder = { bg = cp.mantle, fg = cp.crust }, -- TelescopeResultsBorder = { bg = cp.mantle, fg = cp.crust },
-- TelescopePreviewBorder = { bg = cp.crust, fg = cp.crust }, -- TelescopePreviewBorder = { bg = cp.crust, fg = cp.crust },
-- TelescopePromptTitle = { fg = cp.crust }, -- TelescopePromptTitle = { fg = cp.crust },
-- TelescopeResultsTitle = { fg = cp.text }, -- TelescopeResultsTitle = { fg = cp.text },
-- TelescopePreviewTitle = { fg = cp.crust }, -- TelescopePreviewTitle = { fg = cp.crust },
} }
end end

Loading…
Cancel
Save