termite: fix the key for bold foreground color

PR #1097
This commit is contained in:
Desetude 2020-03-17 16:29:59 +00:00 committed by Robert Helgesson
parent b9d4f55228
commit 3673107bc4
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -362,7 +362,7 @@ in {
${optionalString "cursor" cfg.cursorColor}
${optionalString "cursor_foreground" cfg.cursorForegroundColor}
${optionalString "foreground" cfg.foregroundColor}
${optionalString "foregroundBold" cfg.foregroundBoldColor}
${optionalString "foreground_bold" cfg.foregroundBoldColor}
${optionalString "highlight" cfg.highlightColor}
${cfg.colorsExtra}