From 4906af8839d7a75c164a4a3e9b397368d098ef84 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sun, 29 Oct 2023 14:48:25 -0400 Subject: [PATCH] Add notebook color bindings --- themes/nord-color-theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index c67473a..e3e65ab 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -185,6 +185,10 @@ "minimapSlider.activeBackground": "#434c5eaa", "minimapSlider.background": "#434c5e99", "minimapSlider.hoverBackground": "#434c5eaa", + "notebook.outputContainerBackgroundColor": "#4c566a", + "notebook.editorBackground": "#3b4252", + "notebook.focusedCellBorder": "#88c0d0", + "notebook.focusedEditorBorder": "#a3be8c", /* `notification.*` keys are legacy support for VS Code versions >1.21.0 */ "notification.background": "#3b4252",