# One Light Italic Atom one light theme with italic support for VSCode. [Github Repo](https://github.com/laggardkernel/vscode-theme-onelight) Althought this them defines light ansi colors for terminal, it's designed to be used by TUI apps but not the shell itself. ```json "terminal.integrated.drawBoldTextInBrightColors": false, ``` ## Ref - [How to make your own VS Code theme!](https://www.youtube.com/watch?v=pGzssFNtWXw) - [VSCode Color Theme Guide](https://code.visualstudio.com/api/extension-guides/color-theme) - [VSCode Color Theme Reference](https://code.visualstudio.com/api/references/theme-color) - [VSCode Publish Extensions Guide](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) - [One Light tmTheme](https://github.com/akamud/vscode-theme-onelight/blob/master/themes/OneLight.old.tmTheme) - [One Half Light tmTheme](https://tmtheme-editor.herokuapp.com/#!/editor/theme/One%20Half%20Light) - [GitHub's VS Code themes](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) - [atom one-light-syntax](https://github.com/atom/atom/tree/master/packages/one-light-syntax)