Skip to content

Commit

Permalink
[interface-] color_h1 must also be clear in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Nov 25, 2023
1 parent ba2db67 commit 38dcfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 38dcfd8

Please # to comment.