diff options
author | Christian Chiarulli <[email protected]> | 2021-08-30 00:59:23 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-08-30 00:59:23 -0400 |
commit | 0f458a04688d71d194fc104351f8cda5aff936af (patch) | |
tree | d95ebf0904c70584eb0576c91c5c74515e0ca4a5 /lua/spacegray/Whichkey.lua | |
parent | 5ede0c906ab174678e39237fe55f24bc5ae99348 (diff) |
onedarker colorscheme
Diffstat (limited to 'lua/spacegray/Whichkey.lua')
-rw-r--r-- | lua/spacegray/Whichkey.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/spacegray/Whichkey.lua b/lua/spacegray/Whichkey.lua deleted file mode 100644 index 5d1ae7ce..00000000 --- a/lua/spacegray/Whichkey.lua +++ /dev/null @@ -1,9 +0,0 @@ -local Whichkey = { - WhichKey = { fg = C.purple }, - WhichKeySeperator = { fg = C.green }, - WhichKeyGroup = { fg = C.blue }, - WhichKeyDesc = { fg = C.light_blue }, - WhichKeyFloat = { bg = C.dark }, -} - -return Whichkey |