From a670836d7abc1e7e377d6af7c599fe433a387cd1 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Sun, 5 Jan 2025 00:44:41 +0100 Subject: [PATCH] Remove outdated comment --- macos/Sources/Ghostty/Ghostty.Config.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/macos/Sources/Ghostty/Ghostty.Config.swift b/macos/Sources/Ghostty/Ghostty.Config.swift index 0c1f4e07a..ed9364914 100644 --- a/macos/Sources/Ghostty/Ghostty.Config.swift +++ b/macos/Sources/Ghostty/Ghostty.Config.swift @@ -375,8 +375,6 @@ extension Ghostty { ) } - // This isn't actually a configurable value currently but it could be done day. - // We put it here because it is a color that changes depending on the configuration. var splitDividerColor: Color { let backgroundColor = OSColor(backgroundColor) let isLightBackground = backgroundColor.isLightColor