You might be interested in my xclorsel a Tk GUI to available X11 colors.

Not changed since 2007-05-08, so maybe apt for modernisation.

In relation: I have dis_colors to show the current setting for you ANSI-compliant terminal (xterm) related to colors. That makes it easier to choose the combination to select for your messages. This tool could do with an extension to show what to use from Term::ANSIColor, though that would make the display rather wide.

Note w.r.t. rgb_palette: I use light background and usually discard every tool that uses a black/dark background by default and has no easy/intuitive option to switch to light background. This excludes currently many IDE's as they default to dark background and their option(s) to switch to light background are not implemented well as obviously their developers do not use it. My own tools all default to something "nice" (YMMV) on a light background but when useful, a simple option or rc setting is supported for those that prefer a dark background.

It took me a bit to remember, but in the xterm source distributions come with color-tests in the vttests subfolder that show something similar to your rgb_palette.

EDIT: ExtUtils::MakeMaker is CORE and also comes with a prompt function, so you don't require an extra non-core dependancy.


Enjoy, Have FUN! H.Merijn

In reply to Re: 'rgb_palette' - Term::ANSIColor Helper by Tux
in thread 'rgb_palette' - Term::ANSIColor Helper by kcott

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.