From 583360ce16fe9d7daa5574c60bd9b2e876f7db80 Mon Sep 17 00:00:00 2001 From: Jeff Arnold Date: Sun, 16 Sep 2012 00:34:24 -0400 Subject: [PATCH] edited out paths --- README.rst | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/README.rst b/README.rst index 05c1d88..46d9220 100644 --- a/README.rst +++ b/README.rst @@ -78,47 +78,48 @@ dependent on the options specified when the theme is loaded. - ``solarizedRebase03``, ``solarizedRebase02``, ``solarizedRebase01``, ``solarizedRebase00``: Background colors; dark colors if the dark theme is used, light colors if light theme. - ``solarizedRebase0``, ``solarizedRebase1``, ``solarizedRebase2``, ``solarizedRebase3``: Foreground colors; light colors if the dark theme is used, dark colors if light theme. -Examples -================= +.. + Examples + ================= -Some example slides (using the example slides from the Beamer -documentation). + Some example slides (using the example slides from the Beamer + documentation). -A light background with yellow accents (the default). + A light background with yellow accents (the default). -.. code:: latex + .. code:: latex - \usecolortheme{solarized} + \usecolortheme{solarized} -.. image:: https://github.com/jrnold/beamercolorthemesolarized/blob/master/examples/example_yellow_light-1.png - :scale: 50% + .. image:: ./examples/example_yellow_light-1.png + :scale: 50% -.. image:: ./examples/example_yellow_light-2.png - :scale: 50% + .. image:: ./examples/example_yellow_light-2.png + :scale: 50% -A light background with blue accents. + A light background with blue accents. -.. code:: latex + .. code:: latex - \usecolortheme[accent=blue]{solarized} + \usecolortheme[accent=blue]{solarized} -.. image:: ./examples/example_blue_light-1.png - :scale: 50% + .. image:: ./examples/example_blue_light-1.png + :scale: 50% -.. image:: ./examples/example_blue_light-2.png - :scale: 50% + .. image:: ./examples/example_blue_light-2.png + :scale: 50% -A dark background with yellow accents. + A dark background with yellow accents. -.. code:: latex + .. code:: latex - \usecolortheme[dark]{solarized} + \usecolortheme[dark]{solarized} -.. image:: ./examples/example_yellow_dark-1.png - :scale: 50% + .. image:: ./examples/example_yellow_dark-1.png + :scale: 50% -.. image:: ./examples/example_yellow_dark-2.png - :scale: 50% + .. image:: ./examples/example_yellow_dark-2.png + :scale: 50% -.. LocalWords: solarized + .. LocalWords: solarized