Skip to content

Commit 7add441

Browse files
committed
Updated version color to bright_blue
1 parent 24ce044 commit 7add441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ void print_version()
514514
is_release = false;
515515
}
516516
#endif
517-
cout << rang::fg::yellow << rang::style::bold << PACKAGE_STRING <<
517+
cout << rang::fg::bright_blue << rang::style::bold << PACKAGE_STRING <<
518518
(is_release ? "" : "+") <<
519519
rang::fg::reset << rang::style::reset << " (" <<
520520
get_version_details() << ")\n";

0 commit comments

Comments
 (0)