From 9b21bb7074ac9863f17411bd197a90c6290ba5a5 Mon Sep 17 00:00:00 2001 From: Peter Minin Date: Sat, 17 Apr 2021 16:47:27 +0300 Subject: [PATCH] Fix brackets highlighting in "solarizedl" --- jupyterthemes/styles/solarizedl.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterthemes/styles/solarizedl.less b/jupyterthemes/styles/solarizedl.less index c288b681..28761732 100644 --- a/jupyterthemes/styles/solarizedl.less +++ b/jupyterthemes/styles/solarizedl.less @@ -22,7 +22,7 @@ http://ethanschoonover.com/solarized @code-orange: @orange; @code-cyan: @cyan; @theme-flavor: #ffffff; -@theme-flavor-inverse: #ffffff; +@theme-flavor-inverse: #000000; @solar-base03: #002b36; @solar-base02: #073642;