Skip to content

Commit 2cd91b5

Browse files
author
Alan Shaw
committed
Fix menu colouring on windows
1 parent 2030a02 commit 2cd91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebot-workshop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ workshopper({
2020
, appDir : __dirname
2121
, helpFile : fpath('help.txt')
2222
, menuItems : []
23-
, menu : {fg: "black", bg: 220}
23+
, menu : {fg: "black", bg: /^win/.test(process.platform) ? "yellow" : 220}
2424
})

0 commit comments

Comments
 (0)