aboutsummaryrefslogtreecommitdiff
path: root/config.json
blob: e28a5960ee4c06c524096a36ac543457fabe3dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "texts_path": "texts.json",
    "default_text": "The quick brown fox jumps over the lazy dog.",
    "theme": {
        "name": "default",
        "background": "Black",
        "foreground": "White",
        "accent": "Blue",
        "error": "Red",
        "success": "Green"
    }
}