App-GUI-Cellgraph

 view release on metacpan or  search on metacpan

lib/App/GUI/Cellgraph/Config/Default.pm  view on Meta::CPAN


# default configuration of the app

package App::GUI::Cellgraph::Config::Default;
use v5.12;

our $data = {
    file_base_dir => '~',
    file_base_ending => 'png',
    image_size => 700,
    open_dir => '~',
    save_dir => '~',
    write_dir => '~',
    last_settings => [],
    color_set => {
        grey   => [ '#FFF',  '#DDD',   '#BBB',   '#999',   '#777',   '#555',    '#333',    '#111', 'black' ],
        basic  => [ 'white', 'gray92', 'gray86', 'gray79', 'gray69', 'gray56',  'gray39', 'gray25','black' ],
        dawn   => [ 'white', '#f9d87b', '#936d1a', '#bf3136', '#8f1416', '#99158b', '#1d1d7c', '#111111', 'black' ],
        day    => [ 'white', '#ffcf3d', '#e29955', '#ff1418', '#4acfab', '#48614a', 'gray20',  '#111111', 'black' ],
        skye   => [ 'white', '#ffcf3d', '#173fab', '#82b8e8', '#faa8d4', '#8e8e8e', '#8e8e8e', '#8e8e8e', 'black' ],
        sunset => [ 'white', '#f9d87b', '#936d1a', '#bf3136', '#94148e', '#c3baee', '#1d1d7c', '#111111', 'black' ],
    },
    color => {
        bright_blue      => [  98, 156, 249],
        marsala          => [ 149,  82,  81],
        radiandorchid    => [ 181, 101, 167],
        emerald          => [   0, 155, 119],
        tangerinetango   => [ 221,  65,  36],
        honeysucle       => [ 214,  80, 118],
        turquoise        => [  69, 184, 172],
        mimosa           => [ 239, 192,  80],
        blueizis         => [  91,  94, 166],
        chilipepper      => [ 155,  27,  48],
        sanddollar       => [ 223, 207, 190],
        blueturquoise    => [  85, 180, 176],
        tigerlily        => [ 225,  93,  68],
        aquasky          => [ 127, 205, 205],
        truered          => [ 188,  36,  60],
        fuchsiarose      => [ 195,  68, 122],
        ceruleanblue     => [ 152, 180, 212],
        rosequartz       => [ 247, 202, 201],
        peachecho        => [ 247, 120, 107],
        serenity         => [ 145, 168, 208],
        snorkelblue      => [   3,  79, 132],
        limpetshell      => [ 152, 221, 222],
        lilacgrey        => [ 152, 221, 222],
        icedcoffee       => [ 177, 143, 106],
        fiesta           => [ 221,  65,  50],
        buttercup        => [ 221,  65,  50],
        greenflash       => [ 250, 224,  60],
        riverside        => [  76, 106, 146],
        airyblue         => [ 146, 182, 213],
        sharkskin        => [ 131, 132, 135],
        aurorared        => [ 185,  58,  50],
        warmtaupe        => [ 175, 148, 131],
        dustycedar       => [ 173,  93,  93],
        lushmeadow       => [   0, 110,  81],
        spicymustard     => [ 216, 174,  71],
        pottersclay      => [ 158,  70,  36],
        bodacious        => [ 183, 107, 163],
        greenery         => [ 146, 181,  88],
        niagara          => [  87, 140, 169],
        primroseyellow   => [ 246, 209,  85],
        lapisblue        => [   0,  75, 141],
        flame            => [ 242,  85,  44],
        islandparadise   => [ 149, 222, 227],
        paledogwood      => [ 237, 205, 194],
        pinkyarrow       => [ 206,  49, 117],
        kale             => [  90, 114,  71],



( run in 0.935 second using v1.01-cache-2.11-cpan-df04353d9ac )