0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update chart colors

This commit is contained in:
Kristi 2020-10-16 09:54:45 -04:00
parent 4ab224bc24
commit 46efb7c420
3 changed files with 26 additions and 0 deletions

View file

@ -305,6 +305,14 @@
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
"charts.red": "#f7768e",
"charts.blue": "#7aa2f7",
"charts.yellow": "#e0af68",
"charts.orange": "#ff9e64",
"charts.green": "#41a6b5",
"charts.purple": "#9d7cd8",
"charts.foreground": "#9AA5CE",
"charts.lines": "#16161e",
"merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544",

View file

@ -309,6 +309,15 @@
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#34548a",
"charts.red": "#8c4351",
"charts.blue": "#34548a",
"charts.yellow": "#8f5e15",
"charts.orange": "#965027",
"charts.green": "#33635c",
"charts.purple": "#5a4a78",
"charts.foreground": "#565a6e",
"charts.lines": "#f4f5f8",
"merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544",
"merge.incomingHeaderBackground": "#34548aaa",

View file

@ -304,6 +304,15 @@
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
"charts.red": "#f7768e",
"charts.blue": "#7aa2f7",
"charts.yellow": "#e0af68",
"charts.orange": "#ff9e64",
"charts.green": "#73daca",
"charts.purple": "#9d7cd8",
"charts.foreground": "#9AA5CE",
"charts.lines": "#1f2335",
"merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544",
"merge.incomingHeaderBackground": "#3d59a1aa",