MemriTextEditorColor

enum MemriTextEditorColor : String, CaseIterable

Undocumented

  • Undocumented

    Declaration

    Swift

    case `default` = "--text-color"
  • red

    Undocumented

    Declaration

    Swift

    case red = "--text-color-red"
  • Undocumented

    Declaration

    Swift

    case orange = "--text-color-orange"
  • Undocumented

    Declaration

    Swift

    case yellow = "--text-color-yellow"
  • Undocumented

    Declaration

    Swift

    case green = "--text-color-green"
  • Undocumented

    Declaration

    Swift

    case blue = "--text-color-blue"
  • Undocumented

    Declaration

    Swift

    case purple = "--text-color-purple"
  • Undocumented

    Declaration

    Swift

    case pink = "--text-color-pink"
  • Undocumented

    Declaration

    Swift

    var cssVar: String { get }
  • Undocumented

    Declaration

    Swift

    var swiftColor: Color? { get }