From 94a9c63021a4dafaaab7676d5900e8e9570a9e87 Mon Sep 17 00:00:00 2001 From: Amiga500 <16525337+Amiga500@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:24:42 +0100 Subject: [PATCH] Update Theme Design (#1449) corrected some typos --- website/docs/08-guides/02-theme-design/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/08-guides/02-theme-design/index.md b/website/docs/08-guides/02-theme-design/index.md index fadf4c703..7cb4be299 100644 --- a/website/docs/08-guides/02-theme-design/index.md +++ b/website/docs/08-guides/02-theme-design/index.md @@ -17,28 +17,28 @@ The Onion Theme Repository has moved to its own *repository*. ## Contributing -Do you want to share your own custom themes with the community? ❤️ [Click here !](https://github.com/OnionUI/Themes/blob/main/CONTRIBUTING.md) +Do you want to share your own custom themes with the community? ❤️ [Click here!](https://github.com/OnionUI/Themes/blob/main/CONTRIBUTING.md) ## Template ### Blueprint Theme (Credit: Aemiii91) -The *Blueprint* theme can be used as theming layout template for starting any new theme : +The *Blueprint* theme can be used as theming layout template for starting any new theme:
Since Onion v4 you have additional assets in `skin/extra` folder: -* `bootScreen.png` : Custom boot screen -* `Screen_Off.png` : Shutting down screen -* `Screen_Off_Save.png` : Saving + Shutting down screen -* `chargingState0.png` -> `chargingState23.png` : 24 images for charging animation, and you can add `chargingState.json` containing a frame delay value (default: 80 milliseconds - values over 10,000 will be parsed as microseconds): +* `bootScreen.png`: Custom boot screen +* `Screen_Off.png`: Shutting down screen +* `Screen_Off_Save.png`: Saving + Shutting down screen +* `chargingState0.png` -> `chargingState23.png`: 24 images for charging animation, and you can add `chargingState.json` containing a frame delay value (default: 80 milliseconds - values over 10,000 will be parsed as microseconds): ```json { "frame_delay": 80 } ``` * `lum0.png` -> `lum10.png`: 11 images for brightness slider -* `toggle-on` and `toggle-off` -> little toggle which are present in Pack Manager and Tweaks for example. +* `toggle-on` and `toggle-off` -> little toggle which are present in Package Manager and Tweaks for example. ### Default Fonts (Credit: Aemiii91)