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 notebook colors

This commit is contained in:
Kristi 2022-08-13 20:31:31 -04:00
parent 0dcae36111
commit e8c144b548
3 changed files with 18 additions and 0 deletions

View file

@ -363,6 +363,12 @@
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb", "gitDecoration.stageModifiedResourceForeground": "#6183bb",
"notebook.editorBackground": "#1a1b26",
"notebook.cellEditorBackground": "#16161e",
"notebook.cellBorderColor": "#101014",
"notebook.focusedCellBorder": "#29355a",
"notebook.cellStatusBarItemHoverBackground": "#1c1d29",
"charts.red": "#f7768e", "charts.red": "#f7768e",
"charts.blue": "#7aa2f7", "charts.blue": "#7aa2f7",
"charts.yellow": "#e0af68", "charts.yellow": "#e0af68",

View file

@ -369,6 +369,12 @@
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#34548a", "gitDecoration.stageModifiedResourceForeground": "#34548a",
"notebook.editorBackground": "#d5d6db",
"notebook.cellEditorBackground": "#cbccd1",
"notebook.cellBorderColor": "#c1c2c7",
"notebook.focusedCellBorder": "#828594",
"notebook.cellStatusBarItemHoverBackground": "#d5d6db",
"charts.red": "#8c4351", "charts.red": "#8c4351",
"charts.blue": "#34548a", "charts.blue": "#34548a",
"charts.yellow": "#8f5e15", "charts.yellow": "#8f5e15",

View file

@ -362,6 +362,12 @@
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb", "gitDecoration.stageModifiedResourceForeground": "#6183bb",
"notebook.editorBackground": "#24283b",
"notebook.cellEditorBackground": "#1f2335",
"notebook.cellBorderColor": "#1b1e2e",
"notebook.focusedCellBorder": "#29355a",
"notebook.cellStatusBarItemHoverBackground": "#2c324a",
"charts.red": "#f7768e", "charts.red": "#f7768e",
"charts.blue": "#7aa2f7", "charts.blue": "#7aa2f7",
"charts.yellow": "#e0af68", "charts.yellow": "#e0af68",