From 2fb452dbe0d8569404fbb394d9ff0b5996420f03 Mon Sep 17 00:00:00 2001 From: Jeff Arnold Date: Sun, 16 Sep 2012 00:36:42 -0400 Subject: [PATCH] changed image paths --- README.rst | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.rst b/README.rst index 46d9220..105731c 100644 --- a/README.rst +++ b/README.rst @@ -78,48 +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 - ================= - Some example slides (using the example slides from the Beamer - documentation). +Examples +================= - A light background with yellow accents (the default). +Some example slides (using the example slides from the Beamer +documentation). - .. code:: latex +A light background with yellow accents (the default). - \usecolortheme{solarized} +.. code:: latex - .. image:: ./examples/example_yellow_light-1.png - :scale: 50% + \usecolortheme{solarized} - .. image:: ./examples/example_yellow_light-2.png - :scale: 50% +.. image:: https://raw.github.com/jrnold/beamercolorthemesolarized/master/examples/example_yellow_light-1.png + :scale: 50% - A light background with blue accents. +.. image:: ./examples/example_yellow_light-2.png + :scale: 50% - .. code:: latex +A light background with blue accents. - \usecolortheme[accent=blue]{solarized} +.. code:: latex + \usecolortheme[accent=blue]{solarized} - .. image:: ./examples/example_blue_light-1.png - :scale: 50% - .. image:: ./examples/example_blue_light-2.png - :scale: 50% +.. image:: ./examples/example_blue_light-1.png + :scale: 50% - A dark background with yellow accents. +.. image:: ./examples/example_blue_light-2.png + :scale: 50% - .. code:: latex +A dark background with yellow accents. - \usecolortheme[dark]{solarized} +.. code:: latex - .. image:: ./examples/example_yellow_dark-1.png - :scale: 50% + \usecolortheme[dark]{solarized} - .. image:: ./examples/example_yellow_dark-2.png - :scale: 50% +.. image:: ./examples/example_yellow_dark-1.png + :scale: 50% - .. LocalWords: solarized +.. image:: ./examples/example_yellow_dark-2.png + :scale: 50% + +.. LocalWords: solarized