Skip to content

v2.7 - Consistent Cyan Frame

Choose a tag to compare

@bivlked bivlked released this 16 Jan 09:58
· 18 commits to main since this release

UI Fix

Fixed

  • Header frame color: Top border (╔═╗) and side borders (║) of header now use Cyan like the rest of the frame

Visual Result

  ╔══════════════════════════════════════════════════════════════════════╗  <- Cyan
  ║                      COMPLETED SUCCESSFULLY                          ║  <- Cyan frame, Green text
  ╠══════════════════════════════════════════════════════════════════════╣  <- Cyan
  ║ > Duration:          00:06:24                                        ║
  ...
  ╚══════════════════════════════════════════════════════════════════════╝  <- Cyan

The status text (COMPLETED SUCCESSFULLY / WITH WARNINGS / WITH ERRORS) remains colored (Green/Yellow/Red) to indicate completion status.


Full Changelog: v2.6...v2.7