Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Provide example theme #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Jun 16, 2019
1 parent f498b5a commit 2882747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/yalcs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export namespace Yalcs {
/**
* Passed to Material-UI's `createMUITheme()`. Can be left an empty object
* https://material-ui.com/style/color/#color-tool
* @example
* {"palette":{"type":"light","primary":{"main":"#6a1b9a"},"secondary":{"main":"#3f51b5"}}}
* // For dark theme set `type` to "dark".
*/
THEME: any;
/**
Expand Down

0 comments on commit 2882747

Please sign in to comment.