+
Light
+
+
Vernacular
+ {#each writingSystems.vernacular as ws (ws.wsId)}
+ {@const color = wsService?.wsColor(ws.wsId, 'vernacular')}
+
+ {color}
+
+ {/each}
+ Analysis
+ {#each writingSystems.analysis as ws (ws.wsId)}
+ {@const color = wsService?.wsColor(ws.wsId, 'analysis')}
+
+ {color}
+
+ {/each}
+
+
+
Dark
+
+
Vernacular
+ {#each writingSystems.vernacular as ws (ws.wsId)}
+ {@const color = wsService?.wsColor(ws.wsId, 'vernacular')}
+
+ {color}
+
+ {/each}
+ Analysis
+ {#each writingSystems.analysis as ws (ws.wsId)}
+ {@const color = wsService?.wsColor(ws.wsId, 'analysis')}
+
+ {color}
+
+ {/each}
+
+