All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.io.github.smiley4.ktorswaggerui.data.SwaggerUiSyntaxHighlight.kt Maven / Gradle / Ivy

The newest version!
package io.github.smiley4.ktorswaggerui.data

/**
 * The syntax-highlight theme to use for code-blocks in swagger-ui.
 */
enum class SwaggerUiSyntaxHighlight(val value: String) {
    DISABLED("disabled"),
    AGATE("agate"),
    ARTA("arta"),
    MONOKAI("monokai"),
    NORD("nord"),
    OBSIDIAN("obsidian"),
    TOMORROW_NIGHT("tomorrow-night"),
    IDEA("idea")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy