feat: one light style terminal colors
This commit is contained in:
parent
65aabf2630
commit
57a1123b41
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ All notable changes to the "vscode-theme-onelight" extension will be documented
|
||||
|
||||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- Change UI theme from VSCode default to Github Light Default
|
||||
- One Light style terminal colors
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/laggardkernel/vscode-theme-onelight/compare/v0.1.0..master
|
||||
[0.1.0]: https://github.com/laggardkernel/vscode-theme-onelight/releases/tag/v0.1.0
|
||||
|
@ -4,9 +4,17 @@ 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)
|
||||
- [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)
|
||||
- [atom one-light-syntax](https://github.com/atom/atom/tree/master/packages/one-light-syntax)
|
||||
|
@ -138,23 +138,28 @@
|
||||
"panelTitle.activeForeground": "#24292e",
|
||||
"panelTitle.inactiveForeground": "#6a737d",
|
||||
"panelInput.border": "#e1e4e8",
|
||||
"terminal.foreground": "#586069",
|
||||
"terminal.ansiBlack": "#24292e",
|
||||
"terminal.ansiRed": "#d73a49",
|
||||
"terminal.ansiGreen": "#22863a",
|
||||
"terminal.ansiYellow": "#b08800",
|
||||
"terminal.ansiBlue": "#0366d6",
|
||||
"terminal.ansiMagenta": "#6f42c1",
|
||||
"terminal.ansiCyan": "#1b7c83",
|
||||
"terminal.ansiWhite": "#6a737d",
|
||||
"terminal.ansiBrightBlack": "#586069",
|
||||
"terminal.ansiBrightRed": "#cb2431",
|
||||
"terminal.ansiBrightGreen": "#28a745",
|
||||
"terminal.ansiBrightYellow": "#dbab09",
|
||||
"terminal.ansiBrightBlue": "#2188ff",
|
||||
"terminal.ansiBrightMagenta": "#8a63d2",
|
||||
"terminal.ansiBrightCyan": "#3192aa",
|
||||
"terminal.ansiBrightWhite": "#959da5",
|
||||
"terminal.foreground": "#383a42",
|
||||
"terminal.background": "#fafafa",
|
||||
"terminal.selectionForeground": "#383a42",
|
||||
"terminal.selectionBackground": "#bfceff",
|
||||
"terminalCursor.foreground": "#cc00be",
|
||||
"terminal.border": "#657b83",
|
||||
"terminal.ansiBlack": "#383a42",
|
||||
"terminal.ansiRed": "#e45649",
|
||||
"terminal.ansiGreen": "#50a14f",
|
||||
"terminal.ansiYellow": "#c18401",
|
||||
"terminal.ansiBlue": "#2f5af3",
|
||||
"terminal.ansiMagenta": "#a626a4",
|
||||
"terminal.ansiCyan": "#00b7eb",
|
||||
"terminal.ansiWhite": "#fafafa",
|
||||
"terminal.ansiBrightBlack": "#797979",
|
||||
"terminal.ansiBrightRed": "#e06c75",
|
||||
"terminal.ansiBrightGreen": "#98c379",
|
||||
"terminal.ansiBrightYellow": "#e5c07b",
|
||||
"terminal.ansiBrightBlue": "#4b72ff",
|
||||
"terminal.ansiBrightMagenta": "#c678dd",
|
||||
"terminal.ansiBrightCyan": "#00b7eb",
|
||||
"terminal.ansiBrightWhite": "#fafafa",
|
||||
"gitDecoration.addedResourceForeground": "#22863a",
|
||||
"gitDecoration.modifiedResourceForeground": "#b08800",
|
||||
"gitDecoration.deletedResourceForeground": "#cb2431",
|
||||
|
@ -138,23 +138,28 @@
|
||||
"panelTitle.activeForeground": "#24292e",
|
||||
"panelTitle.inactiveForeground": "#6a737d",
|
||||
"panelInput.border": "#e1e4e8",
|
||||
"terminal.foreground": "#586069",
|
||||
"terminal.ansiBlack": "#24292e",
|
||||
"terminal.ansiRed": "#d73a49",
|
||||
"terminal.ansiGreen": "#22863a",
|
||||
"terminal.ansiYellow": "#b08800",
|
||||
"terminal.ansiBlue": "#0366d6",
|
||||
"terminal.ansiMagenta": "#6f42c1",
|
||||
"terminal.ansiCyan": "#1b7c83",
|
||||
"terminal.ansiWhite": "#6a737d",
|
||||
"terminal.ansiBrightBlack": "#586069",
|
||||
"terminal.ansiBrightRed": "#cb2431",
|
||||
"terminal.ansiBrightGreen": "#28a745",
|
||||
"terminal.ansiBrightYellow": "#dbab09",
|
||||
"terminal.ansiBrightBlue": "#2188ff",
|
||||
"terminal.ansiBrightMagenta": "#8a63d2",
|
||||
"terminal.ansiBrightCyan": "#3192aa",
|
||||
"terminal.ansiBrightWhite": "#959da5",
|
||||
"terminal.foreground": "#383a42",
|
||||
"terminal.background": "#fafafa",
|
||||
"terminal.selectionForeground": "#383a42",
|
||||
"terminal.selectionBackground": "#bfceff",
|
||||
"terminalCursor.foreground": "#cc00be",
|
||||
"terminal.border": "#657b83",
|
||||
"terminal.ansiBlack": "#383a42",
|
||||
"terminal.ansiRed": "#e45649",
|
||||
"terminal.ansiGreen": "#50a14f",
|
||||
"terminal.ansiYellow": "#c18401",
|
||||
"terminal.ansiBlue": "#2f5af3",
|
||||
"terminal.ansiMagenta": "#a626a4",
|
||||
"terminal.ansiCyan": "#00b7eb",
|
||||
"terminal.ansiWhite": "#fafafa",
|
||||
"terminal.ansiBrightBlack": "#797979",
|
||||
"terminal.ansiBrightRed": "#e06c75",
|
||||
"terminal.ansiBrightGreen": "#98c379",
|
||||
"terminal.ansiBrightYellow": "#e5c07b",
|
||||
"terminal.ansiBrightBlue": "#4b72ff",
|
||||
"terminal.ansiBrightMagenta": "#c678dd",
|
||||
"terminal.ansiBrightCyan": "#00b7eb",
|
||||
"terminal.ansiBrightWhite": "#fafafa",
|
||||
"gitDecoration.addedResourceForeground": "#22863a",
|
||||
"gitDecoration.modifiedResourceForeground": "#b08800",
|
||||
"gitDecoration.deletedResourceForeground": "#cb2431",
|
||||
|
Loading…
Reference in New Issue
Block a user