From fedbf4f53b2669bef61f8f4a36f8d68a2893644d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 13 Oct 2021 14:56:33 +0200 Subject: [PATCH] Update matching brackets style (#595) --- assets/js/cell/live_editor/theme.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/js/cell/live_editor/theme.js b/assets/js/cell/live_editor/theme.js index 361b72dc6..2105e499d 100644 --- a/assets/js/cell/live_editor/theme.js +++ b/assets/js/cell/live_editor/theme.js @@ -43,6 +43,8 @@ const theme = { "editorSuggestWidget.selectedBackground": "#2c313a", "input.background": "#1b1d23", "input.border": "#181a1f", + "editorBracketMatch.border": "#282c34", + "editorBracketMatch.background": "#3e4451", }, };