README.en.md
1# Theme
2
3## Introduction
4
5**Overall introduction**
6
7The Theme is a system application prebuilt in OpenHarmony. It provides a basic ability for users to set system themes and desktop wallpaper, and it support change system themes and desktop wallpaer by other applications.
8
9## Directory Structure
10
11```
12/applications/standard/theme
13├── entry # main entry module
14│ └── src
15│ └── main
16│ ├── ets # ets module folder
17│ ├────── ├── pages # pages folder
18│ | ├── resources # other common resources
19│ ├── resources # resources folder
20│ | └── base # default resources
21| | ├── element # default language resources
22| | ├── media # default piture resources
23| | └── profile # default configs
24│ └── module.json5 # global configs
25└── LICENSE # copyright license file
26```
27
28## Repositories Involved
29
30System apps
31
32**applications\_theme**
33
README.md
1# Theme
2
3## 简介
4
5**内容介绍:**
6
7主题应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统主题、桌面壁纸的基础能力,并支持通过其他第三方应用设置用户自定义的主题与壁纸。
8
9## 目录
10
11```
12/applications/standard/theme
13├── entry # 主entry模块目录
14│ └── src
15│ └── main
16│ ├── ets # ets模块目录
17│ ├────── ├── pages # 组件页面存放目录
18│ | ├── resources # 其它共用资源
19│ ├── resources # 资源配置文件存放目录
20│ | └── base # 默认资源
21| | ├── element # 默认文字内容
22| | ├── media # 默认图片资源
23| | └── profile # 默认配置
24│ └── module.json5 # 全局配置文件
25└── LICENSE # 许可文件
26```
27
28## 相关仓
29
30系统应用
31
32**applications\_theme**
33