cli/pkg/iostreams
Andy Feller 918cafc222 Deprecate ColorScheme.Gray for ColorScheme.Muted
This commit converts all of the places using ColorScheme.Gray and ColorScheme.Grayf to Muted and Mutedf.

There is a little extra tidying up with local variable names or converting code to use Mutedf format.
2025-04-06 10:18:48 -04:00
..
color.go Deprecate ColorScheme.Gray for ColorScheme.Muted 2025-04-06 10:18:48 -04:00
color_test.go Implement tests for muted logic, standardize reset 2025-03-31 15:33:52 -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