summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/dark/Whichkey.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 21:38:56 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 21:38:56 +0100
commit777d71ee7f83f44f53eed3f876c3adca00ade22a (patch)
treeb7b2e0c514024da15d52b645f8684b0dbb32363c /lua/no-clown-fiesta/dark/Whichkey.lua
parent0a6cfb9721f280c854487a11131935ccf5d9b3bc (diff)
Remove dark folder
Diffstat (limited to 'lua/no-clown-fiesta/dark/Whichkey.lua')
-rw-r--r--lua/no-clown-fiesta/dark/Whichkey.lua9
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