summaryrefslogtreecommitdiff
path: root/sailcov/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sailcov/README.md')
-rw-r--r--sailcov/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/sailcov/README.md b/sailcov/README.md
index 5118d919..91aa7dbb 100644
--- a/sailcov/README.md
+++ b/sailcov/README.md
@@ -43,3 +43,13 @@ individually. See
for an example of the output. There is also a `--tab-width` option for
sailcov that can be used to control the tab width in the generated
html.
+
+### Colour options
+
+`sailcov -h` will list the available options for the colours used in
+the output. The hue and saturation for the colours used for covered
+and uncovered code can be individually set. Or the default red/green
+colours for uncovered/covered can be swapped for a yellow/blue theme
+using `--alt-colors` or `--alt-colours`. See the alternate
+[riscv_vmem_sv39.html](https://alasdair.github.io/riscv_vmem_sv39_alt.html)
+for an example.