https://github.com/wes-goulet/background-noise
A simple white noise app that plays in the background.
https://github.com/wes-goulet/background-noise
Last synced: 2 months ago
JSON representation
A simple white noise app that plays in the background.
- Host: GitHub
- URL: https://github.com/wes-goulet/background-noise
- Owner: wes-goulet
- Created: 2019-05-15T05:44:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T04:08:05.000Z (about 1 year ago)
- Last Synced: 2024-12-28T10:33:03.238Z (4 months ago)
- Language: HTML
- Homepage: https://backgroundnoise.app
- Size: 15.4 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Background Noise
A simple white noise app that plays in the background.
## Web App
The goal is to make a web app that can run on any device, leveraging PWA capabilities on each platform.
## Theme
Theme: #b859ed
Background: #000000
Foreground: #ffffffFrom [Fabric Theme Deigner](https://aka.ms/themedesigner)
```json
{
"themePrimary": "#c46bf3",
"themeLighterAlt": "#08040a",
"themeLighter": "#1f1127",
"themeLight": "#3b2049",
"themeTertiary": "#754092",
"themeSecondary": "#ac5ed6",
"themeDarkAlt": "#c979f4",
"themeDark": "#d18df6",
"themeDarker": "#ddabf8",
"neutralLighterAlt": "#0b0b0b",
"neutralLighter": "#151515",
"neutralLight": "#252525",
"neutralQuaternaryAlt": "#2f2f2f",
"neutralQuaternary": "#373737",
"neutralTertiaryAlt": "#595959",
"neutralTertiary": "#c8c8c8",
"neutralSecondary": "#d0d0d0",
"neutralPrimaryAlt": "#dadada",
"neutralPrimary": "#ffffff",
"neutralDark": "#f4f4f4",
"black": "#f8f8f8",
"white": "#000000"
}
```