We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df0ed1 commit 0e81659Copy full SHA for 0e81659
lua/astrotheme/groups/base.lua
@@ -14,6 +14,14 @@ local function callback()
14
DiffChange = { fg = C.yellow, bg = C.none },
15
DiffDelete = { fg = C.overlay3, bg = C.red },
16
DiffText = { fg = C.overlay2, bg = C.yellow },
17
+ DiffAdded = { fg = C.green },
18
+ DiffRemoved = { fg = C.red },
19
+ DiffChanged = { fg = C.blue },
20
+ DiffOldFile = { fg = C.orange },
21
+ DiffNewFile = { fg = C.green },
22
+ DiffFile = { fg = C.blue },
23
+ DiffLine = { fg = C.overlay0 },
24
+ DiffIndexLine = { fg = C.cyan },
25
ErrorMsg = { fg = C.red, bg = C.none },
26
WinSeparator = { fg = C.overlay1, bg = C.none },
27
Folded = { fg = C.subtext0, bg = C.none },
0 commit comments