# applications_theme **Repository Path**: openharmony/applications_theme ## Basic Information - **Project Name**: applications_theme - **Description**: Theme system app | 系统主题应用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 19 - **Created**: 2022-01-18 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Theme ## Introduction **Overall introduction** The 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. ## Directory Structure ``` /applications/standard/theme ├── entry # main entry module │ └── src │ └── main │ ├── ets # ets module folder │ ├────── ├── pages # pages folder │ | ├── resources # other common resources │ ├── resources # resources folder │ | └── base # default resources | | ├── element # default language resources | | ├── media # default piture resources | | └── profile # default configs │ └── module.json5 # global configs └── LICENSE # copyright license file ``` ## Repositories Involved System apps **applications\_theme**