You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeff Arnold fe3b6bc664 misc changes 14 years ago
README.rst misc changes 14 years ago
beamercolorthemesolarized.sty fixed issue #1. added default option. 14 years ago

README.rst

Beamer Color Theme Solarized
===============================

A color theme for `Beamer
<http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/>`_ using
the `Solarized <http://ethanschoonover.com/solarized>`_ palette, and
inspired by the css stylesheet of `ethanshoover.com
<https://github.com/altercation/ethanschoonover.com/blob/master/resources/css/style.css>`_.

See the `Solarized homepage <http://ethanschoonover.com/solarized>`_
and its `github page
<https://github.com/altercation/ethanschoonover.com>`_ more
information about the color palette and themes for Vim, Emacs, etc.

Installation
===============

Download the theme from https://github.com/jrnold/beamercolortheme and
place it in either the same folder as your presentation .tex file or
in the LaTeX installation tree.

Usage
================

To load the color theme, add the following line to your document,

::

\usecolortheme[<options>]{solarized}

The following *<options>* may be given when loading the theme,

- ``light`` Use the light theme (default).
- ``dark`` Use the dark theme.
- ``accent=`` *<color>* The accent color. *<color>* can be any of the
non-base Solarized colors: ``yellow`` (default), ``orange``,
``red``, ``magenta``, ``violet``, ``blue``, ``cyan``, or
``green``.

For example, to use a dark theme with a cyan accent,

::

\usecolortheme[dark,accent=cyan]{solarized}

In addition to the beamer colors that it sets, this package defines
colors which can be used elsewhere, e.g. in ``\setbeamercolor``.

The package defines the sixteen colors of the Solarized palette.

::

solarized@base03 #002b36
solarized@base02 #073642
solarized@base01 #586e75
solarized@base00 #657b83
solarized@base0 #839496
solarized@base1 #93a1a1
solarized@base2 #eee8d5
solarized@base3 #fdf6e3
solarized@yellow #b58900
solarized@orange #cb4b16
solarized@red #dc322f
solarized@magenta #d33682
solarized@violet #6c71c4
solarized@blue #268bd2
solarized@cyan #2aa198
solarized@green #859900

Additionally, it defines these colors, the values of which are
dependent on the options specified when the theme is loaded.

- ``solarized@accent`` Accent color.
- ``solarized@rebase03``,``solarized@rebase02``,``solarized@rebase01``,``solarized@rebase00``: Background colors; dark colors if the dark theme is used, light colors if light theme.
- ``solarized@rebase0``, ``solarized@rebase1``, ``solarized@rebase2``, ``solarized@rebase3``: Foreground colors; light colors if the dark theme is used, dark colors if light theme.




.. LocalWords: solarized