latex-beamer-themes/Akatsuki/beamercolorthemeAkatsuki.sty

83 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-08-21 15:15:46 +00:00
\mode<presentation>
2017-08-24 16:50:44 +00:00
%
%
% Define custom colors
%
%
2017-08-22 16:16:54 +00:00
% white: rgba(247, 248, 250, 1.0)
2017-08-24 16:50:44 +00:00
\definecolor{color0}{HTML}{f7f8fa}
2017-08-22 16:16:54 +00:00
% black: rgba(23, 33, 42, 1.0)
2017-08-24 16:50:44 +00:00
\definecolor{color1}{HTML}{17212a}
2017-08-22 16:16:54 +00:00
% grey: rgba(218, 219, 214, 1.0)
2017-08-24 16:50:44 +00:00
\definecolor{color2}{HTML}{E4E5E0}
% red: rgba(188, 7, 68, 1.0)
\definecolor{color3}{HTML}{CF084B}
2017-08-22 16:16:54 +00:00
% blue:
2017-08-24 16:50:44 +00:00
\definecolor{color4}{HTML}{385167}
% violet: rgba(37, 20, 42, 1.0)
\definecolor{color5}{HTML}{5B3167}
2017-08-22 16:16:54 +00:00
% green: rgba(49, 103, 91, 1.0)
2017-08-24 16:50:44 +00:00
\definecolor{color6}{HTML}{07BC7F}
2017-08-22 16:16:54 +00:00
% yellow: rgba(245, 166, 9, 1.0)
2017-08-24 16:50:44 +00:00
\definecolor{color7}{HTML}{F5A609}
2017-08-22 16:16:54 +00:00
2017-08-24 16:50:44 +00:00
%
%
2017-08-22 16:16:54 +00:00
% Define alternatives colors
2017-08-24 16:50:44 +00:00
%
%
2017-08-22 16:16:54 +00:00
% grey1
2017-08-24 16:50:44 +00:00
\definecolor{color21}{HTML}{DADBD6}
% red1
\definecolor{color31}{HTML}{BC0744}
2017-08-22 16:16:54 +00:00
% purple1
2017-08-24 16:50:44 +00:00
\definecolor{color51}{HTML}{25142A}
2017-08-22 16:16:54 +00:00
% green1
2017-08-24 16:50:44 +00:00
\definecolor{color61}{HTML}{05865B}
2017-08-22 16:16:54 +00:00
% yellow1
2017-08-24 16:50:44 +00:00
\definecolor{color71}{HTML}{AF7607}
%
%
% Sets the colors
%
%
% Main colors displayed on frames
\colorlet{main0}{color21}
\colorlet{main1}{color31}
\colorlet{main2}{color51}
2017-11-15 17:23:44 +00:00
% Redefine some standard colors
\colorlet{red}{main1}
2017-08-24 16:50:44 +00:00
% Colors of the structure, palettes, etc
\setbeamercolor*{structure}{fg=color51} % itemize, enumerate, etc
2017-08-26 23:22:40 +00:00
\setbeamercolor*{palette primary}{use=structure,fg=color1,bg=color0}
\setbeamercolor*{palette secondary}{use=structure,fg=color1,bg=color0}
\setbeamercolor*{palette tertiary}{use=structure,fg=color1,bg=color0}
\setbeamercolor*{palette quaternary}{use=structure,fg=color1,bg=color0}
2017-08-24 16:50:44 +00:00
2017-11-15 17:23:44 +00:00
% Colors of head/foot line
\setbeamercolor*{author in head/foot}{bg=white}
\setbeamercolor*{title in head/foot}{bg=white}
\setbeamercolor*{page number in head/foot}{bg=white}
\setbeamercolor*{upper separation line foot}{bg=main1}
2017-08-26 23:22:40 +00:00
% Color of the title page frame
2017-08-24 16:50:44 +00:00
\setbeamercolor*{title page header}{fg=color0}
2017-08-21 15:15:46 +00:00
2017-08-26 23:22:40 +00:00
% Colors of sections and subsections in the cours_beamer class
\setbeamercolor*{sectioncolor}{fg=color31}
\setbeamercolor*{subsectioncolor}{fg=color51}
2017-08-21 15:15:46 +00:00
\mode
<all>