diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 23:04:44 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 23:04:44 +0200 |
commit | 5d071b6d04bd28920bd8f851b82d62a862d01151 (patch) | |
tree | 4f69567f7f05d3b8f143ae929fe2adfda4060088 | |
parent | bdb5f497cac5c70048304b56f0779c7d9a23f01f (diff) |
Set which group to red
-rw-r--r-- | lua/no-clown-fiesta/Whichkey.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Whichkey.lua b/lua/no-clown-fiesta/Whichkey.lua index 9b9fb60..4e41a21 100644 --- a/lua/no-clown-fiesta/Whichkey.lua +++ b/lua/no-clown-fiesta/Whichkey.lua @@ -1,7 +1,7 @@ local Whichkey = { WhichKey = { fg = C.light_gray }, WhichKeySeperator = { fg = C.gray }, - WhichKeyGroup = { fg = C.yellow }, + WhichKeyGroup = { fg = C.red }, WhichKeyDesc = { fg = C.light_gray }, WhichKeyFloat = { bg = C.bg }, } |