From 294c93e88299587135f914ca098dd285e05c0aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 13 Oct 2021 14:32:14 +0200 Subject: [PATCH] Update matching brackets style --- 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 361b72dc626..2105e499d63 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", }, };