diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-09-27 01:29:24 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-09-27 01:29:24 +0200 |
commit | a70eef2af24f804cc017bb1b03ee238b033bffae (patch) | |
tree | d05b1e9b526dc75242426ee079ae322df72b348d /lua/no-clown-fiesta/groups/lazy.lua | |
parent | 2f57d1115e246b62a1a81bba806fe79aaa53b610 (diff) |
Add themes
Diffstat (limited to 'lua/no-clown-fiesta/groups/lazy.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/lazy.lua b/lua/no-clown-fiesta/groups/lazy.lua index 619bb9a..18d7e1e 100644 --- a/lua/no-clown-fiesta/groups/lazy.lua +++ b/lua/no-clown-fiesta/groups/lazy.lua @@ -5,7 +5,7 @@ function M.highlight(palette, opts) LazyButton = { fg = palette.fg }, LazyButtonActive = { fg = palette.fg, bold = true }, LazyComment = { fg = palette.medium_gray }, - LazyCommit = { fg = palette.white }, + LazyCommit = { fg = palette.fg }, LazyCommitIssue = { fg = palette.red }, LazyCommitScope = { fg = palette.cyan }, LazyCommitType = { fg = palette.cyan }, |