SwiftDocCCodeColorsStructureCodeColorsA collection of colors that a renderer uses to highlight code.struct CodeColorsTopicsInitializersinit(background: SRGBColor?, text: SRGBColor?, keyword: SRGBColor?, identifier: SRGBColor?, parameterName: SRGBColor?, numberLiteral: SRGBColor?, stringLiteral: SRGBColor?, typeAnnotation: SRGBColor?, docComment: SRGBColor?, docCommentField: SRGBColor?, comment: SRGBColor?, commentURL: SRGBColor?, buildConfigKeyword: SRGBColor?, buildConfigId: SRGBColor?)Creates a collection of colors given the given values.init(colors: [CodeColorsPreferenceKey : SRGBColor])Creates a collection of colors given key-color pairs.Instance Propertiesvar background: SRGBColor?The color the renderer uses for code area backgrounds.var buildConfigId: SRGBColor?The color the renderer uses for identifiers in build-configuration code.var buildConfigKeyword: SRGBColor?The color the renderer uses for keywords in build configuration code.var colors: [CodeColorsPreferenceKey : SRGBColor]The content color customizations for this collection.var comment: SRGBColor?The color the renderer uses for comments.var commentURL: SRGBColor?The color the renderer uses for URLs in comments.var docComment: SRGBColor?The color the renderer uses for documentation comments.var docCommentField: SRGBColor?The color the renderer uses for documentation comment fields.var identifier: SRGBColor?The color the renderer uses for identifiers.var keyword: SRGBColor?The color the renderer uses for keywords.var lineHighlight: SRGBColor?The color the renderer uses for highlighted lines.var numberLiteral: SRGBColor?The color the renderer uses for number literals.var parameterName: SRGBColor?The color the renderer uses for parameter names.var stringLiteral: SRGBColor?The color the renderer uses for string literals.var text: SRGBColor?The color the renderer uses for plain text.var typeAnnotation: SRGBColor?The color the renderer uses for type annotations.