diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 18:44:10 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 18:44:10 +0100 |
commit | decc826a2fb93b6793b0db1e915b5c27ff01708a (patch) | |
tree | 3c811b27ea80aace5885da4dfce42edbdd68f14c /lua/no-clown-fiesta/Whichkey.lua | |
parent | 54408d7ecfd76505da345b31688f755b1baf3423 (diff) |
chore(format): format all files 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 535f4d4..9b9fb60 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 |