Color•Night
Type: Stamp
Scope: global (normal_note, util_note)
Purpose: Applies inverse color scheme
Sets color settings of BoxPress’s two main prototype kingdoms (normal_note and util_note) to inverse colors for night writing. Make sure that you invert your screen first.
Color: Night works by applying the following:
$MapBackgroundColor(normal_note)=#d4d0c4;
$MapBackgroundColor2(normal_note)=#fef;
$MapBackgroundColor("/")=#f0fed9;
$MapBackgroundColor(util_note)=_emacs-i;
$Color(normal_note)=_norm-i;
$Color(cat_note)=#634;
$Color(code_note)=_code-i;
$Color(norm_agent)=#634;
$ShadowColor(normal_note)="white";
$Color(event_note)=#339;
$Color(dated_note)=_dated-i;