Themes

Themes

Themes are collections of design tokens that give a cohesive look and feel to the entire Web Awesome library. Style and restyle your website at will by loading any pre-built theme.

See one you like? Log in to create a project with any one of these themes. (Plus, there are even more themes to love with . )

Default Awesome Shoelace

Using This Theme

CDN npm Self-Hosted Hosted Projects

To use this theme, add the theme's stylesheet from the CDN:

<link rel="stylesheet" href="https://ka-f.webawesome.com/webawesome@0.14.0/styles/themes/default.css">

Then apply the following classes to the <html> element:

<html class="wa-theme-default wa-palette-default wa-brand-blue">

After installing @awesome.me/webawesome, import the theme's stylesheet:

import '@awesome.me/webawesome/dist/styles/themes/default.css';

Then apply the following classes to the <html> element:

<html class="wa-theme-default wa-palette-default wa-brand-blue">

If you're self-hosting Web Awesome, include the theme's stylesheet from your server:

<link rel="stylesheet" href="/dist/styles/themes/default.css">

Then apply the following classes to the <html> element:

<html class="wa-theme-default wa-palette-default wa-brand-blue">

For projects on Free workspaces:

  1. Head over to your project's Settings.
  2. For your Theme, select Default.
  3. For your Color Palette, select Default.
  4. Press Save Changes to immediately update anywhere you're using your project.

For projects on Pro workspaces:

  1. Head over to your project's Settings.
  2. Press Edit Your Theme to open the Theme Builder.
  3. Open Theme and select Default.
  4. Press Save Theme to immediately update anywhere you're using your project.
    No results