Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernard-borg/staines-counter
Staines Counter (for our lecturer Spiteri Staines)
https://github.com/bernard-borg/staines-counter
Last synced: 15 days ago
JSON representation
Staines Counter (for our lecturer Spiteri Staines)
- Host: GitHub
- URL: https://github.com/bernard-borg/staines-counter
- Owner: Bernard-Borg
- Created: 2019-10-31T17:47:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T16:04:48.000Z (about 4 years ago)
- Last Synced: 2024-05-06T00:18:10.447Z (6 months ago)
- Language: Java
- Homepage:
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just a counter for everytime Staines says one of his phrases ;)
Now with customisable themes and phrases!To import a theme, go to Settings and import a custom theme, or use an existing preset.
To create a theme, create a JSON file with the following structure;
{
"buttonBackground": "HEX VALUE", -- background color used for all buttons
"buttonForeground": "HEX VALUE", -- foreground color used for all buttons
"textAreaBackground": "HEX VALUE", -- background color used for the main text area
"textAreaForeground": "HEX VALUE", -- foreground color used for the main text area
"background": HEX VALUE -- background color for all the panels
}