diff --git a/pkg/theme/theme.go b/pkg/theme/theme.go index 7f2ff9667..19e4275d9 100644 --- a/pkg/theme/theme.go +++ b/pkg/theme/theme.go @@ -49,7 +49,7 @@ func UpdateTheme(themeConfig config.ThemeConfig) { SelectedRangeBgColor = GetTextStyle(themeConfig.SelectedRangeBgColor, true) cherryPickedCommitBgTextStyle := GetTextStyle(themeConfig.CherryPickedCommitBgColor, true) - cherryPickedCommitFgTextStyle := GetTextStyle(themeConfig.CherryPickedCommitFgColor, false) + cherryPickedCommitFgTextStyle := GetTextStyle(themeConfig.CherryPickedCommitFgColor, false) CherryPickedCommitTextStyle = cherryPickedCommitBgTextStyle.MergeStyle(cherryPickedCommitFgTextStyle) GocuiSelectedLineBgColor = GetGocuiStyle(themeConfig.SelectedLineBgColor)