The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::sdif::colors

SYNOPSIS

  sdif -Mcolors --light
  sdif -Mcolors --green
  sdif -Mcolors --cmy
  sdif -Mcolors --mono

  sdif -Mcolors --dark
  sdif -Mcolors --dark-green
  sdif -Mcolors --dark-cmy
  sdif -Mcolors --dark-mono

DESCRIPTION

Read `perldoc -m App::sdif::colors` to see the actual definition.

Option --light or --dark is set by --autocolor option which calls -Mtermcolor module to determine the brightness of the terminal screen. You can override them in your ~/.sdifrc like:

    option --light --cmy
    option --dark  --dark-cmy

SEE ALSO

Getopt::EX::termcolor