🎨 Using HTML Colors in Deckbuilder
Deckbuilder now supports all 140 standard HTML color names plus 'transparent' for table styling. Use these human-readable color names instead of hex codes for easier customization.
Example usage in frontmatter:
custom_colors:
header_bg: "navy" # Dark blue header
header_text: "white" # White text
primary_row: "lightgray" # Light gray rows
alt_row: "transparent" # Transparent alternating rows
border_color: "silver" # Silver borders
🔍 Special Color: Transparent
TRANSPARENT
transparent
Creates truly transparent backgrounds
Perfect for: Overlay tables, status indicators, and clean minimal designs