--- a/lib/csscolor.test.php +++ b/lib/csscolor.test.php @@ -1,1 +1,37 @@ + + + +.box { + + /* Use the base color, two shades darker */ + background:#bg['-2'] ?>; + + /* Use the corresponding foreground color */ + color:#fg['-2'] ?>; + + /* Use the highlight color as a border */ + border:5px solid #bg['0'] ?> + +} +