#+OPTIONS: H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc
#+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
#+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
#+TAGS: Write(w) Update(u) Fix(f) Check(c)
#+TITLE: Org-mode Color Theme Screenshots
#+AUTHOR: Worg people
#+LANGUAGE: en
#+PRIORITIES: A C B
#+CATEGORY: worg
#+HTML_LINK_UP: index.html
#+HTML_LINK_HOME: https://orgmode.org/worg/
# This file is released by its authors and contributors under the GNU
# Free Documentation license v1.3 or later, code examples are released
# under the GNU General Public License v3 or later.
# This file is the default header for new Org files in Worg. Feel free
# to tailor it to your needs.
* How to lightbox for this page :noexport:
[[http://www.lokeshdhakar.com/projects/lightbox2/][Lightbox]] is a javascript tool to display images nicely.
# Lightbox.
# https://orgmode.org/css/
# https://orgmode.org/js/
# Scripts are loaded in the Worg pages and you can now use it as
# documented:
: # Add a rel="lightbox" attribute to any link tag to activate the
: lightbox. For example:
:
: <a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
:
: Optional: Use the title attribute if you want to show a caption.
:
: # If you have a set of related images that you would like to group,
: follow step one but additionally include a group name between square
: brackets in the rel attribute. For example:
:
: <a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
: <a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
: <a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
#+MACRO: screenshot #+HTML: <br style="clear:both;"/><div class="screenshot"><p> <a href="./images/color-themes/$1" rel="lightbox" title="$3"> <img style="float:center;margin:20px 20px 20px 20px;" width="500px" src="./images/color-themes/$2"/></a></p><p>$3</p></div>
* Screenshots of Various org-mode Colour Themes
** Colorful-obsolescence
{{{screenshot(color-theme-colorful-obsolescence.png,color-theme-colorful-obsolescence.png,color-theme-colorful-obsolescence)}}}
** Cyberpunk
{{{screenshot(cyberpunk-theme.png,cyberpunk-theme.png,cyberpunk-theme)}}}
** Dark-emacs
{{{screenshot(color-theme-dark-emacs.png,color-theme-dark-emacs.png,color-theme-dark-emacs)}}}
** Manoj
{{{screenshot(color-theme-manoj.png,color-theme-manoj.png,color-theme-manoj)}}}
** Leuven
{{{screenshot(color-theme-leuven.png,color-theme-leuven.png,color-theme-leuven)}}}
** Tangotango
{{{screenshot(color-theme-tangotango.png,color-theme-tangotango.png,color-theme-tangotango)}}}
** Zenash
{{{screenshot(color-theme-zenash.png,color-theme-zenash.png,color-theme-zenash)}}}
** Zenburn
{{{screenshot(color-theme-zenburn.png,color-theme-zenburn.png,color-theme-zenburn)}}}
** Wombat
{{{screenshot(color-theme-wombat.png,color-theme-wombat.png,color-theme-wombat)}}}
* Add your own!
... by contributing to [[file:worg-about.org][Worg]].