diff options
author | christianchiarulli <[email protected]> | 2021-07-12 12:51:49 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-12 12:51:49 -0400 |
commit | e780972b3061bb2bdd49639870aa7a1b7727cba4 (patch) | |
tree | e0e95943f611f64a8fce4802d0db2bb423cb253b /lua/spacegray/Whichkey.lua | |
parent | 83602dc56304d9b626860c4447d65430473207d0 (diff) |
spacegray now in lua
Diffstat (limited to 'lua/spacegray/Whichkey.lua')
-rw-r--r-- | lua/spacegray/Whichkey.lua | 9 |
1 files changed, 9 insertions, 0 deletions
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 |