UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

123 lines (110 loc) 3.76 kB
# 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 Lakeside Light description=Base16 Atelier Lakeside 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=#516d7b;#ebf8ff;false;false error=#d22d72 # Editor Styles #------------------------------------------------------------------------------- selection=#7195a8;#5a7b8c;false;true current_line=;#516d7b;true;false brace_good=#568c3b;;true;false brace_bad=#d22d72;#516d7b;true;false margin_line_number=#5a7b8c;#516d7b;true;false margin_folding=#5a7b8c fold_symbol_highlight=#1f292e indent_guide=#516d7b caret=#7ea2b4 marker_line=#ebf8ff marker_search=#ebf8ff;#568c3b;false;false marker_mark=#ebf8ff;#568c3b; call_tips=#7195a8;;false;false white_space=#5a7b8c;;true;false # Programming languages #------------------------------------------------------------------------------- comment=#7195a8 comment_doc=#7195a8 comment_line=#7195a8 comment_line_doc=#7195a8 comment_doc_keyword=#7195a8;;true;false comment_doc_keyword_error=#7195a8;;false;true number=#568c3b number_1=#935c25 number_2=#935c25 type=#8a8a0f;;true # Person.rb = Person class=#8a8a0f;;true # Person.rb = initialize # PHP function=#257fad;;false;false parameter=#c1e4f6 keyword=#b72dd2;;true;false # Person.rb = class, include, def, end, attr_accessor, etc # PHP = include_once(), if elseif else keyword_1=#6b6bb8;;false;false keyword_2=#935c25;;false;false keyword_3=#2d8f6f;;false;false keyword_4=#935c25;;false;true identifier=#2d8f6f;;false;false # Person.rb = ActiveModel::Conversion identifier_1=#2d8f6f;;false;false identifier_2=#2d8f6f;;false;false identifier_3=#257fad;;true;false identifier_4=#6b6bb8;;false;false string=#935c25 string_1=#568c3b string_2=#568c3b string_3=#2d8f6f string_4=#257fad string_eol=#6b6bb8;;false;true character=string_1 backtick=#8a8a0f here_doc=#8a8a0f scalar=#8a8a0f label=#c1e4f6;;true;false # Person.rb = :name # PHP = $_GET preprocessor=#257fad regex=number_1 operator=#7ea2b4;;false;false decorator=#257fad;;false;false other=#d22d72 # Markup-type languages #------------------------------------------------------------------------------- tag=#8a8a0f;;true;false tag_unknown=#d22d72;;true;false tag_end=#8a8a0f;;false;false attribute=#935c25;;false;false attribute_unknown=#568c3b;;false;false value=#257fad entity=#8a8a0f # Diff #------------------------------------------------------------------------------- line_added=#568c3b line_removed=#d22d72 line_changed=#257fad