Refine the title to use hiblue background and white text
This commit is contained in:
parent
26dddc43f0
commit
5d98813402
5 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ func disableVideo(config *configs.Config) {
|
|||
command.Clear()
|
||||
|
||||
// Write a title
|
||||
title := color.New(color.Cyan, color.Bold)
|
||||
title := color.New(color.BgHiBlue, color.White, color.Bold)
|
||||
title.Println("Do you want to disable video output on the VFIO card in Linux?")
|
||||
|
||||
fmt.Print(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue