xterm -ls -rv 不反转黑盒的颜色

xterm -ls -rv not reversing colors for blackbox

现在,当我 运行 我的 xterm -ls -rv 时,我仍然得到一个带有灰色背景和黑色字符的黑框 window。通常,当我 运行 -rv 时,它会反转颜色,使其具有黑色背景和白色字符。

文件: ~/.blackboxrc

session.styleFile:    ~/.blackbox/myawesomestyle
session.menuFile:     ~/.blackbox/menu

文件: ~/.blackbox/menu

[begin](My Super Menu)
    [exec](Xterm) { xterm -ls -rv }
    [restart](Restart)
    [exit](Exit)
[end]   

文件: ~/.blackbox/myawesomestyle

*button.pressed.appearance: sunken solid
*button.pressed.backgroundColor: darkgrey
*button.appearance: parentrelative
*button.foregroundColor: black

*backgroundColor: rgb:dd/dd/d7
*color1: rgb:dd/dd/d7
*color2: rgb:ee/ee/e7

*font: Bitstream Vera Sans-9

*borderColor: black
*borderWidth: 1
*marginWidth: 2

menu.title.appearance: flat solid border
menu.title.backgroundColor: grey
menu.title.foregroundColor: black
menu.title.textColor: black
menu.title.alignment: center
menu.title.font: Bitstream Vera Sans-9:style=Bold

menu.frame.appearance: raised gradient border
menu.frame.textColor: black
menu.frame.foregroundColor: grey40
menu.frame.disabledColor: darkgrey
menu.frame.alignment: left

menu.active.appearance: flat solid border
menu.active.backgroundColor: rgb:77/77/74
menu.active.foregroundColor: white
menu.active.textColor: white

rootCommand: bsetroot -solid rgb:aa/aa/aa

slit.appearance: raised solid
slit.backgroundColor: rgb:aa/aa/aa
slit.marginWidth: 3

toolbar.appearance: raised gradient border
toolbar.alignment: center
toolbar*textColor: black
toolbar.label.appearance: parentrelative
toolbar.clock.appearance: parentrelative
toolbar.windowLabel.appearance: parentrelative

window.title.focus.appearance: raised gradient border
window.title.focus.color1: rgb:66/66/63
window.title.focus.color2: rgb:88/88/84
window.title.unfocus.appearance: raised gradient border

window.label.focus.appearance: parentrelative
window.label.focus.textColor: white
window.label.unfocus.appearance: parentrelative
window.label.unfocus.textColor: darkgrey
window.label.marginWidth: 1

window.button.focus.appearance: parentrelative
window.button.focus.foregroundColor: white

window.button.unfocus.appearance: parentrelative
window.button.unfocus.foregroundColor: darkgrey

window.handle.focus.appearance: raised solid border
window.handle.unfocus.appearance: raised solid border

window.grip.focus.appearance: raised solid border
window.grip.focus.backgroundColor: rgb:77/77/74
window.grip.unfocus.appearance: raised solid border

window*alignment: center
window.font: Bitstream Vera Sans-9:style=Bold
window.handleHeight: 8

我通过向菜单列表添加另一个项目来确保检查我的配置是否被使用并且它起作用了。

有没有人有任何理论或潜在的故障排除机制来弄清楚发生了什么?

终于完全没有问题了。我的样式文件以某种方式更改为黑色背景,我正在使用 -rv 认为它不起作用。