HtmlForge Themes

Beautiful, production-ready themes for your HtmlBuilder projects

How to Use Themes

  1. Browse the available themes below
  2. Choose a theme that fits your project style
  3. Copy the code example from your chosen theme
  4. Use it in your HtmlBuilder code with builder.useTheme(Theme.THEME_NAME)
  5. Build your HTML and enjoy your beautifully styled page

Minimal

A clean, minimal theme with subtle styling and excellent readability. Great for blogs, documentation, and content-focused websites. Uses system fonts and neutral colors to ensure your content takes center stage.

Light Clean Simple
builder.useTheme(Theme.MINIMAL);

Codix

A sleek dark theme inspired by terminal aesthetics and modern code editors. Perfect for developer portfolios, documentation sites, and technical projects. Features vibrant green and blue accents on a dark background for excellent contrast.

Dark Developer Terminal
builder.useTheme(Theme.CODIX);

Minimal Dark

A dark version of the minimal theme

Dark Clean Simple
builder.useTheme(Theme.MINIMALDARK);

Luxury

An opulent dark theme featuring deep navy and black backgrounds with rich gold accents. Elegant serif typography, metallic highlights, and generous spacing create a premium, exclusive atmosphere.

Rich Luxurious Premium
builder.useTheme(Theme.LUXURY);