2020-02-23 09:56:29 +08:00
|
|
|
# One Light Italic
|
2021-05-15 16:02:08 +08:00
|
|
|
|
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:02:08 +08:00
|
|
|
|
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,
|
|
|
|
```
|
|
|
|
|
2021-05-15 16:02:08 +08:00
|
|
|
## 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 16:02:08 +08:00
|
|
|
- [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)
|
2021-05-15 17:24:07 +08:00
|
|
|
- [atom one-light-syntax](https://github.com/atom/atom/tree/master/packages/one-light-syntax)
|