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
|
@ -31,7 +31,7 @@ func genVBIOS_dumper(config *configs.Config) {
|
|||
configs.GenerateVBIOSDumper(vbios_path)
|
||||
|
||||
// Write a title
|
||||
title := color.New(color.Cyan, color.Bold)
|
||||
title := color.New(color.BgHiBlue, color.White, color.Bold)
|
||||
title.Println("Generated \"dump VBIOS\" script")
|
||||
|
||||
// Tell users about the VBIOS dumper script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue