[FE training-materials-updates] Slides: use a lighter blue top and bottom

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Feb 17 17:40:54 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=d4df44b7f76a2a34494866da0648543f4e1dc17b

>---------------------------------------------------------------

commit d4df44b7f76a2a34494866da0648543f4e1dc17b
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Feb 17 17:35:41 2014 +0100

    Slides: use a lighter blue top and bottom
    
    - The blue color that we using caused trouble at black and white
      printing time. It was a bit too dark and there was not enough
      contrast between the title and footer and their background.
      (it could depend on printer toner level too)
    
      This made the page number harder to read, and possibly
      slide titles too.
    
      This was reported by one of the session participants.
    
    - This change switches to a brighter blue color. It's still
      the same bend of blue, just brighter, to minimize the perceived change
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

d4df44b7f76a2a34494866da0648543f4e1dc17b
 common/beamerthemeFreeElectrons.sty |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/beamerthemeFreeElectrons.sty b/common/beamerthemeFreeElectrons.sty
index 9fdf468..4b95ed7 100644
--- a/common/beamerthemeFreeElectrons.sty
+++ b/common/beamerthemeFreeElectrons.sty
@@ -13,7 +13,7 @@
 \usecolortheme{seahorse}
 
 % Define the "Free-Electrons blue" color
-\definecolor{feblue}{rgb}{0.5976,0.5976,0.7968}
+\definecolor{feblue}{rgb}{0.7980,0.7980,1.0}
 \setbeamercolor*{palette primary}{bg=feblue}
 
 \definecolor{fecode}{rgb}{0.5,0.5,0.5}



More information about the training-materials-updates mailing list