如何使 rxvt 系列终端的颜色变亮?

发布于 2024-07-06 20:15:23 字数 44 浏览 8 评论 0原文

我知道如何减轻某些命令的颜色,但是我想减轻所有命令的标准 ansi 颜色。

I know how to lighten the colors for certain commands, however I'd like to lighten the standard ansi colors across all commands.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陈甜 2024-07-13 20:15:23

我在这里找到了针对 Xterm 和 aterm 执行此操作的说明:

http://gentoo-wiki.com/TIP_Linux_Colors_in_Aterm/rxvt

我能够获得更明亮的颜色:

rxvt*background:  #000000
rxvt*foreground:  #7f7f7f
rxvt*color0:      #000000
rxvt*color1:      #9e1828
rxvt*color2:      #aece92
rxvt*color3:      #968a38
rxvt*color4:      #414171
rxvt*color5:      #963c59
rxvt*color6:      #418179
rxvt*color7:      #bebebe
rxvt*color8:      #666666
rxvt*color9:      #cf6171
rxvt*color10:     #c5f779
rxvt*color11:     #fff796
rxvt*color12:     #4186be
rxvt*color13:     #cf9ebe
rxvt*color14:     #71bebe
rxvt*color15:     #ffffff

通过将以下内容添加到我的 ~/.Xdefaults 文件的底部,

I found instructions for doing it for Xterm and aterm here:

http://gentoo-wiki.com/TIP_Linux_Colors_in_Aterm/rxvt

From those I was able to get brighter colors by adding:

rxvt*background:  #000000
rxvt*foreground:  #7f7f7f
rxvt*color0:      #000000
rxvt*color1:      #9e1828
rxvt*color2:      #aece92
rxvt*color3:      #968a38
rxvt*color4:      #414171
rxvt*color5:      #963c59
rxvt*color6:      #418179
rxvt*color7:      #bebebe
rxvt*color8:      #666666
rxvt*color9:      #cf6171
rxvt*color10:     #c5f779
rxvt*color11:     #fff796
rxvt*color12:     #4186be
rxvt*color13:     #cf9ebe
rxvt*color14:     #71bebe
rxvt*color15:     #ffffff

to the bottom of my ~/.Xdefaults file

流绪微梦 2024-07-13 20:15:23

一个简单的解决方案是调高显示器亮度:)

更严重的是,请参阅 的资源部分手册

A simple solution would be to turn up your monitor brightness :)

More seriously, see the RESOURCES section of the manual.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文