Branch: refs/heads/master Author: Daniel Plakhotich daniel.plakhotich@gmail.com Committer: Daniel Plakhotich daniel.plakhotich@gmail.com Date: Sun, 17 Mar 2019 14:07:08 UTC Commit: 2c6fe293785b836203fbe7c3d84448a592e8fa51 https://github.com/geany/geany-themes/commit/2c6fe293785b836203fbe7c3d84448a...
Log Message: ----------- Add Earthsong theme
Modified Paths: -------------- AUTHORS colorschemes/earthsong.conf screenshots/earthsong.png
Modified: AUTHORS 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -44,6 +44,10 @@ delt-dark.conf --------- *Éric Tremblay <eric (at) deimos (point) ca>
+earthsong.conf +-------------- + *Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com> + fluffy.conf ----------- Osmo Salomaa <unknown email address>
Modified: colorschemes/earthsong.conf 120 lines changed, 120 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,120 @@ +# +# MIT License +# +# Copyright (c) 2019 Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com> +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Colour schemes by Dayle Rees: +# https://github.com/daylerees/colour-schemes + +[theme_info] +name=Earthsong +description=Warm theme based on the scheme of the same name by Dayle Rees. +version=1.0 +author=Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com> +url= + +[named_styles] + +default=#ccb69f;#26221f;false;false +error=#ffffff;#ff0000 + +# Editor styles +#------------------------------------------------------------------------------- + +selection=#ffffff;#c47958;true;true +current_line=#000000;#45403b;true +brace_good=#26221f;#ccb69f;false;false +brace_bad=#ff0000;#ffffff;false;false +margin_line_number=#756d63;#26221f +margin_folding=#756d63;#302828 +fold_symbol_highlight=#333333 +indent_guide=#574f45 +caret=#f8f8f0;#000000;false +marker_line=#ccb69f;#ccb69f +marker_search=#000000;#00ff00 +marker_mark=#ccb69f;#ccb69f +call_tips=#26221f;#ccb69f;true;true +white_space=#574f45;#ffffff;true;false + +# Programming languages +#------------------------------------------------------------------------------- + +comment=#756d63 +comment_doc=comment +comment_line=comment +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc + +number=#eeb437 +number_1=number +number_2=number_1 + +type=#d2734a +class=type +function=#5c9c61 +parameter=function + +keyword=type +keyword_1=keyword +keyword_2=keyword_1 +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=#dbab44 +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=string,italic +character=string_1 +backticks=string_2 +here_doc=string_2 + +label=default,bold +preprocessor=keyword +regex=number_1 +operator=default +decorator=default +other=operator + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=#8fc45a +tag_unknown=tag,bold +tag_end=tag,bold +attribute=type +attribute_unknown=attribute +value=string_1 +entity=default + +# Diff +#------------------------------------------------------------------------------- + +line_added=#9fd92c +line_removed=#00a1be +line_changed=#ddd26f
Modified: screenshots/earthsong.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).