📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / software-engineering-basics / beamercolorthemeFeather.sty
132928 viewsLicense: OTHER
% This is the color theme file of the Feather theme.1% Copyright (c) 2014 by Lilyana Vaskova Vankova <[email protected]>2%3% This program is free software: you can redistribute it and/or modify4% it under the terms of the GNU General Public License as published by5% the Free Software Foundation, either version 3 of the License, or6% (at your option) any later version.7%8% This program is distributed in the hope that it will be useful,9% but WITHOUT ANY WARRANTY; without even the implied warranty of10% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the11% GNU General Public License for more details.12%13% You can find the GNU General Public License at <http://www.gnu.org/licenses/>.1415%----------------------------------------------------------------------------------------------------------------------------------1617\NeedsTeXFormat{LaTeX2e}18\ProvidesPackage{beamercolorthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]1920%----------------------------------------------------------------------------------------------------------------------------------2122%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%23% Theme options and definitions24%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2526%----------------------------------------------------------------------------------------------------------------------------------2728% beamer specific options2930\mode<presentation>%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode31{3233%----------------------------------------------------------------------------------------------------------------------------------3435% colors36%% defining colors3738\definecolor{beamer@barcolor}{RGB}{194,193,204}% light blue39\definecolor{beamer@normaltextcolor}{RGB}{84,97,110}% gray blue40\definecolor{beamer@headercolor}{rgb}{0,0.41,0.54} % dark blue414243%% setting the above deffinitions4445\setbeamercolor{structure}{fg=beamer@headercolor}46\setbeamercolor{normal text}{fg=beamer@normaltextcolor}47\setbeamercolor{frametitle}{fg=white,bg=beamer@headercolor}48\setbeamercolor{Feather}{fg=beamer@barcolor,bg=beamer@headercolor}49}5051\mode<all>5253