From b87516a3e95e480ff8ce30d853f10196b90fa400 Mon Sep 17 00:00:00 2001 From: brijagstu7 <56994423+brijagstu7@users.noreply.github.com> Date: Wed, 17 Jun 2020 14:30:25 +0800 Subject: [PATCH] Add reverse color support In Mathematica there is an option to make background look dark and texts bright, that is to use the "ReverseColor" stylesheet in the View menu. However WolframLanguageForJupyter does not support that, which annoys me as I am gotten used to see dark web pages and that's what I am doing. --- WolframLanguageForJupyter/Resources/OutputHandlingUtilities.wl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WolframLanguageForJupyter/Resources/OutputHandlingUtilities.wl b/WolframLanguageForJupyter/Resources/OutputHandlingUtilities.wl index 26081f6..1dd5099 100644 --- a/WolframLanguageForJupyter/Resources/OutputHandlingUtilities.wl +++ b/WolframLanguageForJupyter/Resources/OutputHandlingUtilities.wl @@ -384,7 +384,7 @@ If[ "alt=\"Output\" src=\"data:image/png;base64,", imageInBase64, (* end the element *) - "\">" + "\" style=\"filter: invert(100%)\">" ] ] ];