Advertisement
Dobbie03

base16-ocean.dark.conf

Oct 17th, 2017
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  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=Base16 Ocean Dark
  26. description=Base16 Ocean 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=#eff1f5;#2b303b;false;false
  33. error=#bf616a
  34.  
  35. # Editor Styles
  36. #-------------------------------------------------------------------------------
  37. selection=#a7adba;#65737e;false;true
  38. current_line=;#4f5b66;true;false
  39. brace_good=#ebcb8b;;true;false
  40. brace_bad=#bf616a;#4f5b66;true;false
  41. margin_line_number=#65737e;#4f5b66;true;false
  42. margin_folding=#65737e
  43. fold_symbol_highlight=#343d46
  44. indent_guide=#4f5b66
  45. caret=#c0c5ce
  46. marker_line=#eff1f5
  47. marker_search=#eff1f5;#a3be8c;false;false
  48. marker_mark=#eff1f5;#a3be8c;
  49. call_tips=#a7adba;;false;false
  50. white_space=#65737e;;true;false
  51.  
  52. # Programming languages
  53. #-------------------------------------------------------------------------------
  54. comment=#a7adba
  55. comment_doc=#a7adba
  56. comment_line=#a7adba
  57. comment_line_doc=#a7adba
  58. comment_doc_keyword=#a7adba;;true;false
  59. comment_doc_keyword_error=#a7adba;;false;true
  60.  
  61. number=#a3be8c
  62. number_1=#d08770
  63. number_2=#d08770
  64.  
  65. type=#ebcb8b;;true
  66. # Person.rb = Person
  67. class=#ebcb8b;;true
  68. # Person.rb = initialize
  69. # PHP
  70. function=#8fa1b3;;false;false
  71. parameter=#dfe1e8
  72.  
  73. keyword=#ab7967;;true;false
  74. # Person.rb = class, include, def, end, attr_accessor, etc
  75. # PHP = include_once(), if elseif else
  76. keyword_1=#b48ead;;false;false
  77. keyword_2=#d08770;;false;false
  78. keyword_3=#c0c5ce;;false;false
  79. keyword_4=#d08770;;false;true
  80.  
  81. identifier=#c0c5ce;;false;false
  82. # Person.rb = ActiveModel::Conversion
  83. identifier_1=#c0c5ce;;false;false
  84. identifier_2=#c0c5ce;;false;false
  85. identifier_3=#8fa1b3;;true;false
  86. identifier_4=#b48ead;;false;false
  87.  
  88. string=#d08770
  89. string_1=#a3be8c
  90. string_2=#a3be8c
  91. string_3=#c0c5ce
  92. string_4=#8fa1b3
  93. string_eol=#b48ead;;false;true
  94.  
  95. character=string_1
  96. backtick=#ebcb8b
  97. here_doc=#ebcb8b
  98. scalar=#ebcb8b
  99. label=#dfe1e8;;true;false
  100. # Person.rb = :name
  101. # PHP = $_GET
  102. preprocessor=#8fa1b3
  103. regex=number_1
  104. operator=#96b5b4;;false;false
  105. decorator=#8fa1b3;;false;false
  106. other=#bf616a
  107.  
  108. # Markup-type languages
  109. #-------------------------------------------------------------------------------
  110. tag=#ebcb8b;;true;false
  111. tag_unknown=#bf616a;;true;false
  112. tag_end=#ebcb8b;;false;false
  113. attribute=#d08770;;false;false
  114. attribute_unknown=#a3be8c;;false;false
  115. value=#8fa1b3
  116. entity=#ebcb8b
  117.  
  118. # Diff
  119. #-------------------------------------------------------------------------------
  120. line_added=#a3be8c
  121. line_removed=#bf616a
  122. line_changed=#8fa1b3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement