diff options
author | Francesco <tomaselli.fr@gmail.com> | 2025-02-24 22:43:50 +0100 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2025-02-24 22:43:50 +0100 |
commit | ac7bb055767c8326dd15af90641af6503158be54 (patch) | |
tree | 5bb8967460e74325db3a4a6023ed67c9f26e4985 /wiki | |
parent | aa36128f9b6bf10d969bf27649c1c94eb2a0f854 (diff) |
Update wiki
Diffstat (limited to 'wiki')
-rw-r--r-- | wiki/features/appearance.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/wiki/features/appearance.md b/wiki/features/appearance.md index 771d250..c67c836 100644 --- a/wiki/features/appearance.md +++ b/wiki/features/appearance.md @@ -69,8 +69,7 @@ I strongly recommend enabling [breadcrumbs](#72-breadcrumbs) if you do so. ## Note on Syntax Highlighting -Some color schemes seems to be broken using this theme, for instance, the default one, Monokai, is not well displayed, as pointed out in [this issue](https://github.com/tomfran/typo/issues/17). -I suggest to try [color schemes](https://xyproto.github.io/splash/docs/all.html) and see what can work for you. +The theme supports syntax highlighting, and you can specify the theme as follows: ```toml [markup] @@ -78,6 +77,14 @@ I suggest to try [color schemes](https://xyproto.github.io/splash/docs/all.html) style = 'algol' ``` +`algol` is the recommended theme, and for it to work, the background-color of the code +elements is enforced. +This has the side effect of breaking other color schemes, e.g. Monokai. + +You can make them work by removing `!important` from the background color of the code pre elements. + +I suggest trying [color schemes](https://xyproto.github.io/splash/docs/all.html) and see what can work for you. + ## Footer Customization One can decide to hide the footer completely or to change it's content by specifying the following parameters. |