let appearance = UINavigationBarAppearance()
appearance.backgroundColor = .clear
appearance.titleTextAttributes = [.foregroundColor: green]
appearance.largeTitleTextAttributes = [.foregroundColor: green]
navigationController?.navigationBar.tintColor = green
navigationController?.navigationBar.standardAppearance = appearance
navigationController?.navigationBar.compactAppearance = appearance
navigationController?.navigationBar.scrollEdgeAppearance = appearance