We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638e37c commit 5827dc9Copy full SHA for 5827dc9
lua/cyberdream/theme.lua
@@ -59,7 +59,7 @@ function M.setup()
59
SignColumn = { fg = t.grey, bg = t.bg },
60
SignColumnSB = { fg = t.grey, bg = t.bg },
61
Substitute = { fg = t.red, bg = t.bgHighlight },
62
- LineNr = { fg = t.bgHighlight },
+ LineNr = { fg = util.blend(t.bgHighlight, t.fg, 0.9) },
63
CursorLineNr = { fg = t.grey },
64
MatchParen = { fg = t.pink, bg = t.bgHighlight },
65
ModeMsg = { fg = t.fg },
0 commit comments