void Bg_Command(string[] args) { screen.SetBg(args[0]); if (args.Length >= 2) { screen.SetFg(args[1]); } }