From f490626b8a2ff360c4a914615484ea6e5bf8cdee Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 19 Oct 2024 12:38:45 +0200 Subject: Add modern theme --- src/application/themes/modern/theme.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/application/themes/modern/theme.json (limited to 'src/application/themes/modern/theme.json') diff --git a/src/application/themes/modern/theme.json b/src/application/themes/modern/theme.json new file mode 100644 index 0000000..f545766 --- /dev/null +++ b/src/application/themes/modern/theme.json @@ -0,0 +1,11 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "modern", + "name": "Modern", + "author": "Jonas Kohl", + "template": "modern", + "files": [ + "../../../ui/theme-files/modern/theme.css" + ] +} -- cgit v1.2.3