Theme: Documentation fix for backgroundColor

This commit is contained in:
John Sundell 2018-10-09 23:22:18 +02:00 committed by GitHub
parent cb3f05d3e2
commit 59d45d39e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ public struct Theme {
public var font: Font
/// What color to use for plain text (no highlighting)
public var plainTextColor: Color
/// What color to use for background
/// What color to use for the background
public var backgroundColor: Color
/// What color to use for the text's highlighted tokens
public var tokenColors: [TokenType : Color]