App-mdee
view release on metacpan or search on metacpan
mode (`=y25` for light, `=y80` for dark).
### Color Specifications
Colors are specified using [Term::ANSIColor::Concise](https://metacpan.org/pod/Term%3A%3AANSIColor%3A%3AConcise) format.
The `--colormap` (`--cm`) option maps colors to captured groups. For example,
`L00D/${base};E` specifies gray foreground on base-colored background.
The color specification supports modifiers:
- `+y10` / `-y10`: Adjust luminance by percentage
- `=y50`: Set absolute luminance
- `D`: Bold, `U`: Underline, `E`: Erase line
### Terminal Mode Detection
**em·dee** uses [Getopt::EX::termcolor](https://metacpan.org/pod/Getopt%3A%3AEX%3A%3Atermcolor) to detect terminal background
luminance. If luminance is below 50%, dark mode is automatically
selected.
# LIMITATIONS
lib/App/mdee.pm view on Meta::CPAN
=head3 Color Specifications
Colors are specified using L<Term::ANSIColor::Concise> format.
The C<--colormap> (C<--cm>) option maps colors to captured groups. For example,
C<L00D/${base};E> specifies gray foreground on base-colored background.
The color specification supports modifiers:
=over 4
=item * C<+y10> / C<-y10>: Adjust luminance by percentage
=item * C<=y50>: Set absolute luminance
=item * C<D>: Bold, C<U>: Underline, C<E>: Erase line
=back
=head3 Terminal Mode Detection
B<em·dee> uses L<Getopt::EX::termcolor> to detect terminal background
script/mdee view on Meta::CPAN
=head3 Color Specifications
Colors are specified using L<Term::ANSIColor::Concise> format.
The C<--colormap> (C<--cm>) option maps colors to captured groups. For example,
C<L00D/${base};E> specifies gray foreground on base-colored background.
The color specification supports modifiers:
=over 4
=item * C<+y10> / C<-y10>: Adjust luminance by percentage
=item * C<=y50>: Set absolute luminance
=item * C<D>: Bold, C<U>: Underline, C<E>: Erase line
=back
=head3 Terminal Mode Detection
B<em·dee> uses L<Getopt::EX::termcolor> to detect terminal background
( run in 0.942 second using v1.01-cache-2.11-cpan-39bf76dae61 )