From 85b653891d97bf63f0db5926addf135253038a84 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Jun 2025 21:09:35 +0100 Subject: [PATCH] keep the colour cyan patch bump --- obsws_cli/__about__.py | 2 +- obsws_cli/scene.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index 7758e66..3bcd6bd 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = "0.17.1" +__version__ = "0.17.2" diff --git a/obsws_cli/scene.py b/obsws_cli/scene.py index 7d860c5..328f3ea 100644 --- a/obsws_cli/scene.py +++ b/obsws_cli/scene.py @@ -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]'