Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: Dominic Hopf dmaphy@googlemail.com Date: Sat, 06 Feb 2016 16:21:08 UTC Commit: 8bf4236a2cc7ee5e3cf41d4ad676bc6f976ed0fe https://github.com/geany/geany-themes/commit/8bf4236a2cc7ee5e3cf41d4ad676bc6...
Log Message: ----------- Merge pull request #5 from jcd000/dark-colors
Submitting a new dark theme
Modified Paths: -------------- AUTHORS colorschemes/dark-colors.conf screenshots/dark-colors.png
Modified: AUTHORS 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -35,6 +35,11 @@ dark-fruit-salad.conf John Gabriele <jmg3000(at)gmail(dot)com> *Matthew Brush <matt(at)geany(dot)org> (port to newer Geany)
+dark-colors.conf +--------------------- + Yannis Kontochristopoulos <ikontochris(at)gmail(dot)com> + *Matthew Brush <matt(at)geany(dot)org> (port to Geany) + fluffy.conf ----------- Osmo Salomaa <unknown email address>
Modified: colorschemes/dark-colors.conf 136 lines changed, 136 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,136 @@ +# +# Copyright (C) 2016 - Yannis Kontochristopoulos <ikontochris(at)gmail(dot)com> +# +# Dark Colors is a theme inspired by Tinge: +# Copyright (C) 2008 - Harsh J <harshj(at)gmail(dot)com> +# See: http://www.harshj.com/2008/01/27/tinge-theme-for-gedit/ +# +# 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=Dark Colors +description=A dark theme utilising warm colors +# incremented automatically, do not change manually +version=1225 + +[named_colors] +text=#E6E6E6 +soft_text=#A69996 +softer_text=#4C4645 +background=#0C0807 +selection_brown=#422E21 +marker_search_turquoise=#286659 +current_line_red=#281816 +black=#000 +white=#fff +light_blue=#5191CC +soft_blue=#596F80 +red=#B31111 +yellow=#B3A123 +orange=#E66917 +orange2=#FF9400 +green=#00DF13 +purple=#b6f + +[named_styles] +default=text;background;false;false +error=green;background;false;false + +# Editor styles +#------------------------------------------------------------------------------- + +selection=background;selection_brown;false;true +current_line=background;current_line_red;true;false +brace_good=light_blue;background;true;false +brace_bad=white;background;true;false +margin_line_number=soft_text;#2B2826;false;false +margin_folding=#574A22;#141312;false;false +fold_symbol_highlight=soft_text +indent_guide=softer_text +caret=white;white;false +marker_line=soft_text;yellow +marker_search=marker_search_turquoise;marker_search_turquoise;false;false +marker_mark=red;background;false;false +call_tips=#c0c0c0;white;false;false +white_space=softer_text;;true + +# Programming languages +#------------------------------------------------------------------------------- + +comment=soft_blue +comment_doc=soft_blue;background;false;false +comment_line=comment +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc,italic + +number=green +number_1=number +number_2=number_1 + +type=purple;;true;false +class=type +function=type +parameter=function + +keyword=orange;;true;false +keyword_1=keyword +keyword_2=yellow;;true;false +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=red +string_1=string +string_2=string_1 +string_3=string_1 +string_4=string_1 +string_eol=text;background;false;false +character=string_1 +backticks=string_2 +here_doc=string_2 + +scalar=string_2 +label=default,bold +preprocessor=text +regex=number_1 +operator=orange2 +decorator=string_1,bold +other=default + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=yellow;background;false;false +tag_unknown=green;background;false;false +tag_end=text;background;false;false +attribute=orange;background;false;false +attribute_unknown=green;background;false;false +value=text;background;false;false +entity=text;background;false;false + +# Diff +#------------------------------------------------------------------------------- + +line_added=green;background;false;false +line_removed=red;background;false;false +line_changed=light_blue;background;false;false
Modified: screenshots/dark-colors.png 0 lines 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).