Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.52k stars 289 forks source link

How can I adjust terminal color #383

Closed lzskyline closed 4 years ago

lzskyline commented 4 years ago

OneDark Pro has been updated and changed my terminal color, but I don't feel used to it. how can I change it back?

Binaryify commented 4 years ago

you can add this into your setting.json maybe need to replace single quotes with double quotes

"workbench.colorCustomizations":{
     'terminal.ansiBlue': '#61afef',
   'terminal.ansiBrightBlack': '#7f848e',
   'terminal.ansiBrightBlue': '#528bff',
   'terminal.ansiBrightCyan': '#56b6c2',
   'terminal.ansiBrightGreen': '#98c379',
   'terminal.ansiBrightMagenta': '#7e0097',
   'terminal.ansiBrightRed': '#f44747',
   'terminal.ansiBrightWhite': '#d7dae0',
   'terminal.ansiBrightYellow': '#e5c07b',
   'terminal.ansiCyan': '#56b6c2',
   'terminal.ansiGreen': '#98c379',
   'terminal.ansiMagenta': '#c678dd',
   'terminal.ansiRed': '#e06c75',
   'terminal.ansiWhite': '#d7dae0',
   'terminal.ansiYellow': '#e5c07b',
}
lzskyline commented 4 years ago

It works! thx :)

PetrKaleta commented 4 years ago

Honestly, new terminal colors really sucks :(

danrneal commented 4 years ago

In what world is #586e75 "Bright Green"?! And "#839496" is bright blue??? It's less bright than the regular blue....

dstaley commented 4 years ago

@Binaryify can you explain why the colors were changed? As mentioned above, the colors seem...wrong. For instance, ansiBrightYellow is now gray.

Binaryify commented 4 years ago

sorry for the wrong change, that terminal color look great in the solarized theme, so I change that in this theme yesterday, will rollback that change @dstaley @PetrKaleta @danrneal