Skip to content

Commit 0de4acf

Browse files
authored
fix: Diff* should have background (#51)
1 parent 5dfb674 commit 0de4acf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ function groups.get(colors, transparent)
184184
TSRainbowCyan = { fg = colors.cyan },
185185

186186
-- diff
187-
DiffAdd = { fg = colors.green },
188-
DiffChange = { fg = colors.white },
189-
DiffDelete = { fg = colors.red },
190-
DiffText = { fg = colors.bg, bg = colors.cyan },
187+
DiffAdd = { fg = colors.dark_green, bg = colors.green },
188+
DiffChange = { fg = colors.dark_green, bg = colors.white },
189+
DiffDelete = { fg = colors.dark_green, bg = colors.red },
190+
DiffText = { fg = colors.dark_green, bg = colors.cyan },
191191
diffAdded = { fg = colors.green },
192192
diffChanged = { fg = colors.white },
193193
diffFile = { fg = colors.white },

0 commit comments

Comments
 (0)