get_results("SELECT * FROM ".$table." WHERE theme = '$theme'")) { ?>
Color Mixer — After selecting a color field, create your own mix.


This portion of Flutter is experimental. This is not a final product and has not been tested extensively. Use it at your own risk.

Use the form below to modify your blog's font and color settings. To modify colors, select the color field you'd like to modify and then use the RGB color mixer in the shelf below to choose your color (you can use the hexadecimal field too). If you're unsure what you're modifying, click the '?' link next to the element name to view your blog with that element highlighted.

element ?> ?

Background: Border color: Font color:
Font family: Font size (pixels): Font style:
The Ink table doesn\'t exist in your database. Please try reinstalling the software.
'; } } function is_selected($style, $value) { if($value == $style) echo 'selected="selected"'; } function ink_highlight_url($element) { echo get_bloginfo('siteurl').'/?ink_highlight='.urlencode($element); } function add_ink_admin() { add_submenu_page('themes.php', 'Ink', 'Ink', 8, basename(__FILE__), 'ink_admin'); } function add_ink_js() { ?>