Hi,
sc (or, at least the implementation that comes with slackware) uses
ncurses to create the GUI.
ncurses allows you to define
colors and
pairs (foreground/background) and access these by indices. In
sc, you have 8 color pairs to redefine at your discretion, either directly through the program interface, or the config file.
for example, you can put the following into your
$HOME/.scrc to change your foreground to black and background to white:
Code:
set color
color 1 = @black;@white