Skip to content

Commit 3c57f67

Browse files
committed
UG 1.8 branding
version text color + splashscreen
1 parent 9dc2c8f commit 3c57f67

File tree

2 files changed

+2132
-2132
lines changed

2 files changed

+2132
-2132
lines changed

src/host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ void print_version()
596596
is_release = false;
597597
}
598598
#endif
599-
col() << SBRIGHT_BLUE(SBOLD(PACKAGE_STRING <<
599+
col() << SDARK_YELLOW(SBOLD(PACKAGE_STRING <<
600600
(is_release ? "" : "+"))) <<
601601
" (" << get_version_details() << ")\n";
602602
}

0 commit comments

Comments
 (0)