changed color for better readibility of text

This commit is contained in:
2023-08-18 01:21:13 +02:00
parent c581a158c2
commit e634ee7d46
2 changed files with 45 additions and 44 deletions

View File

@@ -84,7 +84,7 @@ theme.set_highlights = function(opts)
hl(0, 'DiffChange', { bg = c.modified_bg })
hl(0, 'DiffDelete', { bg = c.removed_bg })
hl(0, 'diffRemoved', { link = 'DiffDelete' })
hl(0, 'DiffText', { bg = c.modified_fg })
hl(0, 'DiffText', { bg = c.modified_fg_alt })
-- netrw
hl(0, 'netrwClassify', { fg = c.fg_alt })