Skip to content

Commit e525d07

Browse files
committed
Public Attributes
1 parent 4182aa2 commit e525d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/CodeEditSourceEditor/Theme/EditorTheme.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import SwiftUI
1414
public struct EditorTheme: Equatable {
1515
/// Represents attributes that can be applied to style text.
1616
public struct Attribute: Equatable, Hashable, Sendable {
17-
let color: NSColor
18-
let bold: Bool
19-
let italic: Bool
17+
public let color: NSColor
18+
public let bold: Bool
19+
public let italic: Bool
2020

2121
public init(color: NSColor, bold: Bool = false, italic: Bool = false) {
2222
self.color = color

0 commit comments

Comments
 (0)