Skip to content

Commit 3a11ed0

Browse files
committed
fix windows menuconfig style support
1. back is not the color name in _NAMED_COLORS 2. windows terminal python enviroment not support the -1 as the color
1 parent 62142a0 commit 3a11ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/kconfig/menuconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285

286286
_STYLES = {
287287
"default": """
288-
path=fg:white,bg:back,bold
288+
path=fg:white,bg:black,bold
289289
separator=fg:white,bg:blue,bold
290290
list=fg:white,bg:black
291291
selection=fg:black,bg:white,bold

0 commit comments

Comments
 (0)