Skip to content

Commit 9c04b9b

Browse files
authored
Add new theme: Secret Garden KR (#73)
* Secret Garden KR theme with corrected structure and screenshots * Fix: update screenshots in correct theme folder * Add optional background sizes for Secret Garden KR theme * chore: add to README
1 parent 71d0e68 commit 9c04b9b

File tree

10 files changed

+22
-0
lines changed

10 files changed

+22
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ These let you play with the theme colours and generate the required files.
170170
### Finca La Maria
171171
<img src="THEMES/Finca_La_Maria/screenshot1.png" width="240px"> <img src="THEMES/Finca_La_Maria/screenshot2.png" width="240px"> <img src="THEMES/Finca_La_Maria/screenshot3.png" width="240px">
172172

173+
### Secret Garden KR
174+
<img src="THEMES/Secret_Garden_KR/screenshot1.png" width="240px"> <img src="THEMES/Secret_Garden_KR/screenshot2.png" width="240px"> <img src="THEMES/Secret_Garden_KR/screenshot3.png" width="240px">
175+
173176
## Description of an EdgeTX theme
174177

175178
A theme for EdgeTX consists minimally of 5 files, all located in a dedicated subfolder (in the example here `themename`):
169 KB
Loading
264 KB
Loading
288 KB
Loading
329 KB
Loading

THEMES/Secret_Garden_KR/logo.png

62.7 KB
Loading
124 KB
Loading
30.4 KB
Loading
14.7 KB
Loading

THEMES/Secret_Garden_KR/theme.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
summary:
3+
name: Secret Garden KR
4+
info: Secret Garden KR Theme
5+
author: "Siyeong Jang"
6+
description: "A theme inspired by the tranquil beauty of Changgyeonggung Palace’s Secret Garden."
7+
8+
colors:
9+
PRIMARY1: 0x3A3D28 # 어두운 카키 (텍스트)
10+
PRIMARY2: 0xF6FBEF # 밝은 배경 (노란빛 흰색)
11+
PRIMARY3: 0x9DA56D # 이 이미지 기반 색상
12+
SECONDARY1: 0x7F8751 # 중간 올리브
13+
SECONDARY2: 0xA9B47F # 연한 카키
14+
SECONDARY3: 0xC6D2A4 # 하이라이트 톤
15+
FOCUS: 0x6C9966 # 초록-브라운 조화
16+
EDIT: 0x4C5832 # 편집 영역 강조
17+
ACTIVE: 0xB39C68 # 황토 계열 강조
18+
WARNING: 0xB24C32 # 붉은 갈색 경고
19+
DISABLED: 0xB0BBA4 # 연한 회녹색

0 commit comments

Comments
 (0)