Skip to content

Commit 2b0db7e

Browse files
committed
Default color reset
1 parent 688cbe7 commit 2b0db7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shellmenu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ actualmenu="EasyKey.shellmenu" # the default menu heading
2222
actualsubmenuname="Your commands:" # the default sub menu heading
2323
menuHeadingFGClr="$clrWhite" # the default menu heading foreground color
2424
menuHeadingBGClr="$clrBlue" # the default menu heading background color
25-
submenuFGClr="$clrWhite" # the default sub menu heading foreground color
26-
submenuBGClr="$clrPurple" # the default sub menu heading background color
25+
submenuFGClr="$clrCyan" # the default sub menu heading foreground color
26+
submenuBGClr="$clrBlack" # the default sub menu heading background color
2727
delimiter=⊕ # the delimiter used in menu array
2828
formattedheading="" # the cache for formatted heading
2929
generatedmenu="" # the menu cache (menu will be compiled once and then cached)

0 commit comments

Comments
 (0)