From 3673107bc45810fec1f30b631d81b39d7aa85823 Mon Sep 17 00:00:00 2001
From: Desetude <harry@desetude.com>
Date: Tue, 17 Mar 2020 16:29:59 +0000
Subject: [PATCH] termite: fix the key for bold foreground color

PR #1097
---
 modules/programs/termite.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/programs/termite.nix b/modules/programs/termite.nix
index 8a05db035..e3d704424 100644
--- a/modules/programs/termite.nix
+++ b/modules/programs/termite.nix
@@ -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}