cli/pkg/iostreams
Andy Feller 346fab212b Accessible color config boilerplate, colors update
This commit is focused on incorporating cli/go-gh accessible colors configuration setting into GitHub CLI experience along with new color function to supersede ColorScheme.Gray and ColorScheme.Grayf.

Originally, I was considering having all use of ColorScheme.Gray and ColorScheme.Grayf fallback to the new muted logic if accessible colors were enabled, however I decided not being that it exceeds the acceptance criteria.  This means that every command using ColorScheme.Gray needs to be updated to use ColorScheme.Muted
2025-03-31 11:19:51 -04:00
..
color.go Accessible color config boilerplate, colors update 2025-03-31 11:19:51 -04:00
color_test.go Accessible color config boilerplate, colors update 2025-03-31 11:19:51 -04:00
console.go Dogfood term package from go-gh 2022-10-11 14:29:50 +02:00
console_windows.go Dogfood term package from go-gh 2022-10-11 14:29:50 +02:00
epipe_other.go Ignore EPIPE errors when writing to a closed pager 2022-02-10 16:42:00 +01:00
epipe_windows.go Ignore EPIPE errors when writing to a closed pager 2022-02-10 16:42:00 +01:00
iostreams.go Accessible color config boilerplate, colors update 2025-03-31 11:19:51 -04:00
iostreams_test.go Dogfood term package from go-gh 2022-10-11 14:29:50 +02:00