org-maintenance.org: Major update
[worg.git] / color-themes-screenshot.org
blobe6de917bc30dce4daa1cf2fe17cb1b1939271cff
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc
2 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS:       Write(w) Update(u) Fix(f) Check(c)
5 #+TITLE:      Org-mode Color Theme Screenshots
6 #+AUTHOR:     Worg people
7 #+EMAIL:      mdl AT imapmail DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
11 # This file is the default header for new Org files in Worg.  Feel free
12 # to tailor it to your needs.
14 [[file:index.org][{Back to Worg's index}]]
16 * How to lightbox for this page                                 :noexport:
18 [[http://www.lokeshdhakar.com/projects/lightbox2/][Lightbox]] is a javascript tool to display images nicely.
20 # Lightbox.
21 # https://orgmode.org/css/
22 # https://orgmode.org/js/
24 # Scripts are loaded in the Worg pages and you can now use it as
25 # documented:
27  : # Add a rel="lightbox" attribute to any link tag to activate the
28  : lightbox. For example:
29  :
30  : <a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
31  :
32  : Optional: Use the title attribute if you want to show a caption.
33  :
34  : # If you have a set of related images that you would like to group,
35  : follow step one but additionally include a group name between square
36  : brackets in the rel attribute. For example:
37  :
38  : <a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
39  : <a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
40  : <a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
42 #+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>
44 * Screenshots of Various org-mode Colour Themes
46 ** Colorful-obsolescence
48 {{{screenshot(color-theme-colorful-obsolescence.png,color-theme-colorful-obsolescence.png,color-theme-colorful-obsolescence)}}}
50 ** Cyberpunk
52 {{{screenshot(cyberpunk-theme.png,cyberpunk-theme.png,cyberpunk-theme)}}}
54 ** Dark-emacs
56 {{{screenshot(color-theme-dark-emacs.png,color-theme-dark-emacs.png,color-theme-dark-emacs)}}}
58 ** Manoj
60 {{{screenshot(color-theme-manoj.png,color-theme-manoj.png,color-theme-manoj)}}}
62 ** Leuven
64 {{{screenshot(color-theme-leuven.png,color-theme-leuven.png,color-theme-leuven)}}}
66 ** Tangotango
68 {{{screenshot(color-theme-tangotango.png,color-theme-tangotango.png,color-theme-tangotango)}}}
70 ** Zenash
72 {{{screenshot(color-theme-zenash.png,color-theme-zenash.png,color-theme-zenash)}}}
74 ** Zenburn
76 {{{screenshot(color-theme-zenburn.png,color-theme-zenburn.png,color-theme-zenburn)}}}
78 ** Wombat
80 {{{screenshot(color-theme-wombat.png,color-theme-wombat.png,color-theme-wombat)}}}
82 * Add your own!
84 ... by contributing to [[file:worg-about.org][Worg]].