Blue.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "Colors": {
  3. "Info": {
  4. "General": {
  5. "Version": "1.9.0",
  6. "Date": "07.12.2016"
  7. },
  8. "Author": {
  9. "Name": "Lasse Rautiainen",
  10. "Mail": "lasse@bonecode.com"
  11. }
  12. },
  13. "Editor": {
  14. "Colors": {
  15. "Background": "clWhite",
  16. "ActiveLineBackground": "$00E6FAFF",
  17. "CodeFoldingActiveLineBackground": "$00E6FAFF",
  18. "CodeFoldingBackground": "clWhite",
  19. "CodeFoldingCollapsedLine": "$00CC9999",
  20. "CodeFoldingFoldingLine": "$00CC9999",
  21. "CodeFoldingFoldingLineHighlight": "$00CC9999",
  22. "CodeFoldingIndent": "$00CC9999",
  23. "CodeFoldingIndentHighlight": "$00CC9999",
  24. "CodeFoldingHintBackground": "clWhite",
  25. "CodeFoldingHintBorder": "$00CC9999",
  26. "CodeFoldingHintText": "clNone",
  27. "CodeFoldingHintIndicatorBackground": "clWhite",
  28. "CodeFoldingHintIndicatorBorder": "$00CC9999",
  29. "CodeFoldingHintIndicatorMark": "$00CC9999",
  30. "CompletionProposalBackground": "clWhite",
  31. "CompletionProposalForeground": "clBlack",
  32. "CompletionProposalSelectedBackground": "clHighlight",
  33. "CompletionProposalSelectedText": "clHighlightText",
  34. "LeftMarginActiveLineBackground": "$00E6FAFF",
  35. "LeftMarginBackground": "clWhite",
  36. "LeftMarginBorder": "clWhite",
  37. "LeftMarginLineNumberLine": "$00CC9999",
  38. "LeftMarginLineNumbers": "$00CC9999",
  39. "LeftMarginLineStateModified": "clYellow",
  40. "LeftMarginLineStateNormal": "clLime",
  41. "LeftMarginBookmarkPanel": "clWhite",
  42. "MatchingPairMatched": "clAqua",
  43. "MatchingPairUnderline": "$00CC9999",
  44. "MatchingPairUnmatched": "clYellow",
  45. "MinimapBackground": "clNone",
  46. "MinimapBookmark": "$00999999",
  47. "MinimapVisibleLines": "$00E6FAFF",
  48. "RightMargin": "clSilver",
  49. "RightMovingEdge": "clSilver",
  50. "SearchHighlighterBackground": "$0078AAFF",
  51. "SearchHighlighterForeground": "clBlack",
  52. "SearchInSelectionBackground": "$00FCFDCD",
  53. "SearchMapActiveLine": "$00F0F0F0",
  54. "SearchMapBackground": "$00F4F4F4",
  55. "SearchMapForeground": "$0078AAFF",
  56. "SelectionBackground": "$00A56D53",
  57. "SelectionForeground": "clWhite",
  58. "SyncEditBackground": "$00FCFDCD",
  59. "SyncEditEditBorder": "$00333333",
  60. "SyncEditWordBorder": "$00A56D53",
  61. "WordWrapIndicatorArrow": "$00333333",
  62. "WordWrapIndicatorLines": "$009f6f2f"
  63. },
  64. "Fonts": {
  65. "LineNumbers": "Consolas",
  66. "Text": "Consolas",
  67. "Minimap": "Consolas",
  68. "CodeFoldingHint": "Consolas",
  69. "CompletionProposal": "Consolas"
  70. },
  71. "FontSizes": {
  72. "LineNumbers": "8",
  73. "Text": "9",
  74. "Minimap": "1",
  75. "CodeFoldingHint": "8",
  76. "CompletionProposal": "8"
  77. }
  78. },
  79. "Elements": [
  80. {
  81. "Name": "Editor",
  82. "Foreground": "$00333333",
  83. "Background": "clWhite"
  84. },
  85. {
  86. "Name": "Comment",
  87. "Foreground": "$00999999",
  88. "Background": "clWhite",
  89. "Style": "Italic"
  90. },
  91. {
  92. "Name": "String",
  93. "Foreground": "$005049d4",
  94. "Background": "clWhite"
  95. },
  96. {
  97. "Name": "Directive",
  98. "Foreground": "$00999900",
  99. "Background": "clWhite"
  100. },
  101. {
  102. "Name": "Character",
  103. "Foreground": "$00cf9f4f",
  104. "Background": "clWhite"
  105. },
  106. {
  107. "Name": "ReservedWord",
  108. "Foreground": "$009f6f2f",
  109. "Background": "clWhite",
  110. "Style": "Bold"
  111. },
  112. {
  113. "Name": "Symbol",
  114. "Foreground": "clNavy",
  115. "Background": "clWhite"
  116. },
  117. {
  118. "Name": "Number",
  119. "Foreground": "$00AAAA33",
  120. "Background": "clWhite"
  121. },
  122. {
  123. "Name": "HexNumber",
  124. "Foreground": "$00AAAA33",
  125. "Background": "clWhite"
  126. },
  127. {
  128. "Name": "HighlightedBlock",
  129. "Foreground": "clBlack",
  130. "Background": "$00f9f7f7"
  131. },
  132. {
  133. "Name": "HighlightedBlockSymbol",
  134. "Foreground": "clNavy",
  135. "Background": "$00f9f7f7"
  136. },
  137. {
  138. "Name": "AssemblerComment",
  139. "Foreground": "$00999999",
  140. "Background": "$00f9f7f7",
  141. "Style": "Italic"
  142. },
  143. {
  144. "Name": "AssemblerReservedWord",
  145. "Foreground": "$009f6f2f",
  146. "Background": "$00f9f7f7",
  147. "Style": "Bold"
  148. },
  149. {
  150. "Name": "Attribute",
  151. "Foreground": "$00cf9f4f",
  152. "Background": "clWhite"
  153. },
  154. {
  155. "Name": "Method",
  156. "Foreground": "$009f6f2f",
  157. "Background": "clWhite",
  158. "Style": "Bold"
  159. },
  160. {
  161. "Name": "MethodName",
  162. "Foreground": "$00333333",
  163. "Background": "clWhite"
  164. }
  165. ]
  166. }
  167. }