@factor/theme-standard
v1.0.0-beta.9
Published
a basic theme with only the required elements to get a theme started with [Factor](https://factor.dev/).
Downloads
25
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.