COLOR
RED, GREEN, BLUE
Set the foreground colour.
Example
PALETTE "/kytschi/css/palette"
PALETTE ,"screen"
BACKGROUND 0,0,0
COLOR 0,0,0
END PALETTE
PALETTE ,,"window"
BACKGROUND 0,0,0
COLOR 0,0,0
END PALETTE
Output
<link rel="stylesheet" type="text/css" href="/kytschi/css/palette.css">
<style>#screen{
background-color: rgba(0,0,0,1) !important;
color: rgba(0,0,0,1) !important;
}</style>
<style>.window{
background-color: rgba(0,0,0,1) !important;
color: rgba(0,0,0,1) !important;
}</style>
Example
kytschBASIC