Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 533 Bytes

File metadata and controls

21 lines (13 loc) · 533 Bytes

Theme

In this section, we’ll implement a simple random theme provider.

Writing Theme

Create a kotlin file named KotlinTheme.kt locate in src/main/kotlin/runflow, and writing the following content:

KotlinTheme.kt

Adding To Specification File

Add the following content to plugin-spec.yml:

themes:
  - service: runflow.KotlinTheme
    name-bundle-id: Demo Theme

Read theme explanation.