Skip to content

Commit 0c056ac

Browse files
committed
fix(base): characters now match string color to stand out more
1 parent c328f3f commit 0c056ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/thorn/groups/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function M.get(c, opts)
7373
WinBarNC = "StatusLineNC",
7474

7575
Bold = { bold = true, fg = c.fg },
76-
Character = { fg = c.green },
76+
Character = { fg = c.lightgreen },
7777
Constant = { fg = c.yellow },
7878
Debug = { fg = c.orange },
7979
Delimiter = { fg = c.lightblue },

0 commit comments

Comments
 (0)