mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-27 22:10:29 +01:00
keep the colour cyan
patch bump
This commit is contained in:
parent
bff5d396a4
commit
85b653891d
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.17.1"
|
||||
__version__ = "0.17.2"
|
||||
|
@ -48,7 +48,7 @@ def list_(
|
||||
|
||||
for scene_name, scene_uuid in scenes:
|
||||
if scene_name == active_scene:
|
||||
scene_output = f'[bold green]{scene_name}[/bold green]'
|
||||
scene_output = f'[bold]{scene_name}[/bold]'
|
||||
else:
|
||||
scene_output = f'[dim]{scene_name}[/dim]'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user