Skip to content

Commit 6bf1dbe

Browse files
committed
fix(colors): update Changed highlight to yellow in vscode theme
Change the `Changed` highlight color from dark red to yellow in the vscode theme. The previous dark red color did not provide an optimal visual experience, whereas yellow offers better contrast and readability.
1 parent 051a154 commit 6bf1dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/colors/vscode.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ return {
5252

5353
-- Git
5454
Added = { fg = c.vscGitAdded },
55-
Changed = { fg = c.vscDiffRedDark },
55+
Changed = { fg = c.vscYellow },
5656
Removed = { fg = c.vscRed },
5757

5858
-- Diff

0 commit comments

Comments
 (0)