From 994f1ed301e2023f0e4c8afa7429388ea90362e1 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 19 May 2014 11:08:09 -0700 Subject: regedit: add white on blue color scheme Signed-off-by: Chris Davis Reviewed-by: Andreas Schneider Reviewed-by: Michael Adam --- source3/utils/regedit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/utils/regedit.c b/source3/utils/regedit.c index a1118d5633..5e6db7e629 100644 --- a/source3/utils/regedit.c +++ b/source3/utils/regedit.c @@ -450,6 +450,7 @@ static void display_window(TALLOC_CTX *mem_ctx, struct registry_context *ctx) if (colors) { start_color(); use_default_colors(); + assume_default_colors(COLOR_WHITE, COLOR_BLUE); } regedit = talloc_zero(mem_ctx, struct regedit); -- cgit