summaryrefslogtreecommitdiff
path: root/lua/onedarker/Whichkey.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-03-19 13:55:34 +0100
committerGitHub <[email protected]>2022-03-19 16:25:34 +0330
commit1488deebc714d66427fe0b55e6b9df0a0db97df4 (patch)
tree7bcdfee15d1bfeaf335fb6321d53ac43ed88307d /lua/onedarker/Whichkey.lua
parent5a8ccd9fcb3b7be2a07d92246e7bc764409ed537 (diff)
refactor: load onedarker theme externally (#2359)
Diffstat (limited to 'lua/onedarker/Whichkey.lua')
-rw-r--r--lua/onedarker/Whichkey.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/onedarker/Whichkey.lua b/lua/onedarker/Whichkey.lua
deleted file mode 100644
index 86b42bd6..00000000
--- a/lua/onedarker/Whichkey.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local Whichkey = {
- WhichKey = { fg = C.purple },
- WhichKeySeperator = { fg = C.green },
- WhichKeyGroup = { fg = C.cyan },
- WhichKeyDesc = { fg = C.blue },
- WhichKeyFloat = { bg = C.dark },
-}
-
-return Whichkey