From 38dcfd8e61941047d9f6d6fd1edf47b163ab3ae3 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Fri, 24 Nov 2023 22:48:58 -0800 Subject: [PATCH] [interface-] color_h1 must also be clear in sidebar --- visidata/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visidata/interface.py b/visidata/interface.py index 12a2485bb..815b704df 100644 --- a/visidata/interface.py +++ b/visidata/interface.py @@ -47,7 +47,7 @@ vd.theme_option('color_selected_row', '215 yellow', 'color of selected rows') vd.theme_option('color_clickable', 'underline', 'color of internally clickable item') vd.theme_option('color_code', 'bold white on 237', 'color of code sample') -vd.theme_option('color_h1', 'bold 209', 'color of h1 header') +vd.theme_option('color_h1', 'bold 200', 'color of h1 header') vd.theme_option('force_256_colors', False, 'use 256 colors even if curses reports fewer')