# # Copyright 2011 John Gabriele # # 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. # # Ported from old theme by Matthew Brush # Note: was part of `set_geany_colors` utility # [theme_info] name=Dark Fruit Salad description=Low contrast theme ported from the set_geany_colors utility # incremented automatically, do not change manually version=1226 author=John Gabriele url=https://github.com/codebrainz/geany-themes # list of each compatible Geany release version compat=1.22;1.23;1.23.1;1.24 [named_styles] default=#f0f0f0;#5f5f5f;false;false error=#ebbf71;#e1e17a # Editor styles #------------------------------------------------------------------------------- selection=#000;#202020;false;true current_line=#000;#565656;true brace_good=#f0f0f0;#587941;false;false brace_bad=#f00;#fff;false;false margin_line_number=#5f5f5f;#f0f0f0 margin_folding=#d69cd6;#202020 fold_symbol_highlight=#202020 indent_guide=#d69cd6 caret=#000;#000;false marker_line=#000;#ff0 marker_search=#000;#0000f0 marker_mark=#000;#b8f4b8 call_tips=#c0c0c0;#fff;false;false white_space=#a7a7a7;;true # Programming languages #------------------------------------------------------------------------------- comment=#a3d97d comment_doc=#99e4de;;true comment_line=comment comment_line_doc=comment_doc comment_doc_keyword=comment_doc,bold comment_doc_keyword_error=comment_doc,italic number=#ff939c number_1=number number_2=number_1 type=#e1e17a;;true class=type function=#92bde8;;true parameter=function keyword=#92bde8;;true keyword_1=keyword keyword_2=#d69cd6;;true keyword_3=keyword_1 keyword_4=keyword_1 identifier=#f0f0f0 identifier_1=identifier identifier_2=#99e4de;;true identifier_3=#ff939c;;true identifier_4=identifier_1 string=#ebbf71 string_1=string string_2=#e1e17a string_3=default string_4=default string_eol=string_1,italic character=#e1e17a;;true backticks=string_2 here_doc=string_2 scalar=string_2 label=default,bold preprocessor=#ff939c regex=number_1 operator=default decorator=string_1,bold other=default # Markup-type languages #------------------------------------------------------------------------------- tag=keyword tag_unknown=tag,bold tag_end=tag,bold attribute=#99e4de attribute_unknown=attribute,bold value=string_1 entity=default # Diff #------------------------------------------------------------------------------- line_added=#8ae234 line_removed=#e1e17a line_changed=preprocessor