From 57a1123b4183a146fe982adeca3f6ec220496478 Mon Sep 17 00:00:00 2001 From: laggardkernel Date: Sat, 15 May 2021 16:30:47 +0800 Subject: [PATCH] feat: one light style terminal colors --- CHANGELOG.md | 10 ++++++++++ README.md | 8 ++++++++ themes/one-half-light.json | 39 +++++++++++++++++++++----------------- themes/one-light.json | 39 +++++++++++++++++++++----------------- 4 files changed, 62 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ac15e..a1879f8 100755 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index d88204a..9eeb887 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/themes/one-half-light.json b/themes/one-half-light.json index 93a91a1..f122af9 100644 --- a/themes/one-half-light.json +++ b/themes/one-half-light.json @@ -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", diff --git a/themes/one-light.json b/themes/one-light.json index 0998540..502f5ea 100644 --- a/themes/one-light.json +++ b/themes/one-light.json @@ -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",