diff options
Diffstat (limited to 'lua/no-clown-fiesta/highlight-group/whichkey.lua')
-rw-r--r-- | lua/no-clown-fiesta/highlight-group/whichkey.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/whichkey.lua b/lua/no-clown-fiesta/highlight-group/whichkey.lua deleted file mode 100644 index 66ac153..0000000 --- a/lua/no-clown-fiesta/highlight-group/whichkey.lua +++ /dev/null @@ -1,13 +0,0 @@ -local M = {} - -function M.highlight(palette) - return { - WhichKey = { fg = palette.light_gray }, - WhichKeySeperator = { fg = palette.gray }, - WhichKeyGroup = { fg = palette.red }, - WhichKeyDesc = { fg = palette.light_gray }, - WhichKeyFloat = { bg = palette.bg }, - } -end - -return M |