mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update terminal black color
This commit is contained in:
parent
c46832fe7c
commit
aa5099d028
3 changed files with 13 additions and 9 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.6.0
|
||||
`2020-07-27`
|
||||
- Update terminal black color for Tokyo Night Storm and iTerm.
|
||||
|
||||
## 0.5.9
|
||||
`2020-07-14`
|
||||
- Update HTML Character Entity color
|
||||
|
|
|
@ -258,7 +258,7 @@
|
|||
// "terminalCursor.background": "",
|
||||
// "terminalCursor.foreground": "",
|
||||
|
||||
"terminal.ansiBlack": "#3b4261",
|
||||
"terminal.ansiBlack": "#414868",
|
||||
"terminal.ansiRed": "#f7768e",
|
||||
"terminal.ansiGreen": "#73daca",
|
||||
"terminal.ansiYellow": "#e0af68",
|
||||
|
@ -266,7 +266,7 @@
|
|||
"terminal.ansiMagenta": "#bb9af7",
|
||||
"terminal.ansiCyan": "#7dcfff",
|
||||
"terminal.ansiWhite": "#7982a9",
|
||||
"terminal.ansiBrightBlack": "#3b4261",
|
||||
"terminal.ansiBrightBlack": "#414868",
|
||||
"terminal.ansiBrightRed": "#f7768e",
|
||||
"terminal.ansiBrightGreen": "#73daca",
|
||||
"terminal.ansiBrightYellow": "#e0af68",
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.13725490868091583</real>
|
||||
<real>0.40784314274787903</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.074509806931018829</real>
|
||||
<real>0.28235295414924622</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.054901961237192154</real>
|
||||
<real>0.25490197539329529</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.56349623203277588</real>
|
||||
<real>0.60784316062927246</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
|
@ -189,13 +189,13 @@
|
|||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.13725490868091583</real>
|
||||
<real>0.40784314274787903</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.074509806931018829</real>
|
||||
<real>0.28235295414924622</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.054901961237192154</real>
|
||||
<real>0.25490197539329529</real>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
|
|
Loading…
Reference in a new issue