Theme Builder

Create your own color theme. Changes preview in real-time. Export as JSON when done.

Base Colors

Syntax Highlighting

Actions

Preview

Sample Post Title January 1, 2025

This is how your body text will appear. It should be readable against the background color you've chosen.

Here's a sample link to see link colors in action.

const greeting = "Hello, World!";
function sayHello() {
    // Print the greeting
    console.log(greeting);
}
#javascript #tutorial