Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Theme] sunlust theme does not work for JSON or YAML diagram/data #1726

Closed
The-Lum opened this issue Apr 7, 2024 · 1 comment
Closed

[Theme] sunlust theme does not work for JSON or YAML diagram/data #1726

The-Lum opened this issue Apr 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 7, 2024

Hello PlantUML team, (and @theavege),

Describe the bug
During theme galery tests, I discovered this issue:

  • this sunlust theme does not work for JSON or YAML diagram/data [Probably due to some JSON conf. tables on this theme]

Tests and Screenshots

  • JSON
@startjson
!theme sunlust
{
   "fruit":"Apple",
   "size": "Large",
   "color": ["Red", "Green"]
}
@endjson

  • YAML
@startyaml
!theme sunlust
fruit: Apple
size: Large
color:
 - Red
 - Green
@endyaml

PlantUML version

  • Tested on version 1.2024.4

Additional context
[Origin Ref. or History of this theme: #1677, #1681, #1691]

@github-actions github-actions bot added the triage label Apr 7, 2024
@The-Lum The-Lum added enhancement New feature or request and removed triage labels Apr 9, 2024
@The-Lum
Copy link
Collaborator Author

The-Lum commented Apr 28, 2024

Fixed by #1727.

@The-Lum The-Lum closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant