From e0e89b9fdbf301e0ead944636023947a67aca57d Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 15 Oct 2024 16:01:32 +0200 Subject: Move themes to different folder --- src/application/themes/yeti/theme.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/application/themes/yeti/theme.json (limited to 'src/application/themes/yeti') diff --git a/src/application/themes/yeti/theme.json b/src/application/themes/yeti/theme.json new file mode 100644 index 0000000..a027a30 --- /dev/null +++ b/src/application/themes/yeti/theme.json @@ -0,0 +1,20 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "yeti", + "name": "Yeti", + "author": "Jonas Kohl", + "files": [ + "../../../ui/icons/css/fork-awesome.min.css", + "../../../ui/yeti.min.css", + "../../../ui/fonts/mybb-icons/style.css", + "../../../ui/site.css", + "../../../ui/fonts/opensans.css", + [ + ".image-attachment-image {", + "box-shadow: 0 0 0 1px #ccc;", + "}" + ] + ] +} + -- cgit v1.2.3