SwiftDocCCodeColorsPreferenceKeyStructureCodeColorsPreferenceKeyRepresents a code color-customization point for clients.struct CodeColorsPreferenceKeyDiscussionA key defines a code-listing component that renderers use for syntax highlighting.NotePreference keys are backed by strings, so you can add new keys without breaking the public API.TopicsInitializersinit(from: any Decoder) throwsinit(rawValue: String)Initializes a code color-preference key from a raw value.Instance Methodsfunc encode(to: any Encoder) throwsType Propertiesstatic let background: CodeColorsPreferenceKeyThe background color key for the code area.static let buildConfigId: CodeColorsPreferenceKeyThe color key renderers use for identifiers in build configuration code.static let buildConfigKeyword: CodeColorsPreferenceKeyThe color key renderers use for keywords in build configuration code.static let comment: CodeColorsPreferenceKeyThe color key renderers use for comments.static let commentURL: CodeColorsPreferenceKeyThe color key renderers use for URLs in comments.static let docComment: CodeColorsPreferenceKeyThe color key renderers use for documentation comments.static let docCommentField: CodeColorsPreferenceKeyThe color key renderers use for documentation comment fields.static let identifier: CodeColorsPreferenceKeyThe color key renderers use of identifiers.static let keyword: CodeColorsPreferenceKeyThe color key renderers use for keywords.static let lineHighlight: CodeColorsPreferenceKeyThe color key renderers use for highlighted lines.static let numberLiteral: CodeColorsPreferenceKeyThe color key renderers use for number literals.static let parameterName: CodeColorsPreferenceKeyThe color key renderers use for parameter names.static let selection: CodeColorsPreferenceKeyThe color key renderers use for selected text.static let stringLiteral: CodeColorsPreferenceKeyThe color key renderers use for string literals.static let text: CodeColorsPreferenceKeyThe color key renderers use for plain text.static let typeAnnotation: CodeColorsPreferenceKeyThe color key renderers use for type annotations.