Update neogit.

This commit is contained in:
Michael Welford 2024-07-16 19:33:29 +09:30
parent af447f2fc8
commit d8862409d3

View File

@ -9,6 +9,10 @@ local diff = require('falcon.extras.common.diff')
local p = lush(function()
return {
NeogitSectionHeader { modern.Keyword},
NeogitPopupSwitchKey { fg = colours.light_gray},
NeogitPopupOptionKey { NeogitPopupSwitchKey},
NeogitPopupConfigKey { NeogitPopupSwitchKey},
NeogitPopupActionKey { NeogitPopupSwitchKey},
NeogitUnmergedInto { NeogitSectionHeader},
NeogitBranch { modern.Normal},
NeogitBranchHead { modern.Normal},