fix: tests for light256 with alpha
This commit is contained in:
parent
fa42a2e465
commit
28eed454f7
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ EOF
|
|||
tmux new -d
|
||||
|
||||
# check if left side match
|
||||
_status_left_expected="#[bg=colour243,fg=colour255] #S #[bg=colour252,fg=colour243,nobold,noitalics,nounderscore]"
|
||||
_status_left_expected="#[bg=colour239,fg=colour223] #S #[bg=colour250,fg=colour239,nobold,noitalics,nounderscore]"
|
||||
_status_left_current=$(tmux show-option -gqv status-left)
|
||||
if [[ "$_status_left_current" != "$_status_left_expected" ]]; then
|
||||
helper_print_fail "status-left did not match" "$_status_left_current" "$_status_left_expected"
|
||||
|
@ -41,7 +41,7 @@ EOF
|
|||
exit 1
|
||||
fi
|
||||
# check if status is not transparent
|
||||
_status_style_expected="bg=default,fg=colour239"
|
||||
_status_style_expected="bg=default,fg=colour237"
|
||||
_status_style_current=$(tmux_get_statusstyle)
|
||||
if [[ "$_status_style_current" != "$_status_style_expected" ]]; then
|
||||
helper_print_fail "status-style did not match" "$_status_style_current" "$_status_style_expected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue