diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index 40cee56..37d7dbf 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -19,6 +19,11 @@ "button.hoverBackground": "#4c566a", "debugExceptionWidget.background": "#4c566a", "debugExceptionWidget.border": "#2e3440", + "debugIcon.breakpointForeground": "#bf616a", + "debugIcon.breakpointCurrentStackframeForeground": "#ebcb8b", + "debugIcon.breakpointStackframeForeground": "#a3be8c", + "debugIcon.breakpointDisabledForeground": "#81a1c1", + "debugIcon.breakpointUnverifiedForeground": "#81a1c1", "debugToolBar.background": "#3b4252", "descriptionForeground": "#d8dee9e6", "diffEditor.insertedTextBackground": "#81a1c133", @@ -71,6 +76,8 @@ "editorGutter.deletedBackground": "#bf616a", "editorHoverWidget.background": "#3b4252", "editorHoverWidget.border": "#3b4252", + "editorLightBulb.foreground": "#5e81ac", + "editorLightBulbAutoFix.foreground": "#8fbcbb", "editorLink.activeForeground": "#88c0d0", "editorMarkerNavigation.background": "#5e81acc0", "editorMarkerNavigationError.background": "#bf616ac0",