What's Changed
-
Fix ANSI coloring issue by @applejag in #159
Issue was that kubectl-klock always converted to (what it thought was the correct) RGB version of the kubecolor color. But the kubecolor color may use ANSI color codes that can be changed via the terminal emulator's theme settings, whereas RGB versions are not changed to fit the terminal emulator theme.
With this change kubectl-klock will preseve the ANSI color codes correctly.
Before:
After:
So that now it matches kubecolor:
Full Changelog: v0.8.0...v0.8.1