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

create a darker background version #345

Closed mraines4 closed 4 years ago

mraines4 commented 5 years ago

I modified the bold version to have a significantly darker background which makes the contrast a lot better. But every time a new update comes out, it deletes it. Can we make a version for this? what I changed is

    "editor.lineHighlightBackground": "#1F1F1F",
    "editor.background": "#191919",
mifas commented 5 years ago

You can overwrite theme's color setting by

"workbench.colorCustomizations": {
"[One Dark Pro Vivid]": {
    "editor.lineHighlightBackground": "#1F1F1F",
    "editor.background": "#191919"
 }
}

https://code.visualstudio.com/api/references/theme-color

Binaryify commented 4 years ago

image image you can switch other editor theme and keep same syntax highlight in v3.0 now https://github.com/Binaryify/OneDark-Pro/blob/master/releaseNote.md