Skip to content

Commit

Permalink
Make whitespace less contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Dec 25, 2024
1 parent 54991d0 commit 7c57c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cyberdream/extensions/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function M.get(opts, t)
Visual = { bg = t.bgHighlight },
VisualNOS = { bg = t.bgHighlight },
WarningMsg = { fg = t.orange },
Whitespace = { fg = t.grey },
Whitespace = { fg = t.bgHighlight },
WildMenu = { fg = t.bg, bg = t.blue },

Constant = { fg = t.pink },
Expand Down

0 comments on commit 7c57c72

Please sign in to comment.