UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

123 lines (110 loc) 3.75 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 Heath Light description=Base16 Atelier Heath 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=#695d69;#f7f3f7;false;false error=#ca402b # Editor Styles #------------------------------------------------------------------------------- selection=#9e8f9e;#776977;false;true current_line=;#695d69;true;false brace_good=#918b3b;;true;false brace_bad=#ca402b;#695d69;true;false margin_line_number=#776977;#695d69;true;false margin_folding=#776977 fold_symbol_highlight=#292329 indent_guide=#695d69 caret=#ab9bab marker_line=#f7f3f7 marker_search=#f7f3f7;#918b3b;false;false marker_mark=#f7f3f7;#918b3b; call_tips=#9e8f9e;;false;false white_space=#776977;;true;false # Programming languages #------------------------------------------------------------------------------- comment=#9e8f9e comment_doc=#9e8f9e comment_line=#9e8f9e comment_line_doc=#9e8f9e comment_doc_keyword=#9e8f9e;;true;false comment_doc_keyword_error=#9e8f9e;;false;true number=#918b3b number_1=#a65926 number_2=#a65926 type=#bb8a35;;true # Person.rb = Person class=#bb8a35;;true # Person.rb = initialize # PHP function=#516aec;;false;false parameter=#d8cad8 keyword=#cc33cc;;true;false # Person.rb = class, include, def, end, attr_accessor, etc # PHP = include_once(), if elseif else keyword_1=#7b59c0;;false;false keyword_2=#a65926;;false;false keyword_3=#159393;;false;false keyword_4=#a65926;;false;true identifier=#159393;;false;false # Person.rb = ActiveModel::Conversion identifier_1=#159393;;false;false identifier_2=#159393;;false;false identifier_3=#516aec;;true;false identifier_4=#7b59c0;;false;false string=#a65926 string_1=#918b3b string_2=#918b3b string_3=#159393 string_4=#516aec string_eol=#7b59c0;;false;true character=string_1 backtick=#bb8a35 here_doc=#bb8a35 scalar=#bb8a35 label=#d8cad8;;true;false # Person.rb = :name # PHP = $_GET preprocessor=#516aec regex=number_1 operator=#ab9bab;;false;false decorator=#516aec;;false;false other=#ca402b # Markup-type languages #------------------------------------------------------------------------------- tag=#bb8a35;;true;false tag_unknown=#ca402b;;true;false tag_end=#bb8a35;;false;false attribute=#a65926;;false;false attribute_unknown=#918b3b;;false;false value=#516aec entity=#bb8a35 # Diff #------------------------------------------------------------------------------- line_added=#918b3b line_removed=#ca402b line_changed=#516aec