docs: code-fence theme enum

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2023-10-01 18:23:04 +02:00
parent f6e7631bc5
commit ac1abc749b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ data class OrderingSettings(
data class AndroidSpecificSettings( data class AndroidSpecificSettings(
/** /**
* The theme to use for the app. * The theme to use for the app.
* Can be one of { None, Revolt, Light, M3Dynamic, Amoled } * Can be one of `{ None, Revolt, Light, M3Dynamic, Amoled }`
*/ */
var theme: String? = null, var theme: String? = null,
) )