Open GoogleCodeExporter opened 9 years ago
I found a solution by going through how the DOM and CSS styles are applied,
here is a new selectable CSS file, I like to call Green_on_Black(I like it,
don't judge):
#vt100 #scrollable { color: #00ff00;
background-color: #000000; }
#vt100 #scrollable.inverted { color: #000000;
background-color: #00ff00; }
#vt100 #scrollable #console .ansi0 { color: #00ff00; }
When using this, you will need to alter the Color_Terminal.css and change this
line:
#vt100 .ansi0 { color: #000000; }
It may not be required, but I am adding it here just in case.
Anyways, this new CSS file variant will make the ANSI programs render with
proper colors when launched, while keeping a nice low-contrast shell.
Original comment by kveron...@gmail.com
on 30 Jan 2014 at 8:44
It doesn't appear to resolve the issue with "Nano", which also doesn't render
correctly under White_on_Black. There is definitely an issue with rendering
ncurses/ANSI enabled programs when not using Black_On_White.
Other example programs are those made with the Newt toolkit, just run their
examples while using any style but the default Black_On_White.
Original comment by kveron...@gmail.com
on 30 Jan 2014 at 9:00
[deleted comment]
I ask for your life now bcoz I want product program call me 09053349601
Original comment by evaiba...@gmail.com
on 4 Dec 2014 at 10:36
Original issue reported on code.google.com by
kveron...@gmail.com
on 30 Jan 2014 at 8:27