Theme: Documentation fix for backgroundColor
This commit is contained in:
parent
cb3f05d3e2
commit
59d45d39e3
@ -16,7 +16,7 @@ public struct Theme {
|
|||||||
public var font: Font
|
public var font: Font
|
||||||
/// What color to use for plain text (no highlighting)
|
/// What color to use for plain text (no highlighting)
|
||||||
public var plainTextColor: Color
|
public var plainTextColor: Color
|
||||||
/// What color to use for background
|
/// What color to use for the background
|
||||||
public var backgroundColor: Color
|
public var backgroundColor: Color
|
||||||
/// What color to use for the text's highlighted tokens
|
/// What color to use for the text's highlighted tokens
|
||||||
public var tokenColors: [TokenType : Color]
|
public var tokenColors: [TokenType : Color]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user