Theme

public enum Theme : String, Codable, Equatable, CaseIterable

Represents a Carbon theme.

  • Base 16 dark

    Declaration

    Swift

    case base16 = "base16-dark"
  • Blackboard

    Declaration

    Swift

    case blackboard
  • Cobalt

    Declaration

    Swift

    case cobalt
  • Duotone dark

    Declaration

    Swift

    case duotone = "duotone-dark"
  • Dracula

    Declaration

    Swift

    case dracula
  • Hopscotch

    Declaration

    Swift

    case hopscotch
  • Lucario

    Declaration

    Swift

    case lucario
  • Material

    Declaration

    Swift

    case material
  • Monokai

    Declaration

    Swift

    case monokai
  • Night Owl

    Declaration

    Swift

    case nightOwl = "night-owl"
  • Nord

    Declaration

    Swift

    case nord
  • Oceanic Next

    Declaration

    Swift

    case oceanicNext = "oceanic-next"
  • One Dark

    Declaration

    Swift

    case oneDark = "one-dark"
  • Panda

    Declaration

    Swift

    case panda = "panda-syntax"
  • Paraiso dark

    Declaration

    Swift

    case paraiso = "paraiso-dark"
  • Shades of purple

    Declaration

    Swift

    case purple = "shades-of-purple"
  • Seti

    Declaration

    Swift

    case seti
  • Solarized dark

    Declaration

    Swift

    case solarized = "solarized dark"
  • Synthwave 84

    Declaration

    Swift

    case synthwave84 = "synthwave-84"
  • Tomorrow night bright

    Declaration

    Swift

    case tomorrow = "tomorrow-night-bright"
  • Twilight

    Declaration

    Swift

    case twilight
  • Verminal

    Declaration

    Swift

    case verminal
  • VSCode

    Declaration

    Swift

    case vscode
  • Zenburn

    Declaration

    Swift

    case zenburn