Tuned default colors to tone down a bit for hq video with dither.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s
This commit is contained in:
parent
6a58bfd9c5
commit
08b125d21d
|
@ -41,7 +41,7 @@ $(call mb_make_call,mb_doc_variable,MB_AUTOEXEC_SAFE_CMD_EXITCODE,"Safe command
|
|||
MB_AUTOEXEC_STARTUP_NOTE ?=
|
||||
$(call mb_make_call,mb_doc_variable,MB_AUTOEXEC_STARTUP_NOTE,"When set this startup note message is shown.")
|
||||
|
||||
MB_AUTOEXEC_COLOR_FG ?= 151
|
||||
MB_AUTOEXEC_COLOR_FG ?= 141
|
||||
$(call mb_make_call,mb_doc_variable,MB_AUTOEXEC_COLOR_FG,"Default foreground color if none is given.")
|
||||
|
||||
MB_AUTOEXEC_COLOR_BG ?= 000
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
|
||||
MB_MSXPIPE_COLOR_FG_SAFE_CMD ?= 116
|
||||
MB_MSXPIPE_COLOR_FG_SAFE_CMD ?= 026
|
||||
$(call mb_make_call,mb_doc_variable,MB_MSXPIPE_COLOR_FG_SAFE_CMD,"Foreground color of safe command session pipe.")
|
||||
|
||||
MB_MSXPIPE_COLOR_BG_SAFE_CMD ?= 000
|
||||
$(call mb_make_call,mb_doc_variable,MB_MSXPIPE_COLOR_BG_SAFE_CMD,"Background color of safe command session pipe.")
|
||||
|
||||
MB_MSXPIPE_COLOR_FG_SAFE_TEST ?= 511
|
||||
MB_MSXPIPE_COLOR_FG_SAFE_TEST ?= 421
|
||||
$(call mb_make_call,mb_doc_variable,MB_MSXPIPE_COLOR_FG_SAFE_TEST,"Foreground color of safe test session pipe.")
|
||||
|
||||
MB_MSXPIPE_COLOR_BG_SAFE_TEST ?= 000
|
||||
$(call mb_make_call,mb_doc_variable,MB_MSXPIPE_COLOR_BG_SAFE_TEST,"Background color of safe test session pipe.")
|
||||
|
||||
MB_MSXPIPE_COLOR_FG_RUN_GUI ?= 151
|
||||
MB_MSXPIPE_COLOR_FG_RUN_GUI ?= 141
|
||||
$(call mb_make_call,mb_doc_variable,MB_MSXPIPE_COLOR_FG_RUN_GUI,"Foreground color of run gui session pipe.")
|
||||
|
||||
MB_MSXPIPE_COLOR_BG_RUN_GUI ?= 000
|
||||
|
|
Loading…
Reference in a new issue