Skip to content

Commit

Permalink
fixup! Feat: interpolate colors (#208)
Browse files Browse the repository at this point in the history
add missing argument
  • Loading branch information
vdbe committed May 11, 2024
1 parent 6ba7a72 commit 252d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ main() {
set status-style bg=default
message_background="default"
else
message_background="$(do_color_interpolation)"
message_background="$(do_color_interpolation "$status_background")"
set status-bg "${message_background}"
fi
fi
Expand Down

0 comments on commit 252d398

Please sign in to comment.