diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-26 13:39:28 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-26 13:39:28 +0200 |
| commit | 8d60c7f93407988ee0232ea90980028f299cb0f3 (patch) | |
| tree | b343b691d1bce64fb3bc9b40324857486f2be244 /config.json | |
| parent | 76f0d0e902e6ed164704572bd81faa5e5e560cf3 (diff) | |
| download | typerpunk-8d60c7f93407988ee0232ea90980028f299cb0f3.tar.gz typerpunk-8d60c7f93407988ee0232ea90980028f299cb0f3.zip | |
Initial Commit
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..e28a596 --- /dev/null +++ b/config.json @@ -0,0 +1,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" + } +}
\ No newline at end of file |
