diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 21:35:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 21:35:43 +0100 |
commit | 2191de3666608e3eef2713771d8582c11c73e379 (patch) | |
tree | e36fe33f921da05e5a778e3c341c2b90087315ca /lua/no-clown-fiesta/Whichkey.lua | |
parent | 49daed66509b9c5850f42ed9188a363cdd5bc5b1 (diff) |
Format with stylua
Diffstat (limited to 'lua/no-clown-fiesta/Whichkey.lua')
-rw-r--r-- | lua/no-clown-fiesta/Whichkey.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/no-clown-fiesta/Whichkey.lua b/lua/no-clown-fiesta/Whichkey.lua index 9b9fb60..535f4d4 100644 --- a/lua/no-clown-fiesta/Whichkey.lua +++ b/lua/no-clown-fiesta/Whichkey.lua @@ -1,9 +1,9 @@ local Whichkey = { - WhichKey = { fg = C.light_gray }, - WhichKeySeperator = { fg = C.gray }, - WhichKeyGroup = { fg = C.yellow }, - WhichKeyDesc = { fg = C.light_gray }, - WhichKeyFloat = { bg = C.bg }, + WhichKey = { fg = C.light_gray }, + WhichKeySeperator = { fg = C.gray }, + WhichKeyGroup = { fg = C.yellow }, + WhichKeyDesc = { fg = C.light_gray }, + WhichKeyFloat = { bg = C.bg }, } return Whichkey |