Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
}