Theme Settings
Mode
Direction
Layout
Primary Color
Layout Rounded
Navbar Type
Footer Type
Card Style
Sidebar Settings

Theme

User Profile

Header Settings

Theme

Sidebar Background

Settings are automatically saved to your browser's local storage.

© 2025 Turbine UI

Text Highlight

This is a paragraph with highlighted text to draw attention. You can also use green highlight or blue highlight for different purposes.

Code Syntax
// JavaScript function
function greet(name) {
    return `Hello, ${name}!`;
}
Search Highlight

Our design system helps create consistent interfaces. The design tokens ensure every design element follows our guidelines.

Diff Highlight
- const oldValue = "removed";
+ const newValue = "added";
const unchanged = "same";