From 4b1e2b8af856c049fd07d86737a7b648648e2a41 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Fri, 6 Oct 2017 13:10:27 +0300 Subject: [PATCH] slides: fix illegible code snippets on Windows The transparency is not handled on Windows at the moment, and the text background was too dark. This lead to code snippets being completely consisting of a series of dark and light squares instead of text glyphs. --- extra/slides/slides.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/slides/slides.factor b/extra/slides/slides.factor index 21fed8c67f..26c2db0999 100644 --- a/extra/slides/slides.factor +++ b/extra/slides/slides.factor @@ -27,7 +27,7 @@ CONSTANT: stylesheet } { code-style H{ - { page-color T{ rgba f 0.4 0.4 0.4 0.3 } } + { page-color T{ rgba f 0.9 0.9 0.9 1 } } } } { snippet-style