From a4fd429d4a524219a93e60136582fba5b2871815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Wed, 31 May 2023 20:34:18 +0200 Subject: [PATCH] docs: Update Contributing.mdx --- docs/Contributing.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/Contributing.mdx b/docs/Contributing.mdx index 8396f10..29efda2 100644 --- a/docs/Contributing.mdx +++ b/docs/Contributing.mdx @@ -11,9 +11,11 @@ To get an overview of the project, read the [README](README.md) and [wiki page]( ``` . ├── assets - assets for creating background images -| ├── fonts - fonts used in each theme -| └── icons - icons that get copied to icons folder in every theme -├── customize - non-compressed themes +| ├── backgrounds - backgrounds used in each theme +| ├── fonts - fonts +| ├── icons - icons +| ├── menu - menu parts +| └── theme.txt - theme configuration file ├── docs - documentation markdown files ├── preview - preview images for README.md ├── themes - compressed themes ready to install in .tar format