View Raw SPL

/* default apllication colors */
_defapclr()
{
        setvar("_GCV01", castint(getconfdef("foreground")));
        setvar("_GCV02", castint(getconfdef("background")));
        setvar("_GCV03", castint(getconfdef("text_foreground")));
        setvar("_GCV04", castint(getconfdef("text_background")));
        setvar("_GCV30", castint(getconfdef("worksheet_bg")));
}