The Tree of Widsdom

智慧の樹

Color•Day

Type: Stamp

Scope: global (normal_note, util_note)

Purpose: Applies daytime color scheme

Sets color settings of BoxPress’s two main prototype kingdoms (normal_note and util_note) to their defaults.

Color: Day works by applying the following:

$MapBackgroundColor(normal_note)=_bkg; 
$MapBackgroundColor2(normal_note)=#010; 
$MapBackgroundColor("/")=#2b193c; 
$MapBackgroundColor(util_note)=_bkg_util; 
$Color(normal_note)=_norm; 
$Color(cat_note)=#9cb; 
$Color(norm_agent)=#9cb; 
$Color(code_note)=_code; 
$ShadowColor(normal_note)=; 
$Color(event_note)=#ff7; 
$Color(dated_note)=_dated;