Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit fd7dbb0

Browse files
committed
use white highlight for version display
1 parent fcd9daf commit fd7dbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var HelpView = function HelpView(options) {
1717
"{cyan-fg} h, ?{/} toggle this window",
1818
"{cyan-fg} ctrl-c, q{/} quit",
1919
"",
20-
"{right}{gray-fg}version: " + pkg.version + "{/}"
20+
"{right}{white-fg}version: " + pkg.version + "{/}"
2121
].join("\n");
2222

2323
this.node = blessed.box({

0 commit comments

Comments
 (0)