Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. /*
  2. Put this in ~/.config/sublime-text-3/Packages/User
  3. */
  4.  
  5. {
  6. "name": "briandfoy",
  7. "author": "brian d foy <brian.d.foy@gmail.com>",
  8. "variables":
  9. {
  10. "black": "hsl(0,0%,0%)",
  11. "blue": "hsl(238, 100%, 55%)",
  12. "green": "hsl(98, 100%, 86%)",
  13. "orange": "hsl(29, 100%, 60%)",
  14. "pink": "hsl(314, 100%, 50%)",
  15. "red": "hsl(0, 100%, 50%)",
  16. "white": "hsl(0, 0%, 100%)",
  17. "yellow": "hsl(76, 50%, 50%)"
  18. },
  19. "globals":
  20. {
  21. "foreground": "var(black)",
  22. "background": "var(white)",
  23. "caret": "var(black)",
  24. "line_highlight": "var(pink)",
  25. "selection": "var(green)",
  26. "selection_border": "var(green)",
  27. "inactive_selection": "var(white)",
  28. "misspelling": "var(red)",
  29. },
  30. "rules":
  31. [
  32. {
  33. "name": "Text",
  34. "scope": "variable.parameter",
  35. "foreground": "var(black)"
  36. },
  37. {
  38. "name": "Comments",
  39. "scope": "comment, punctuation.definition.comment",
  40. "foreground": "var(red)"
  41. },
  42. {
  43. "name": "Punctuation",
  44. "scope": "punctuation.definition",
  45. "foreground": "var(black)"
  46. },
  47. {
  48. "name": "Operators",
  49. "scope": "keyword.operator",
  50. "foreground": "var(black)"
  51. },
  52. {
  53. "name": "Keywords",
  54. "scope": "keyword, keyword.operator.word",
  55. "foreground": "var(blue)"
  56. },
  57. {
  58. "name": "Variables",
  59. "scope": "variable",
  60. "foreground": "var(black)"
  61. },
  62. {
  63. "name": "Functions",
  64. "scope": "entity.name.function",
  65. "foreground": "var(black)"
  66. },
  67. {
  68. "name": "Classes",
  69. "scope": "entity.name - (entity.name.section | entity.name.tag | entity.name.label)",
  70. "foreground": "var(orange)"
  71. },
  72. {
  73. "name": "Storage",
  74. "scope": "storage",
  75. "foreground": "var(black)"
  76. },
  77. {
  78. "name": "Storage Type",
  79. "scope": "storage.type",
  80. "font_style": "italic"
  81. },
  82. {
  83. "name": "Support Functions",
  84. "scope": "support.function",
  85. "foreground": "var(black)"
  86. },
  87. {
  88. "name": "Support Classes",
  89. "scope": "support.class",
  90. "foreground": "var(blue)",
  91. "font_style": "italic"
  92. },
  93. {
  94. "name": "Support Constants",
  95. "scope": "support.constant",
  96. "foreground": "var(orange)",
  97. "font_style": "italic"
  98. },
  99. {
  100. "name": "CSS Support Constants",
  101. "scope": "source.css support.constant",
  102. "foreground": "var(black)"
  103. },
  104. {
  105. "name": "Strings, Inherited Class",
  106. "scope": "string, entity.other.inherited-class",
  107. "foreground": "var(orange)"
  108. },
  109. {
  110. "name": "Misc Punctuation",
  111. "scope": "punctuation.separator, punctuation.terminator, punctuation.accessor",
  112. "foreground": "var(black)"
  113. },
  114. {
  115. "name": "Misc Punctuation",
  116. "scope": "punctuation.section",
  117. "foreground": "var(black)"
  118. },
  119. {
  120. "name": "Strings Punctuation",
  121. "scope": "string punctuation.definition.string",
  122. "foreground": "var(orange)"
  123. },
  124. {
  125. "name": "Integers",
  126. "scope": "constant.numeric",
  127. "foreground": "var(black)"
  128. },
  129. {
  130. "name": "Constants",
  131. "scope": "constant",
  132. "foreground": "var(black)"
  133. },
  134. {
  135. "name": "Tags",
  136. "scope": "entity.name.tag",
  137. "foreground": "var(black)"
  138. },
  139. {
  140. "name": "Attributes",
  141. "scope": "entity.other.attribute-name",
  142. "foreground": "var(black)"
  143. },
  144. {
  145. "name": "Headings",
  146. "scope": "markup.heading punctuation.definition.heading",
  147. "foreground": "var(black)"
  148. },
  149. {
  150. "name": "Bold",
  151. "scope": "markup.bold",
  152. "font_style": "bold"
  153. },
  154. {
  155. "name": "Bold",
  156. "scope": "punctuation.definition.bold",
  157. "foreground": "var(black)"
  158. },
  159. {
  160. "name": "Italic",
  161. "scope": "markup.italic",
  162. "font_style": "italic"
  163. },
  164. {
  165. "name": "Italic",
  166. "scope": "punctuation.definition.italic",
  167. "foreground": "var(black)"
  168. },
  169. {
  170. "name": "Code",
  171. "scope": "markup.raw",
  172. "background": "var(white2)"
  173. },
  174. {
  175. "name": "Code",
  176. "scope": "markup.raw.inline",
  177. "foreground": "var(yellow)",
  178. "background": "var(white3)"
  179. },
  180. {
  181. "name": "Strings Punctuation",
  182. "scope": "markup.raw.inline punctuation.definition.raw",
  183. "foreground": "var(orange)"
  184. },
  185. {
  186. "name": "Link Text",
  187. "scope": "string.other.link, markup.underline.link",
  188. "foreground": "var(blue)"
  189. },
  190. {
  191. "name": "Lists",
  192. "scope": "punctuation.definition.list_item, markup.list.numbered.bullet",
  193. "foreground": "var(black)"
  194. },
  195. {
  196. "name": "Quotes",
  197. "scope": "punctuation.definition.blockquote",
  198. "foreground": "var(orange)"
  199. },
  200. {
  201. "name": "Quotes",
  202. "scope": "punctuation.definition.blockquote",
  203. "foreground": "var(orange)"
  204. },
  205. {
  206. "name": "Link/Image Punctuation",
  207. "scope": "punctuation.definition.image, punctuation.definition.link, punctuation.definition.metadata",
  208. "foreground": "var(blue)"
  209. },
  210. {
  211. "name": "Inserted",
  212. "scope": "markup.inserted",
  213. "foreground": "var(yellow)"
  214. },
  215. {
  216. "name": "Deleted",
  217. "scope": "markup.deleted",
  218. "foreground": "var(red)"
  219. },
  220. {
  221. "name": "Changed",
  222. "scope": "markup.changed",
  223. "foreground": "var(orange)"
  224. },
  225. {
  226. "name": "Colors",
  227. "scope": "constant.other.color",
  228. "foreground": "var(blue2)"
  229. },
  230. {
  231. "name": "Regular Expressions",
  232. "scope": "string.regexp",
  233. "foreground": "var(black)"
  234. },
  235. {
  236. "name": "Regular Expressions Operator",
  237. "scope": "string.regexp keyword.operator",
  238. "foreground": "var(black)"
  239. },
  240. {
  241. "name": "Escape Characters",
  242. "scope": "constant.character.escape",
  243. "foreground": "var(black)"
  244. },
  245. {
  246. "name": "YAML String",
  247. "scope": "source.yaml string.unquoted",
  248. "foreground": "var(black)"
  249. },
  250. {
  251. "name": "Embedded",
  252. "scope": "punctuation.section.embedded",
  253. "foreground": "var(orange)"
  254. },
  255. {
  256. "name": "Embedded",
  257. "scope": "variable.interpolation",
  258. "foreground": "var(orange)"
  259. },
  260. {
  261. "name": "Illegal",
  262. "scope": "invalid.illegal",
  263. "foreground": "var(black)",
  264. "background": "var(red)"
  265. },
  266. {
  267. "name": "Invalid deprecated",
  268. "scope": "invalid.deprecated",
  269. "foreground": "var(black)",
  270. "background": "var(yellow)"
  271. }
  272. ]
  273. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement