Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 607 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 607 Bytes

Denarius

The development repository of denarius, an expenses tracker.

Usage

npm install

npm start

Visit http://localhost:8080/

UI Customization

material-ui lightBaseTheme:
primary1Color: cyan500,
primary2Color: cyan700,
primary3Color: grey400,
accent1Color: pinkA200,
accent2Color: grey100,
accent3Color: grey500,
textColor: darkBlack,
secondaryTextColor: fade(darkBlack, 0.54),
alternateTextColor: white,
canvasColor: white,
borderColor: grey300,
disabledColor: fade(darkBlack, 0.3),
pickerHeaderColor: cyan500,
clockCircleColor: fade(darkBlack, 0.07),
shadowColor: fullBlack,