# Geany Base16 Template # Rob Loach (http://robloach.net) # # Copyright (c) 2013 Rob Loach # # 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. [theme_info] name=Base16 Atelier Cave Light description=Base16 Atelier Cave provides carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications. version=0.2.2 author=Rob Loach (http://robloach.net) url=http://github.com/robloach/base16-geany [named_styles] default=#585260;#efecf4;false;false error=#be4678 # Editor Styles #------------------------------------------------------------------------------- selection=#7e7887;#655f6d;false;true current_line=;#585260;true;false brace_good=#2a9292;;true;false brace_bad=#be4678;#585260;true;false margin_line_number=#655f6d;#585260;true;false margin_folding=#655f6d fold_symbol_highlight=#26232a indent_guide=#585260 caret=#8b8792 marker_line=#efecf4 marker_search=#efecf4;#2a9292;false;false marker_mark=#efecf4;#2a9292; call_tips=#7e7887;;false;false white_space=#655f6d;;true;false # Programming languages #------------------------------------------------------------------------------- comment=#7e7887 comment_doc=#7e7887 comment_line=#7e7887 comment_line_doc=#7e7887 comment_doc_keyword=#7e7887;;true;false comment_doc_keyword_error=#7e7887;;false;true number=#2a9292 number_1=#aa573c number_2=#aa573c type=#a06e3b;;true # Person.rb = Person class=#a06e3b;;true # Person.rb = initialize # PHP function=#576ddb;;false;false parameter=#e2dfe7 keyword=#bf40bf;;true;false # Person.rb = class, include, def, end, attr_accessor, etc # PHP = include_once(), if elseif else keyword_1=#955ae7;;false;false keyword_2=#aa573c;;false;false keyword_3=#398bc6;;false;false keyword_4=#aa573c;;false;true identifier=#398bc6;;false;false # Person.rb = ActiveModel::Conversion identifier_1=#398bc6;;false;false identifier_2=#398bc6;;false;false identifier_3=#576ddb;;true;false identifier_4=#955ae7;;false;false string=#aa573c string_1=#2a9292 string_2=#2a9292 string_3=#398bc6 string_4=#576ddb string_eol=#955ae7;;false;true character=string_1 backtick=#a06e3b here_doc=#a06e3b scalar=#a06e3b label=#e2dfe7;;true;false # Person.rb = :name # PHP = $_GET preprocessor=#576ddb regex=number_1 operator=#8b8792;;false;false decorator=#576ddb;;false;false other=#be4678 # Markup-type languages #------------------------------------------------------------------------------- tag=#a06e3b;;true;false tag_unknown=#be4678;;true;false tag_end=#a06e3b;;false;false attribute=#aa573c;;false;false attribute_unknown=#2a9292;;false;false value=#576ddb entity=#a06e3b # Diff #------------------------------------------------------------------------------- line_added=#2a9292 line_removed=#be4678 line_changed=#576ddb