Skip to content

Commit 86554d9

Browse files
committed
chore: merge two branches with 'octopus' strategy
Merge branches 'feat-setup-improve-color-contrast' and 'feat-setup-improve-private-statusbar' into 'dev'. Addresses: - catppuccin#3 - catppuccin#4
2 parents e5e17e9 + 8fb3ce9 commit 86554d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ def setup(c, flavour, samecolorrows = False):
290290

291291
## PRIVATE MODE COLORS
292292
## Background color of the statusbar in private browsing mode.
293-
c.colors.statusbar.private.bg = palette["mantle"]
293+
c.colors.statusbar.private.bg = palette["crust"]
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)