cli/internal/config
Andy Feller 3eca268a7f Introduce color_labels support, update commands
This commit implements the actual changes around configuration setting / environment variable logic for displaying labels using their RGB hex color code in terminals with truecolor support.

One of the subtler changes in this commit is renaming generic ColorScheme.HexToRGB logic to render truecolor to ColorScheme.Label as this feature was being used exclusively for labels.  This is due to confusion about introducing the new `color_labels` config on top of generic coloring logic.
2025-04-02 18:24:20 -04:00
..
migration Fix some typos raised by codespell 2024-01-17 15:34:49 +01:00
auth_config_test.go Add HasActiveToken to AuthConfig. 2024-09-18 08:42:19 -06:00
config.go Introduce color_labels support, update commands 2025-04-02 18:24:20 -04:00
config_test.go Introduce color_labels support, update commands 2025-04-02 18:24:20 -04:00
migrate_test.go Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
stub.go Introduce color_labels support, update commands 2025-04-02 18:24:20 -04:00