Hello N.,
Here is a first global proposal, with style, like:
@startuml
<style>
timingDiagram {
FontStyle plain
FontColor blue
FontSize 10
concise, robust, timeline {
FontStyle bold
FontColor #3
}
}
</style>
clock "Clock_0" as C0 with period 50
clock "Clock_1" as C1 with period 50 pulse 15 offset 10
binary "Binary" as B
concise "Concise" as C
robust "Robust" as R
analog "Analog" as A
@0
C is Idle
R is Idle
A is 0
@100
B is high
C is Waiting
R is Processing
A is 2
@150
R is Waiting
A is 1
@enduml
Enjoy,
Regards,
Th.