diff --git a/main.go b/main.go index ac7fa42..1cf9dd1 100644 --- a/main.go +++ b/main.go @@ -13,17 +13,17 @@ var border = lipgloss.NewStyle(). func main() { aqua := lipgloss.NewStyle().Foreground(lipgloss.Color("86")).Render - //orange := lipgloss.NewStyle().Foreground(lipgloss.Color("202")).Render + pink := lipgloss.NewStyle().Foreground(lipgloss.Color("201")).Render fmt.Println(border.Render("OPP Wars - Organized Crime Edition")) t := table.New() - t.Row(border.Render("MAIN MENU"), aqua("Player Stats")) + t.Row(border.Render("MAIN MENU"), border.Render("PLAYER STATS")) t.Row("1. Locker", aqua("Money")) t.Row("2. Aqcuire Drugs", aqua("")) t.Row("3. Buy Condoms", aqua("Condoms")) t.Row("4. Hit the Streets", aqua("Experience")) - t.Row("5. Find Whore", aqua("Whores")) + t.Row("5. Find Whore", pink("Whores")) t.Row("6. Pay off Judge", aqua("Bribes Rating")) t.Row("7. Union", aqua("Rank")) t.Row("8. Doctor", aqua("Diseases"))