Branch: refs/heads/master
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Committer: Matthew Brush <mbrush(a)codebrainz.ca>
Date: Sat, 23 Nov 2013 10:31:36 UTC
Commit: 710cf645582b0d7c1e37d47c1799f562b3d43787
https://github.com/geany/geany-themes/commit/710cf645582b0d7c1e37d47c1799f5…
Log Message:
-----------
Add compat/version info to ubuntu.conf
Modified Paths:
--------------
colorschemes/ubuntu.conf
Modified: colorschemes/ubuntu.conf
4 files changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -20,9 +20,11 @@
[theme_info]
name=Ubuntu
description=A theme for Ubuntu fanboys and fangirls.
-version=0.01
+version=1
author=James Brierley
url=
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
[named_styles]
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Committer: Matthew Brush <mbrush(a)codebrainz.ca>
Date: Sat, 23 Nov 2013 10:24:47 UTC
Commit: 7aa77a0e8cb26b15015601ac0f1fc179c8f2b892
https://github.com/geany/geany-themes/commit/7aa77a0e8cb26b15015601ac0f1fc1…
Log Message:
-----------
Add Ubuntu color scheme
Modified Paths:
--------------
AUTHORS
colorschemes/ubuntu.conf
screenshots/ubuntu.png
Modified: AUTHORS
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -116,6 +116,10 @@ tinge.conf
Luigi Maselli <luigix(at)gmail(dot)com>
*Matthew Brush <matt(at)geany(dot)org>
+ubuntu.conf
+-----------
+ *James Brierley <jmb8710(at)gmail(dot)com>
+
vibrant-ink.conf
----------------
Jason Wilson <jason.willson(at)gmail(dot)com>
Modified: colorschemes/ubuntu.conf
115 files changed, 115 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,115 @@
+#
+# Copyright 2013 James Brierley <jmb8710(at)gmail(dot)com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+
+[theme_info]
+name=Ubuntu
+description=A theme for Ubuntu fanboys and fangirls.
+version=0.01
+author=James Brierley
+url=
+
+[named_styles]
+
+default=0x000000;0xffffff;false;false
+error=0xffffff;0xff0000
+
+# Editor styles
+#-------------------------------------------------------------------------------
+
+selection=0x000000;0xc0c0c0;false;true
+current_line=0x000000;0xf0f0f0;true
+brace_good=0x333333;0xFFFFFF;true;false
+brace_bad=0xFFFFFF;0x333333;true;false
+margin_line_number=0x000000;0xd0d0d0
+margin_folding=0x000000;0xdfdfdf
+fold_symbol_highlight=0xffffff
+indent_guide=0xc0c0c0
+caret=0x000000;0x000000;false
+marker_line=0x000000;0xffff00
+marker_search=0x000000;0x0000f0
+marker_mark=0x000000;0xb8f4b8
+call_tips=0xc0c0c0;0xffffff;false;false
+white_space=0xc0c0c0;0xffffff;true;false
+
+# Programming languages
+#-------------------------------------------------------------------------------
+
+comment=0x808080
+comment_doc=0x595959
+comment_line=comment
+comment_line_doc=comment_doc
+comment_doc_keyword=comment_doc,bold
+comment_doc_keyword_error=comment_doc,italic
+
+number=0xDD4814
+number_1=number
+number_2=number_1
+
+type=0x5E2750;;true
+class=type
+function=0x000080
+parameter=function
+
+keyword=0x2C001E;;true
+keyword_1=keyword
+keyword_2=0x9f0200;;true
+keyword_3=keyword_1
+keyword_4=keyword_1
+
+identifier=0x151515
+identifier_1=identifier
+identifier_2=identifier_1
+identifier_3=identifier_1
+identifier_4=identifier_1
+
+string=0xDD4814
+string_1=string
+string_2=string_1
+string_3=default
+string_4=default
+string_eol=0x000000;0xe0c0e0
+character=string_1
+backticks=string_2
+here_doc=string_2
+
+label=default,bold
+preprocessor=comment_doc,bold
+regex=number_1
+operator=0x5E2750
+decorator=string_1,bold
+other=0x404080
+
+# Markup-type languages
+#-------------------------------------------------------------------------------
+
+tag=type
+tag_unknown=tag,bold
+tag_end=tag,bold
+attribute=keyword_1
+attribute_unknown=attribute,bold
+value=string_1
+entity=default
+
+# Diff
+#-------------------------------------------------------------------------------
+
+line_added=0x008B8B
+line_removed=0x6A5ACD
+line_changed=preprocessor
+
Modified: screenshots/ubuntu.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Committer: Matthew Brush <mbrush(a)codebrainz.ca>
Date: Wed, 19 Jun 2013 07:52:32 UTC
Commit: a75522980b92ec98b0d2cb6aabeb7d9340f19baa
https://github.com/geany/geany-themes/commit/a75522980b92ec98b0d2cb6aabeb7d…
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(a)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(a)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(a)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).
Branch: refs/heads/master
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Committer: Matthew Brush <mbrush(a)codebrainz.ca>
Date: Wed, 19 Jun 2013 07:26:44 UTC
Commit: 2a873134eb6f0ab6b1b6a2abfc1d8c5345305648
https://github.com/geany/geany-themes/commit/2a873134eb6f0ab6b1b6a2abfc1d8c…
Log Message:
-----------
Add "screen_hash" field and rename "md5hash" to "scheme_hash"
These are the fields containing an MD5 sum of the screenshot and
color scheme files in the index.
Modified Paths:
--------------
index/README.md
index/index.json
index/index.json.md5
scripts/mkindex.py
Modified: index/README.md
10 files changed, 9 insertions(+), 1 deletions(-)
===================================================================
@@ -34,13 +34,21 @@ This field will never be empty.
A short description of the theme or an empty string. The string is meant
to be displayed to human beings.
-#### md5hash
+#### scheme_hash
An MD5 hash of the colour scheme `.conf` file from the last time it was
changed. This value can be used to check if a local scheme needs updating
and/or to verify the integrity of the file that could be downloaded using
the `colorscheme` URL field. This field will never be empty.
+#### screen_hash
+
+An MD5 hash of the colour scheme preview/screenshot image the last time
+it was changed. This value can be used to check if a cached screenshot
+needs to be updated locally and/or to verify the integrity of a the
+downloaded screenshot. This field may be empty if a screenshot does
+not exist.
+
#### name
A human-readable name of the colour scheme meant to be display for example
Modified: index/index.json
69 files changed, 46 insertions(+), 23 deletions(-)
===================================================================
No diff available, check online
Modified: index/index.json.md5
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1 +1 @@
-280deb164da000700d8a004ec2ccddb7 index.json
+1872d82f783e0f7f74e366da400a60d5 index.json
Modified: scripts/mkindex.py
9 files changed, 8 insertions(+), 1 deletions(-)
===================================================================
@@ -76,6 +76,12 @@ def create_index(themes_dir, screenshot_dir='screenshots'):
version = int(get_option(cp, 'theme_info', 'version', '0'))
except:
version = '0'
+
+ png_file = os.path.join(screenshot_dir, scheme_name + '.png')
+ if os.path.isfile(png_file):
+ png_hash = hashlib.md5(open(png_file).read()).hexdigest()
+ else:
+ png_hash = ''
data[scheme_name] = {
'name': get_option(cp, 'theme_info', 'name', 'Untitled'),
@@ -84,8 +90,9 @@ def create_index(themes_dir, screenshot_dir='screenshots'):
'author': get_option(cp, 'theme_info', 'author', 'Unknown Author'),
'screenshot': '%s%s.png' % (SCREENSHOT_BASE, scheme_name),
'colorscheme': '%s%s.conf' % (SCHEMES_BASE, scheme_name),
- 'md5hash': hashlib.md5(open(conf_file).read()).hexdigest(),
'thumbnail': generate_thumbnail(conf_file, screenshot_dir),
+ 'screen_hash': png_hash,
+ 'scheme_hash': hashlib.md5(open(conf_file).read()).hexdigest(),
}
# json.dumps() leaves trailing whitespace on some lines, strip it off
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Committer: Matthew Brush <mbrush(a)codebrainz.ca>
Date: Sat, 23 Nov 2013 10:03:52 UTC
Commit: c937514163b448837d4b8933f98fb2d53d76067e
https://github.com/geany/geany-themes/commit/c937514163b448837d4b8933f98fb2…
Log Message:
-----------
Merge pull request #31 from batisteo/steampunk
Add Steampunk color scheme.
Modified Paths:
--------------
AUTHORS
colorschemes/steampunk.conf
screenshots/steampunk.png
Modified: AUTHORS
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -97,6 +97,10 @@ solarized-light.conf
Joshua Hoff <https://github.com/joshuarh>
*Matthew Brush <matt(at)geany(dot)org>
+steampunk.conf
+--------------------
+ *Baptiste Darthenay <geany(dot)batisteo(at)recursor(dot)net>
+
tango-dark.conf
---------------
Barry van Oudtshoorn <unknown email address>
Modified: colorschemes/steampunk.conf
123 files changed, 123 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,123 @@
+#
+# Copyright 2013 Baptiste Darthenay <geany(dot)batisteo(at)recursor(dot)net>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+#
+# Best folding style with this theme, in filedefs/filetypes.common:
+# folding_style=2,2
+#
+
+[theme_info]
+name=Steampunk
+description=A dark brown and shiny brass theme for the 19th century developer.
+version=2
+author=Baptiste Darthenay
+url=https://github.com/batisteo/geany-themes/blob/master/steampunk.conf
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24
+
+[named_styles]
+
+default=#fea;#252016;false;false
+error=#faecbd;#a22
+
+# Editor styles
+#-------------------------------------------------------------------------------
+
+selection=#000;#605339;false;true
+current_line=#000;#342d1f;true
+brace_good=#8ab634;#514630;true
+brace_bad=#ce5c00;#484333;true
+margin_line_number=#caa223
+margin_folding=#665511;#362a1d
+fold_symbol_highlight=#b79024;#252016
+indent_guide=#b79024
+caret=#d3d7cf;#000
+marker_line=#c4a000;#edd400
+marker_search=#000;#0000f0
+marker_mark=#8c5200;#cf7900
+call_tips=#ccc;#fff;false
+white_space=#650;;true
+
+# Programming languages
+#-------------------------------------------------------------------------------
+
+comment=#786442
+comment_doc=comment
+comment_line=comment
+comment_line_doc=comment_doc
+comment_doc_keyword=comment_doc,bold
+comment_doc_keyword_error=comment_doc,italic
+
+number=#fce94f
+number_1=number
+number_2=number_1
+
+type=#cf7900;;true
+class=type
+function=#cf7900
+parameter=function
+
+keyword=#cc9d22;;true
+keyword_1=keyword
+keyword_2=#729f9c
+keyword_3=keyword_1
+keyword_4=keyword_1
+
+identifier=default
+identifier_1=identifier
+identifier_2=identifier_1
+identifier_3=identifier_1
+identifier_4=identifier_1
+
+string=#ebc95d
+string_1=string
+string_2=comment,italic
+string_3=default
+string_4=default
+string_eol=string_1,italic
+character=string_1
+backtick=string_2
+here_doc=string_2
+verbatim=string
+
+scalar=string_2
+label=default,bold
+preprocessor=#729f9c
+regex=number_1
+operator=#fa5;;true
+decorator=#997788;;;true
+other=default
+extra=#359
+
+# Markup-type languages
+#-------------------------------------------------------------------------------
+
+tag=#729f9c
+tag_unknown=tag
+tag_end=tag,bold
+attribute=#729f9c
+attribute_unknown=attribute
+value=string_1
+entity=default
+
+# Diff
+#-------------------------------------------------------------------------------
+
+line_added=#595
+line_removed=#a66
+line_changed=preprocessor
Modified: screenshots/steampunk.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).