Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
% This is the color theme file of the Feather theme.
2
% Copyright (c) 2014 by Lilyana Vaskova Vankova <[email protected]>
3
%
4
% This program is free software: you can redistribute it and/or modify
5
% it under the terms of the GNU General Public License as published by
6
% the Free Software Foundation, either version 3 of the License, or
7
% (at your option) any later version.
8
%
9
% This program is distributed in the hope that it will be useful,
10
% but WITHOUT ANY WARRANTY; without even the implied warranty of
11
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
% GNU General Public License for more details.
13
%
14
% You can find the GNU General Public License at <http://www.gnu.org/licenses/>.
15
16
%----------------------------------------------------------------------------------------------------------------------------------
17
18
\NeedsTeXFormat{LaTeX2e}
19
\ProvidesPackage{beamercolorthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]
20
21
%----------------------------------------------------------------------------------------------------------------------------------
22
23
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24
% Theme options and definitions
25
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26
27
%----------------------------------------------------------------------------------------------------------------------------------
28
29
% beamer specific options
30
31
\mode<presentation>%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode
32
{
33
34
%----------------------------------------------------------------------------------------------------------------------------------
35
36
% colors
37
%% defining colors
38
39
\definecolor{beamer@barcolor}{RGB}{194,193,204}% light blue
40
\definecolor{beamer@normaltextcolor}{RGB}{84,97,110}% gray blue
41
\definecolor{beamer@headercolor}{rgb}{0,0.41,0.54} % dark blue
42
43
44
%% setting the above deffinitions
45
46
\setbeamercolor{structure}{fg=beamer@headercolor}
47
\setbeamercolor{normal text}{fg=beamer@normaltextcolor}
48
\setbeamercolor{frametitle}{fg=white,bg=beamer@headercolor}
49
\setbeamercolor{Feather}{fg=beamer@barcolor,bg=beamer@headercolor}
50
}
51
52
\mode<all>
53