diff options
Diffstat (limited to 'lua/no-clown-fiesta/dark/Whichkey.lua')
-rw-r--r-- | lua/no-clown-fiesta/dark/Whichkey.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/no-clown-fiesta/dark/Whichkey.lua b/lua/no-clown-fiesta/dark/Whichkey.lua deleted file mode 100644 index 9b9fb60..0000000 --- a/lua/no-clown-fiesta/dark/Whichkey.lua +++ /dev/null @@ -1,9 +0,0 @@ -local Whichkey = { - WhichKey = { fg = C.light_gray }, - WhichKeySeperator = { fg = C.gray }, - WhichKeyGroup = { fg = C.yellow }, - WhichKeyDesc = { fg = C.light_gray }, - WhichKeyFloat = { bg = C.bg }, -} - -return Whichkey |