We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4182aa2 commit e525d07Copy full SHA for e525d07
Sources/CodeEditSourceEditor/Theme/EditorTheme.swift
@@ -14,9 +14,9 @@ import SwiftUI
14
public struct EditorTheme: Equatable {
15
/// Represents attributes that can be applied to style text.
16
public struct Attribute: Equatable, Hashable, Sendable {
17
- let color: NSColor
18
- let bold: Bool
19
- let italic: Bool
+ public let color: NSColor
+ public let bold: Bool
+ public let italic: Bool
20
21
public init(color: NSColor, bold: Bool = false, italic: Bool = false) {
22
self.color = color
0 commit comments