beamer themes
This commit is contained in:
@@ -22,3 +22,5 @@ binary-ninja-custom = { file = "~/.config/binja/.binaryninja/themes/theme.bnthem
|
||||
tmtheme = { file = "~/.cache/theme/theme.tmTheme" }
|
||||
|
||||
tmux = { file = "~/.cache/theme/tmux.conf" }
|
||||
|
||||
beamercolortheme = { file = "~/.config/texmf/tex/latex/theme/beamercolorthemetheme.sty" }
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
\usepackage{xcolor}
|
||||
|
||||
|
||||
\definecolor{base}{HTML}{ {{base00-hex}} }
|
||||
\definecolor{col}{HTML}{ {{base0D-hex}} }
|
||||
\definecolor{text}{HTML}{ {{base05-hex}} }
|
||||
|
||||
\setbeamercolor{background canvas}{bg=base}
|
||||
\setbeamercolor{title}{fg=col}
|
||||
\setbeamercolor{frametitle}{fg=col}
|
||||
\setbeamercolor{normal text}{fg=text}
|
||||
|
||||
\setbeamercolor{item}{fg=text}
|
||||
|
||||
\setbeamercolor{frametitle}{fg=col}
|
||||
\setbeamercolor{footline}{fg=col}
|
||||
Reference in New Issue
Block a user