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/onedarker/Whichkey.lua | |
parent | 5ede0c906ab174678e39237fe55f24bc5ae99348 (diff) |
onedarker colorscheme
Diffstat (limited to 'lua/onedarker/Whichkey.lua')
-rw-r--r-- | lua/onedarker/Whichkey.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/onedarker/Whichkey.lua b/lua/onedarker/Whichkey.lua new file mode 100644 index 00000000..86b42bd6 --- /dev/null +++ b/lua/onedarker/Whichkey.lua @@ -0,0 +1,9 @@ +local Whichkey = { + WhichKey = { fg = C.purple }, + WhichKeySeperator = { fg = C.green }, + WhichKeyGroup = { fg = C.cyan }, + WhichKeyDesc = { fg = C.blue }, + WhichKeyFloat = { bg = C.dark }, +} + +return Whichkey |