This macOS utility simplifies applying color themes to running Codex instances using the Chrome DevTools Protocol. With features like automatic detection of processes and a convenient menu bar icon, users can quickly switch themes, batch apply, and launch new instances with the preferred theme—all with minimal setup.
The codex-theme-controller is a native macOS utility created using SwiftUI, designed for managing color themes in active Codex instances seamlessly. This application utilizes the Chrome DevTools Protocol (CDP) to automatically detect running Codex processes without the need for manual PID or port identification, offering a more efficient workflow.
--remote-debugging-port.Darcula, Dracula, Nord, and Monokai for user customization.--remote-debugging-port=<port> option to utilize theme application.To run the application, use the following command:
make run-app
This command builds the app bundle and launches it, allowing for standard macOS application behavior with a Dock icon and tray icon. Users can easily manage the window and settings from the tray menu.
For testing, use:
swift test
swift build
The codex-theme-controller simplifies the process of applying and managing themes in Codex, enhancing the development experience for macOS users.
No comments yet.
Sign in to be the first to comment.