diff --git a/configure b/configure index 44080481..73c5579d 100755 --- a/configure +++ b/configure @@ -95,8 +95,8 @@ pager=less pageropts='-eFKRX' verbosity=normal color=n -darkbgcolors='hi=1:db=2:se=2:er=91:wa=93:me=95:in=94:mp=1;94:di=94:al=96:sy=95:de=4:cm=92' -lightbgcolors='hi=1:db=2:se=2:er=31:wa=33:me=35:in=34:mp=1;34:di=34:al=36:sy=35:de=4:cm=32' +darkbgcolors='hi=1:db=2:tr=2:se=2:er=91:wa=93:me=95:in=94:mp=1;94:di=94:al=96:sy=95:de=4:cm=92' +lightbgcolors='hi=1:db=2:tr=2:se=2:er=31:wa=33:me=35:in=34:mp=1;34:di=34:al=36:sy=35:de=4:cm=32' termbg=dark lockedconfigs= unloadmatchorder=returnlast diff --git a/modulecmd.tcl.in b/modulecmd.tcl.in index 60e9248a..be6a22b3 100644 --- a/modulecmd.tcl.in +++ b/modulecmd.tcl.in @@ -772,7 +772,7 @@ proc reportInfo {message {title INFO}} { proc reportTrace {message {title TRACE}} { if {[isVerbosityLevel trace]} { # use reportError for conveniance but there is no error here - reportError [sgr db $message] 0 $title db 0 + reportError [sgr tr $message] 0 $title tr 0 } }