mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
Switch to github.com/gookit/color for terminal colors
This commit is contained in:
@ -3,11 +3,11 @@ package gui
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/fatih/color"
|
||||
"github.com/jesseduffield/lazygit/pkg/gui/style"
|
||||
)
|
||||
|
||||
func (gui *Gui) handleCreateResetMenu() error {
|
||||
red := color.New(color.FgRed)
|
||||
red := style.FgRed
|
||||
|
||||
nukeStr := "reset --hard HEAD && git clean -fd"
|
||||
if len(gui.State.Submodules) > 0 {
|
||||
|
Reference in New Issue
Block a user