docs: code-fence theme enum
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
f6e7631bc5
commit
ac1abc749b
|
|
@ -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,
|
||||||
)
|
)
|
||||||
Loading…
Reference in New Issue