[geany/geany-themes] a75522: Allow regular version number strings (trailing .0 not required)
Matthew Brush
git-noreply at xxxxx
Sat Nov 23 10:06:51 UTC 2013
Branch: refs/heads/master
Author: Matthew Brush <mbrush at codebrainz.ca>
Committer: Matthew Brush <mbrush at codebrainz.ca>
Date: Wed, 19 Jun 2013 07:52:32 UTC
Commit: a75522980b92ec98b0d2cb6aabeb7d9340f19baa
https://github.com/geany/geany-themes/commit/a75522980b92ec98b0d2cb6aabeb7d9340f19baa
Log Message:
-----------
Allow regular version number strings (trailing .0 not required)
The mkindex.py script will add the implicit .0 at the end of the
version triplet where needed.
Modified Paths:
--------------
colorschemes/bespin.conf
colorschemes/black.conf
colorschemes/dark-fruit-salad.conf
colorschemes/dark.conf
colorschemes/fluffy.conf
colorschemes/gedit.conf
colorschemes/github.conf
colorschemes/inkpot.conf
colorschemes/kugel.conf
colorschemes/mc.conf
colorschemes/monokai.conf
colorschemes/oblivion2.conf
colorschemes/pygments.conf
colorschemes/railcasts2.conf
colorschemes/retro.conf
colorschemes/slushpoppies.conf
colorschemes/solarized-dark.conf
colorschemes/solarized-light.conf
colorschemes/tango-dark.conf
colorschemes/tango-light.conf
colorschemes/tinge.conf
colorschemes/vibrant-ink.conf
colorschemes/zenburn.conf
index/index.json
index/index.json.md5
scripts/versions.log
Modified: colorschemes/bespin.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -24,11 +24,11 @@
name=Bespin
description=A port of the Bespin theme.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Alexandre da Silva (tm2gtksw2)
url=https://github.com/gmate/gmate/blob/master/styles/Bespin.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/black.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -27,10 +27,10 @@
name=Black Scheme
description=Black background, other colours
# incremented automatically, do not change manually
-version=1233
+version=1235
author=Paul Lenton <lentonp(at)gmail(dot)com>
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/dark-fruit-salad.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -24,11 +24,11 @@
name=Dark Fruit Salad
description=Low contrast theme ported from the set_geany_colors utility
# incremented automatically, do not change manually
-version=1222
+version=1224
author=John Gabriele <jmg3000(at)gmail(dot)com>
url=https://github.com/codebrainz/geany-themes
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/dark.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -23,11 +23,11 @@
name=Dark
description=Dark syntax colouring theme
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Duncan Lock <duncan.lock(at)gmail(dot)com>
url=http://code.google.com/p/geany-dark-scheme/
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/fluffy.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -15,11 +15,11 @@
name=Fluffy
description=A soft and downy color scheme.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Osmo Salomaa <unknown email address>
url=https://github.com/mig/gedit-themes/blob/master/fluffy.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_colors]
almost_black=#111
Modified: colorschemes/gedit.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -22,11 +22,11 @@
name=Gedit
description=A port of Gedit's default theme.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Yevgen Muntyan <muntyan(at)tamu(dot)edu>
url=http://git.gnome.org/browse/gtksourceview/tree/data/styles/classic.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/github.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -23,11 +23,11 @@
name=GitHub
description=Similar to GitHub.com's highlighting colors.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Felipe Mesquita <fmesquitacunha(at)gmail(dot)com>
url=https://github.com/mig/gedit-themes/blob/master/github.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/inkpot.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -21,11 +21,11 @@
name=InkPot
description=Based on the vim theme of the same name.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Campbell Barton <ideasman42(at)gmail(dot)com>
url=https://github.com/codebrainz/geany-themes
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/kugel.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -32,11 +32,11 @@
name=Kugel
description=A dark, but not too dark with focus to be comfortable to the eyes.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Thomas Martitz <thomas.martitz at student.htw-berlin.de>
url=https://github.com/codebrainz/geany-themes
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/mc.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -21,11 +21,11 @@
name=Ralesk's MC
description=Midnight Commander-like scheme
# incremented automatically, do not change manually
-version=1223
+version=1225
author=Henrik Pauli <ralesk at drangolin.net>
url=http://share.drangolin.net/mc.conf
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/monokai.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -10,11 +10,11 @@
name=Monokai
description=It's warm, colorful and pleasing to the eyes
# incremented automatically, do not change manually
-version=12
+version=14
author=Wimer Hazenberg
url=http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_colors]
black=#000000
Modified: colorschemes/oblivion2.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -23,11 +23,11 @@
name=Oblivion 2
description=Based on the Gedit color scheme Oblivion and the Dark Color Scheme with rearranged colors.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Bernhard Posselt <bernhard.posselt(at)gmx(dot)at>
url=http://download.geany.org/contrib/oblivion2.tar.gz
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/pygments.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -32,11 +32,11 @@
name=Pygments
description=Default Pygments theme for Geany
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Pocoo
url=http://pygments.org
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/railcasts2.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -10,11 +10,11 @@
name=Railcasts 2
description=A port of railscasts2 from gedit-themes.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Unknown Author <unknown email address>
url=https://github.com/mig/gedit-themes/blob/master/railscasts2.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/retro.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -21,11 +21,11 @@
name=Retro
description=Inspired by old green screen terminals.
# incremented automatically, do not change manually
-version=3
+version=5
author=Matthew Brush
url=
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/slushpoppies.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -23,11 +23,11 @@
name=Slush and Poppies
description=A port of Slush and Poppies from gedit-themes.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Will Farrington <wcfarrington(at)gmail(dot)com>
url=https://github.com/mig/gedit-themes/blob/master/slush_and_poppies.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/solarized-dark.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -28,11 +28,11 @@
name=Solarized (dark)
description=Dark Solarized theme for Geany
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Ethan Schoonover
url=http://ethanschoonover.com/solarized
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_colors]
# See: http://ethanschoonover.com/solarized#the-values
Modified: colorschemes/solarized-light.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -28,11 +28,11 @@
name=Solarized (light)
description=Light Solarized theme for Geany
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Ethan Schoonover
url=http://ethanschoonover.com/solarized
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_colors]
# See: http://ethanschoonover.com/solarized#the-values
Modified: colorschemes/tango-dark.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -16,11 +16,11 @@
name=Tango
description=Loosely based on the Dark theme, but Tangofied.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Barry van Oudtshoorn
url=https://github.com/codebrainz/geany-themes/blob/master/tango-dark.conf
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/tango-light.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -21,11 +21,11 @@
name=Tango Light
description=A light theme using Tango colors.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Colomban Wendling <lists.ban at herbesfolles.org>
url=https://github.com/codebrainz/geany-themes/blob/master/tango-light.conf
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/tinge.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -29,13 +29,13 @@
name=Tinge
description=A tinge more tanginess
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Harsh J <harshj(at)gmail(dot)com>
# alt url:
# http://www.harshj.com/2008/01/27/tinge-theme-for-gedit/
url=https://github.com/mig/gedit-themes/blob/master/Tinge.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/vibrant-ink.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -26,11 +26,11 @@
name=Vibrant
description=Vibrant Ink Theme for Geany
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Jason Wilson <jason.willson(at)gmail(dot)com>
url=http://code.google.com/p/geany-vibrant-ink-theme
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: colorschemes/zenburn.conf
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -10,11 +10,11 @@
name=Zenburn
description=A port of Zenburn from gedit-themes.
# incremented automatically, do not change manually
-version=1222
+version=1224
author=Unknown Author <unknown email address>
url=https://github.com/mig/gedit-themes/blob/master/zenburn.xml
-# full version triplets of each compatible Geany release version
-compat=1.22.0;1.23.0;1.23.1;1.24.0
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
Modified: index/index.json
92 files changed, 46 insertions(+), 46 deletions(-)
===================================================================
No diff available, check online
Modified: index/index.json.md5
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1 +1 @@
-93e430a09968edd3401b0c1cdb5e5e53 index.json
+32f929fb9ab41c421e17389c3aee29be index.json
Modified: scripts/versions.log
46 files changed, 23 insertions(+), 23 deletions(-)
===================================================================
@@ -1,23 +1,23 @@
-88a7fb58e4287da8a13df539d12976ad zenburn.conf
-17d870912fc8b23b58b692bf8b09f9fc mc.conf
-57459f2202e637a18bdcd77e6c274d33 fluffy.conf
-e670d2c4d79ab1ed0d589bf8d836b158 oblivion2.conf
-5c1b49ba64467fc8e32fc02be957c1ad black.conf
-f65320f71ad3a0a7829a5990868d59f3 tango-light.conf
-14a3c3d7e69e6884e800a5461318902e solarized-dark.conf
-4da7d390e1385b776aa37592a8395e71 slushpoppies.conf
-3cdeded6a344424243600e0d3fb5a4cb tango-dark.conf
-85503daba4aae8ca18ddc85c72fd13ec dark.conf
-52fdd8014c247cbfdafe6f43cc090f97 retro.conf
-3885db250835fadd3eb500d9e2d0f893 inkpot.conf
-9f31f38894ea334efafdaf23dd5efd90 bespin.conf
-d0c29df9f887a10b50a43b69340cab75 gedit.conf
-c2369224a2cb4347aeb91987e4b287dd solarized-light.conf
-494b963abce57f42048d84742ee951c0 vibrant-ink.conf
-1d12c8fcd2968a0613e0b11545309bb1 pygments.conf
-16428bdd685917178dfab221bdad45f7 github.conf
-534180762c398d9cad701d450ab2994d monokai.conf
-497de4d9fc708b993a9a36ca2657c1bf railcasts2.conf
-cfc2684e7a5fe00b784ca646518c60b0 tinge.conf
-4384e99ce1ba41826f1e1603c032c159 kugel.conf
-a004edb7f8617de0773940d7042fb44a dark-fruit-salad.conf
+5859d4c4715aa9ee055cb27078be65a9 zenburn.conf
+ff2845693c955e09bb7e4b53ce5c349c mc.conf
+ac68e1a1d88e4c9e554ee724c1860d7f fluffy.conf
+d0ce35d5afedfebaacbd6826f4707f60 oblivion2.conf
+b3847740dc03e25aaf08b5987d725733 black.conf
+c0f0191a65a0ac1592e083de448edd10 tango-light.conf
+f389bb717eff6b0bd35cfdde6c6b7423 solarized-dark.conf
+c868ce227fbef9e8351c2831bae97587 slushpoppies.conf
+f78e6a70d1f927486070dcfe2c211001 tango-dark.conf
+33f4fd794ecdf1e917ebfc6fca9d9a44 dark.conf
+641f9fa753eed54d2d8d33c547cfefb6 retro.conf
+6ddd5314cdb048c4229040454ae89461 inkpot.conf
+936870a8f7cbd479e99bdba04587d217 bespin.conf
+9b0941585b3049c9ffc0fcdf1ad7549b gedit.conf
+647d9ee5fdaa5490b09d0ec9be4d42b9 solarized-light.conf
+cb61d2170915cc59be721628dbf8deee vibrant-ink.conf
+09e882883083f045937c26d78932b891 pygments.conf
+09d5a5e3cffed245fad55614354a26d7 github.conf
+8a99ae6c5c1411a560afc78619c9c1f5 monokai.conf
+42d875568f0e55d2a4a7b17b3137959b railcasts2.conf
+ff58c6a007cce78be7be928e79f04671 tinge.conf
+683c1e25f7ef7008110c2f64f33936aa kugel.conf
+e34759eb105e115a4e584888d228f7cd dark-fruit-salad.conf
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list