Merge pull request #1781 from tt/recognize-system-theme

Recognize system theme
This commit is contained in:
Mitchell Hashimoto
2024-05-20 19:12:17 -04:00
committed by GitHub

View File

@ -643,6 +643,7 @@ fileprivate class WindowButtonsBackdropView: NSView {
enum TerminalWindowTheme: String {
case auto
case system
case light
case dark
}