vscode-theme-onelight/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2020-02-23 09:56:29 +08:00
# One Light Italic
2020-02-19 10:33:12 +08:00
Atom one light theme with italic support for VSCode.
[Github Repo](https://github.com/laggardkernel/vscode-theme-onelight)
2021-05-15 16:30:47 +08:00
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)
2021-05-15 16:30:47 +08:00
- [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)
2021-05-15 17:41:38 +08:00
- [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)