readcli icon indicating copy to clipboard operation
readcli copied to clipboard

Assuming dark backgrounds may be a bad assumption

Open trashhalo opened this issue 5 years ago • 0 comments

On this line I am hard coding the markdown output as "dark". This may be the wrong choice for people with light backgrounds. https://github.com/trashhalo/readcli/blob/master/main.go#L30

Look into glow's source code to figure out how they are detecting terminal colors and port it to readcli. https://github.com/charmbracelet/glow

trashhalo avatar Oct 29 '20 16:10 trashhalo