Github 上有个一个repo可以给 Gnome terminal 设置 Solarized 系列的配色,但是这个配色无法达到 Mac 的 iTerm 里面对 Solarized Light 良好的兼容性(特别是 Solarized Light ),比如 ls 没有颜色(我用 oh my zsh,应该不用配置 dircolors 的),有兄台知道如何给 Gnome terminal 设上完美的 Solarized Light 让它和 macOS 上面一样吗?使用其他的 terminal 模拟器可以实现这样的的效果吗?
在 Gnome terminal 里面的效果大致是 iTerm 里面把 Profile 里面 Text Tab 中的 Draw bold text i bright colors 勾上的效果,该有颜色的地方木有颜色 lol
1
halczy 2016-09-18 18:46:47 +08:00
|
3
shutongxinq OP |
4
shutongxinq OP @halczy 这是我在 iTerm2 时候登陆 Ubuntu 的服务器的样子,但是不知道 Gnome Terminal (或者其他 terminal 模拟器)怎么才能达到类似的效果...
|
5
halczy 2016-09-18 19:16:41 +08:00
@shutongxinq 自带的就应该是这个样子。
在 Edit -> Profile Preferences -> Colors 里面把 Use colors from system theme 取消就应该有 Solarized Light 可以选。 |
6
shutongxinq OP @halczy 谢谢兄台,我之前已经试过了,但是颜色还是灰度的。你的 ls 是没有自定义就显示了这样的颜色吗?我的即使加了 ls --color=auto 之类的显示的颜色仍然是灰度的。
|
7
bsns 2016-09-18 20:42:36 +08:00
我记得系统源就有吧?
|
8
jessun1990 2016-09-18 21:31:43 +08:00 via iPhone
我在 terminal 和 guake 里,改用 oh my fish 。
|
9
h3nng 2016-09-19 15:16:07 +08:00
这样?
![]( https://lh3.googleusercontent.com/OctRLHidSweGOHWloDa4p-91fq4P2J0Vokc78Bf8lIilAFqAjkZtLk7OvWubJdO-cGSmmRpIuus6jqo=w1863-h966) 试试: eval `dircolors /.../dircolors-solarized/dircolors.256dark` |
10
h3nng 2016-09-19 15:27:50 +08:00
|