Sha256: 92d4ee1a07d3e06eb3145a4809f336213d91ae61be15427ab27b6015a10f0375
Contents?: true
Size: 946 Bytes
Versions: 3
Compression:
Stored size: 946 Bytes
Contents
.ansi-underline { text-decoration: underline; } .ansi-foreground-black { color: rgb(0,0,0); } .ansi-foreground-red { color: rgb(194,54,33); } .ansi-foreground-green { color: rgb(37,188,36); } .ansi-foreground-yellow { color: rgb(173,173,39); } .ansi-foreground-blue { color: rgb(73,46,225); } .ansi-foreground-magenta { color: rgb(211,56,211); } .ansi-foreground-cyan { color: rgb(51,187,200); } .ansi-foreground-default { } // Background .ansi-background-black { background-color: rgb(129,131,131); } .ansi-background-red { background-color: rgb(252,57,31); } .ansi-background-green { background-color: rgb(49,231,34); } .ansi-background-yellow { background-color: rgb(234,236,35); } .ansi-background-blue { background-color: rgb(88,51,255); } .ansi-background-magenta { background-color: rgb(249,53,248); } .ansi-background-cyan { background-color: rgb(20,240,240); } .ansi-background-default { }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ansi_stream-0.0.6 | vendor/assets/stylesheets/ansi_stream.css |
ansi_stream-0.0.5 | vendor/assets/stylesheets/ansi_stream.css |
ansi_stream-0.0.4 | vendor/assets/stylesheets/ansi_stream.css |