keep the colour cyan

patch bump
This commit is contained in:
onyx-and-iris 2025-06-20 21:09:35 +01:00
parent bff5d396a4
commit 85b653891d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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]'