Skip to content

Commit

Permalink
update current line
Browse files Browse the repository at this point in the history
  • Loading branch information
theJian committed Dec 19, 2023
1 parent 6927f54 commit 93c4814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lua/moonwalk/schemes/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local function base(opts, c)
CursorIM = { link = 'Cursor' },
lCursor = { link = 'Cursor' },

CursorLineNr = { fg = c.fg_bold, bg = c.current_line },
CursorLineNr = { fg = c.fg_bold },
LineNr = { link = 'NonText' },

WinSeparator = {
Expand Down Expand Up @@ -118,7 +118,7 @@ local function base(opts, c)
ColorColumn = { fg = c.bg2 },
CursorLine = { bg = c.current_line },
CursorLineFold = { link = 'FoldColumn' },
CursorLineSign = { bg = c.current_line },
CursorLineSign = { bg = c.none },
MatchParen = { bg = c.alt_bolder, bold = true },

SpellBad = { undercurl = true },
Expand All @@ -130,7 +130,7 @@ local function base(opts, c)
Directory = { fg = c.primary, bg = c.none },
QuickFixLine = { bg = c.current_line },

MsgArea = { bg = c.current_line },
MsgArea = { bg = c.none },

FloatShadow = { bg = c.bg2 },
FloatShadowThrough = { bg = c.none, blend = 100 },
Expand Down
2 changes: 1 addition & 1 deletion lua/moonwalk/schemes/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function gitsigns(opts, c)
GitSignsChange = { fg = c.gold_bolder },
GitSignsChangeInline = { link = 'DiffText' },
GitSignsChangeLn = { bg = c.gold_bg },
GitSignsChangeNr = { fg = c.gold_softer },
GitSignsChangeNr = { fg = c.gold_soft },
GitSignsChangeVirtLnInline = { link = 'DiffText' },
GitSignsDelete = { fg = c.red_bolder },
GitSignsDeleteInline = { bg = c.red_soft },
Expand Down

0 comments on commit 93c4814

Please sign in to comment.