mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-21 01:02:28 +00:00
Merge pull request #1781 from tt/recognize-system-theme
Recognize system theme
This commit is contained in:
@@ -643,6 +643,7 @@ fileprivate class WindowButtonsBackdropView: NSView {
|
|||||||
|
|
||||||
enum TerminalWindowTheme: String {
|
enum TerminalWindowTheme: String {
|
||||||
case auto
|
case auto
|
||||||
|
case system
|
||||||
case light
|
case light
|
||||||
case dark
|
case dark
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user