diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 6b484cd..5bc30b9 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -363,6 +363,12 @@ "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "notebook.editorBackground": "#1a1b26", + "notebook.cellEditorBackground": "#16161e", + "notebook.cellBorderColor": "#101014", + "notebook.focusedCellBorder": "#29355a", + "notebook.cellStatusBarItemHoverBackground": "#1c1d29", + "charts.red": "#f7768e", "charts.blue": "#7aa2f7", "charts.yellow": "#e0af68", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 1abc130..f50c2e7 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -369,6 +369,12 @@ "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#34548a", + "notebook.editorBackground": "#d5d6db", + "notebook.cellEditorBackground": "#cbccd1", + "notebook.cellBorderColor": "#c1c2c7", + "notebook.focusedCellBorder": "#828594", + "notebook.cellStatusBarItemHoverBackground": "#d5d6db", + "charts.red": "#8c4351", "charts.blue": "#34548a", "charts.yellow": "#8f5e15", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 7ce4116..71fa5d2 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -362,6 +362,12 @@ "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "notebook.editorBackground": "#24283b", + "notebook.cellEditorBackground": "#1f2335", + "notebook.cellBorderColor": "#1b1e2e", + "notebook.focusedCellBorder": "#29355a", + "notebook.cellStatusBarItemHoverBackground": "#2c324a", + "charts.red": "#f7768e", "charts.blue": "#7aa2f7", "charts.yellow": "#e0af68",