jmbi.conf (3728B)
1 # Geany Base16 Template 2 # Rob Loach (http://robloach.net) 3 # 4 # Copyright (c) 2013 Rob Loach 5 # 6 # Permission is hereby granted, free of charge, to any person obtaining a copy 7 # of this software and associated documentation files (the "Software"), to deal 8 # in the Software without restriction, including without limitation the rights 9 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 # copies of the Software, and to permit persons to whom the Software is 11 # furnished to do so, subject to the following conditions: 12 # 13 # The above copyright notice and this permission notice shall be included in all 14 # copies or substantial portions of the Software. 15 # 16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 # SOFTWARE. 23 24 [theme_info] 25 name=jmbi 26 description=Base16 Eighties provides carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications. 27 version=0.2.2 28 author=Rob Loach (http://robloach.net) 29 url=http://github.com/robloach/base16-geany 30 31 [named_styles] 32 default=#efe2e0;#1e1e1e;false;false 33 error=#f2777a 34 35 # Editor Styles 36 #------------------------------------------------------------------------------- 37 selection=#a09f93;#747369;false;true 38 current_line=;#333333;true;false 39 brace_good=#e0ba69;;true;false 40 brace_bad=#f2777a;#333333;true;false 41 margin_line_number=#747369;#333333;true;false 42 margin_folding=#747369 43 fold_symbol_highlight=#393939 44 indent_guide=#333333y 45 caret=#d3d0c8 46 marker_line=#f2f0ec 47 marker_search=#f2f0ec;#bbbb88;false;false 48 marker_mark=#f2f0ec;#bbbb88; 49 call_tips=#a09f93;;false;false 50 white_space=#747369;;true;false 51 52 # Programming languages 53 #------------------------------------------------------------------------------- 54 comment=#928374 55 comment_doc=#928374 56 comment_line=#928374 57 comment_line_doc=#928374 58 comment_doc_keyword=#928374;;true;false 59 comment_doc_keyword_error=#928374;;false;true 60 61 number=#bbbb88 62 number_1=#c25431 63 number_2=#c25431 64 65 type=#e0ba69;;true 66 # Person.rb = Person 67 class=#e0ba69;;true 68 # Person.rb = initialize 69 # PHP 70 function=#8f423c;;false;false 71 parameter=#e8e6df 72 73 keyword=#d27b53;;true;false 74 # Person.rb = class, include, def, end, attr_accessor, etc 75 # PHP = include_once(), if elseif else 76 keyword_1=#709289;;false;false 77 keyword_2=#c25431;;false;false 78 keyword_3=#d3d0c8;;false;false 79 keyword_4=#c25431;;false;true 80 81 identifier=#d3d0c8;;false;false 82 # Person.rb = ActiveModel::Conversion 83 identifier_1=#d3d0c8;;false;false 84 identifier_2=#d3d0c8;;false;false 85 identifier_3=#8f423c;;true;false 86 identifier_4=#709289;;false;false 87 88 string=#c25431 89 string_1=#bbbb88 90 string_2=#bbbb88 91 string_3=#d3d0c8 92 string_4=#8f423c 93 string_eol=#709289;;false;true 94 95 character=string_1 96 backtick=#e0ba69 97 here_doc=#e0ba69 98 scalar=#e0ba69 99 label=#e8e6df;;true;false 100 # Person.rb = :name 101 # PHP = $_GET 102 preprocessor=#8f423c 103 regex=number_1 104 operator=#5a7260;;false;false 105 decorator=#8f423c;;false;false 106 other=#f2777a 107 108 # Markup-type languages 109 #------------------------------------------------------------------------------- 110 tag=#e0ba69;;true;false 111 tag_unknown=#f2777a;;true;false 112 tag_end=#e0ba69;;false;false 113 attribute=#c25431;;false;false 114 attribute_unknown=#bbbb88;;false;false 115 value=#8f423c 116 entity=#e0ba69 117 118 # Diff 119 #------------------------------------------------------------------------------- 120 line_added=#bbbb88 121 line_removed=#f2777a 122 line_changed=#8f423c