beamercolorthemeFeather.sty 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. % This is the color theme file of the Feather theme.
  2. % Copyright (c) 2014 by Lilyana Vaskova Vankova <lilqna.v@gmail.com>
  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. \NeedsTeXFormat{LaTeX2e}
  17. \ProvidesPackage{beamercolorthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]
  18. %----------------------------------------------------------------------------------------------------------------------------------
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20. % Theme options and definitions
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. %----------------------------------------------------------------------------------------------------------------------------------
  23. % beamer specific options
  24. \mode<presentation>%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode
  25. {
  26. %----------------------------------------------------------------------------------------------------------------------------------
  27. % colors
  28. %% defining colors
  29. \definecolor{beamer@barcolor}{RGB}{194,193,204}% light blue
  30. \definecolor{beamer@normaltextcolor}{RGB}{84,97,110}% gray blue
  31. \definecolor{beamer@headercolor}{rgb}{0,0.41,0.54} % dark blue
  32. %% setting the above deffinitions
  33. \setbeamercolor{structure}{fg=beamer@headercolor}
  34. \setbeamercolor{normal text}{fg=beamer@normaltextcolor}
  35. \setbeamercolor{frametitle}{fg=white,bg=beamer@headercolor}
  36. \setbeamercolor{Feather}{fg=beamer@barcolor,bg=beamer@headercolor}
  37. }
  38. \mode<all>