diff --git a/example-theme/DOCS.md b/example-theme/DOCS.md new file mode 100644 index 0000000..6d17573 --- /dev/null +++ b/example-theme/DOCS.md @@ -0,0 +1 @@ +# Test theme documentation \ No newline at end of file diff --git a/example-theme/config.yaml b/example-theme/config.yaml new file mode 100644 index 0000000..92f8174 --- /dev/null +++ b/example-theme/config.yaml @@ -0,0 +1,11 @@ +name: Example theme +version: 0.1 +id: example-theme +type: theme +description: Test theme addon + +url: 'https://git.thethomass.net/Umbra/umbra-test-addons' +tags: + - Test + - Example + - Light theme \ No newline at end of file