hammerspoon
hammerspoon copied to clipboard
hs.console.consoleErrorColor()
Is it possible to define a custom color for error messages on the Hammerspoon console? Something like hs.console.consoleErrorColor()
, similar to the other hs.console.console*Color()
methods?
The default is a nice pinkish color which I would like to override for my console color scheme.
I am not sure if that is possible at all since these errors usually come up when .init
contains errors.