Eric S Fraga <e.fr...@ucl.ac.uk> writes: > Marcin Borkowski <mb...@wmi.amu.edu.pl> writes: > >> <shameless plug> >> >> Hi list, >> >> many of you use Org-mode to create Beamer presentations. How about the >> other way round? I wrote an Org-mode styled Beamer theme. Please use, >> enjoy and report bugs and feature requests! >> >> https://twitter.com/marcin_mbork/status/335890494980767746 >> http://mbork.pl/2013-05-18_A_presentation_on_LaTeX_editing_%28en%29 >> https://github.com/mbork/beamerorgtheme >> >> </shameless plug> >> >> Best, > > Very cute! I like it. > > Now I just need to customise it so that it matches my usual colour theme > in Emacs which has a black background! Ahh, a perfect excuse to not get > any more work done today ;-) > > thanks, > eric
Well, that was too easy... see attached for a slightly different version of your colour theme which gives black background with yellowish-white foreground and red highlighting... I guess I have to get back to work now! ;-) In fact, I have a talk to prepare for next week. I think I'll use this style! The audience should be sufficiently geeky to appreciate it for once. Thanks again, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_8.0.3-148-g36848f
%% beamercolorthemeorg.sty %% %% Copyright 2007 by Till Tantau and 2013 by Marcin Borkowski %% %% This beamer theme is based on Till Tantau's default Beamer theme, %% with modifications by Marcin Borkowski. % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, version 1.3c, % found in the file lppl.txt. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is Marcin Borkowski <mb...@mbork.pl>. % % This work consists of the files: % beamercolorthemeorg.sty % beamerfontthemeorg.sty % beamerinnerthemeorg.sty % beamerouterthemeorg.sty % beamerthemeorg.sty % beamerthemeorg-demo.tex \ProvidesPackage{beamercolorthemeorg}[2013/05/18 Org-inspired color theme for Beamer] \mode<presentation> \usecolortheme{rose} \definecolor{progressbar@oz}{rgb}{0.7765,0.2431,0.1882} % colour from the UCL Australia logo background \setbeamercolor{background canvas}{bg=black,fg=white} \usebeamercolor[fg]{background canvas} \setbeamercolor*{normal text}{fg=yellow!20!white,bg=black} \setbeamercolor*{alerted text}{fg=progressbar@oz} \setbeamercolor{structure}{bg=black,fg=progressbar@oz} \setbeamercolor{org keywords}{use=structure,fg=structure.fg!40!bg} \setbeamercolor{org keywords dimmed}{use=structure,fg=structure.fg!80!bg} \setbeamercolor{framesubtitle}{use=structure,fg=structure.fg!70!bg} \setbeamercolor{dimmed text}{use=structure,fg=structure.fg!40!bg} \setbeamercolor{alerted text}{use=palette secondary,fg=palette secondary.fg} \newcommand<>{\dimmed}[1]{{\usebeamercolor{dimmed text}\color{fg}#1}} \mode <all> %%%%%%%%%%%% Emacs food % Local Variables: % TeX-command-default: "LaTeX" % TeX-master: "beamer-test.tex" % End: