1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Add color types to fields that need it (#71)

Colorize
This commit is contained in:
Asriel 2025-03-30 02:57:54 -07:00 committed by GitHub
parent a3c016df91
commit ce8a05dc2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,8 @@
name: ContentGaugeColor
fields:
- name: AndroidColor1
type: color
- name: AndroidColor2
type: color
- name: AndroidColor3
type: color

View file

@ -2,6 +2,10 @@ name: UIColor
displayField: Dark
fields:
- name: Dark
type: color
- name: Light
type: color
- name: ClassicFF
type: color
- name: ClearBlue
type: color