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}