Settings
struct Settings: Equatable, Codable, Sendable
Settings for the editor
-
The range of available font sizes
Declaration
Swift
static let fontSizeRange: ClosedRange<Double> = 10...24
-
The size of the font
Declaration
Swift
var fontSize: Double = 14
-
The color for brackets
Declaration
Swift
var bracketColor: Color = .gray
-
The color for a chord
Declaration
Swift
var chordColor: Color = .red
-
The color for a directive
Declaration
Swift
var directiveColor: Color = .blue
-
The color for a definition
Declaration
Swift
var definitionColor: Color = .teal