Skip to content

Commit 8fb3ce9

Browse files
committed
feat(setup): create coherent private status bar
Using the same color for 'c.colors.statusbar.command.private.bg' and 'c.colors.statusbar.command.bg' assures coherence with other menus, like 'c.colors.completion.category.bg'. However, the overall coherence in private mode is improved by matching 'c.colors.statusbar.command.private.bg' with 'c.colors.statusbar.private.bg'.
1 parent 14b3d2e commit 8fb3ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def setup(c, flavour, samecolorrows = False):
294294
## Foreground color of the statusbar in private browsing mode.
295295
c.colors.statusbar.private.fg = palette["subtext1"]
296296
## Background color of the statusbar in private browsing + command mode.
297-
c.colors.statusbar.command.private.bg = palette["base"]
297+
c.colors.statusbar.command.private.bg = palette["crust"]
298298
## Foreground color of the statusbar in private browsing + command mode.
299299
c.colors.statusbar.command.private.fg = palette["subtext1"]
300300

0 commit comments

Comments
 (0)