buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
649 stars 45 forks source link

in style.go please add Orange fg - 38, bg - 48 #34

Closed AyliD closed 8 years ago

AyliD commented 8 years ago

Hi,

Can you please add Orange color? fg - 38 bg - 48

keithpitt commented 8 years ago

Hey @AyliD - thanks for the suggestion! I did some digging on the internet to try and find out what the offical color code for orange would be before I added it, and it looks like orange is one of the offical ANSI escape sequences?

AyliD commented 8 years ago

You are right, it isnt formal color, just a working color, i will change it locally in my code.