added traffliclights to make the traffic lights perfect, red yellow done

green wip
clean up on the terminal view: add background and reorg the fiel and add traffic lights
add bg to all the terminal related stuff
This commit is contained in:
neon443
2025-07-04 10:47:27 +01:00
parent a9df89eae2
commit ecfd997487
5 changed files with 197 additions and 100 deletions

View File

@@ -19,8 +19,8 @@ final class SSHTerminalDelegate: TerminalView, Sendable, @preconcurrency Termina
self.handler = handler
self.hostsManager = hostsManager
print(getTerminal().backgroundColor)
print(getTerminal().foregroundColor)
print(getTerminal().backgroundColor.colorCodable)
print(getTerminal().foregroundColor.colorCodable)
applySelectedTheme()