diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2022-07-29 17:51:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 17:51:29 +0200 |
commit | 85d7d7de20b6330528c5b7c0243c3afcc5266711 (patch) | |
tree | 5731a5f2c934fe2da5b79aef24f708590af67ae0 /lua/no-clown-fiesta/Whichkey.lua | |
parent | da502c2571b710791b29c82a77cbe577791b14df (diff) |
Update configuration api (#5)
* Refactor
* Fix opts
* Fix plugin typos
* Update readme
Diffstat (limited to 'lua/no-clown-fiesta/Whichkey.lua')
-rw-r--r-- | lua/no-clown-fiesta/Whichkey.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/no-clown-fiesta/Whichkey.lua b/lua/no-clown-fiesta/Whichkey.lua deleted file mode 100644 index 4e41a21..0000000 --- a/lua/no-clown-fiesta/Whichkey.lua +++ /dev/null @@ -1,9 +0,0 @@ -local Whichkey = { - WhichKey = { fg = C.light_gray }, - WhichKeySeperator = { fg = C.gray }, - WhichKeyGroup = { fg = C.red }, - WhichKeyDesc = { fg = C.light_gray }, - WhichKeyFloat = { bg = C.bg }, -} - -return Whichkey |