From e780972b3061bb2bdd49639870aa7a1b7727cba4 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Mon, 12 Jul 2021 12:51:49 -0400 Subject: spacegray now in lua --- lua/spacegray/Whichkey.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/spacegray/Whichkey.lua (limited to 'lua/spacegray/Whichkey.lua') diff --git a/lua/spacegray/Whichkey.lua b/lua/spacegray/Whichkey.lua new file mode 100644 index 00000000..2c02f11b --- /dev/null +++ b/lua/spacegray/Whichkey.lua @@ -0,0 +1,9 @@ +local Whichkey = { + WhichKey = {fg = C.purple, }, + WhichKeySeperator = {fg = C.green, }, + WhichKeyGroup = {fg = C.blue, }, + WhichKeyDesc = {fg = C.cyan, }, + WhichKeyFloat = {bg = C.alt_bg, }, +} + +return Whichkey \ No newline at end of file -- cgit v1.2.3