mirror_xterm.js/test/escape_sequence_files/t0220-SGR_inverse.html
2016-07-12 21:26:38 +02:00

7 lines
739 B
HTML

<pre>
This is <span style="background-color: black; color: white">inverse text</span> with default fg and bg.
<span style="color: #cd0000">This is </span><span style="color: white; background-color: #cd0000">inverse text</span><span style="color: #cd0000"> with red fg and default bg.</span>
<span style="background-color: #cd0000">This is </span><span style="background-color: black; color: #cd0000">inverse text</span><span style="background-color: #cd0000"> with default fg and red bg.</span>
<span style="background-color: #cd0000; color: #00cd00">This is </span><span style="background-color: #00cd00; color: #cd0000">inverse text</span><span style="background-color: #cd0000; color: #00cd00"> with green fg and red bg.</span>
</pre>