8

I am trying to use Solarized colors on a Windows 7 pc using Console2. I can't get the colors to work correctly though.

I tried changing the entries in console.xml as suggested here. Is this all I need to do?

Any help would be greatly appreciated.

4

2 回答 2

9

从此处的说明复制:

将该<colors> ... </colors>部分替换为以下内容:

<colors> <color id="0" r="7" g="54" b="66"/> <!-- black --> <color id="1" r="38" g="139" b="210"/> <!-- blue --> <color id="2" r="133" g="153" b="0"/> <!-- green --> <color id="3" r="42" g="161" b="152"/> <!-- cyan --> <color id="4" r="220" g="50" b="47"/> <!-- red --> <color id="5" r="211" g="54" b="130"/> <!-- magenta --> <color id="6" r="181" g="137" b="0"/> <!-- yellow/brown --> <color id="7" r="238" g="232" b="213"/> <!-- white --> <color id="8" r="0" g="43" b="54"/> <!-- brblack --> <color id="9" r="131" g="148" b="150"/> <!-- brblue --> <color id="10" r="88" g="110" b="117"/> <!-- brgreen --> <color id="11" r="147" g="161" b="161"/> <!-- brcyan --> <color id="12" r="203" g="75" b="22"/> <!-- brred --> <color id="13" r="108" g="113" b="196"/> <!-- brmagenta/violet --> <color id="14" r="101" g="123" b="131"/> <!-- bryellow --> <color id="15" r="253" g="246" b="227"/> <!-- brwhite --> </colors>

这对我来说效果很好。

于 2013-01-14T16:43:30.973 回答
1

我经历了同样的过程,配色方案似乎对我有用。要检查的一件事是打开 Console2 设置对话框并验证您的控制台颜色映射是否正确映射。附加的屏幕截图使用的是深色曝光配色方案。

带有 Solarized 控制台颜色图的控制台设置

于 2012-11-05T15:44:26.440 回答