@factor/theme-standard

a basic theme with only the required elements to get a theme started with Factor.

Usage no npm install needed!

<script type="module">
  import factorThemeStandard from 'https://cdn.skypack.dev/@factor/theme-standard';
</script>

README

Factor Standard Theme

a basic theme with only the required elements to get a theme started with Factor.


Installing & Customizing Themes

Install

To install theme just add to your Factor app's project dependencies:

$ cd my-project
$ yarn add @factor/theme-standard

Customize

This theme uses Factor's native theme settings system.

Copy the factor-settings.js file and place in your applications source folder src.

Edit the settings you'd like to change, the result will be merged with the theme settings file.

Documentation