Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 KB | None | 0 0
  1. {
  2. "name": "Sunburst",
  3. "author": "Stanley Rost",
  4. "variables":
  5. {
  6. "black": "#000000",
  7. "black2": "#242424",
  8. "black3": "#420e09",
  9. "black4": "#003000",
  10. "black5": "#0e2231",
  11. "blue": "#89bdff",
  12. "blue2": "#3060c0",
  13. "blue3": "#0050a0",
  14. "blue4": "#3387cc",
  15. "blue5": "#5070a8",
  16. "blue6": "#afc4db",
  17. "blue7": "#8b98ab",
  18. "blue8": "#8996a8",
  19. "blue9": "#8693a5",
  20. "blue10": "#578bb3",
  21. "blue11": "#001155",
  22. "blue12": "#70a8b8",
  23. "cyan": "#8edcc5",
  24. "green": "#258022",
  25. "green2": "#60a633",
  26. "green3": "#99cf50",
  27. "green4": "#253b22",
  28. "grey": "#8a9a95",
  29. "grey2": "#b1b3ba",
  30. "grey3": "#c0c0c0",
  31. "grey4": "#a7a7a7",
  32. "grey5": "#494949",
  33. "grey6": "#676767",
  34. "orange": "#cda869",
  35. "orange2": "#e9c062",
  36. "orange3": "#f0c090",
  37. "orange4": "#cf7d34",
  38. "orange5": "#9b5c2e",
  39. "orange6": "#e0c040",
  40. "orange7": "#dd7b3b",
  41. "orange8": "#9b703f",
  42. "orange9": "#fee09c",
  43. "orange10": "#c5af75",
  44. "orange11": "#c8b060",
  45. "orange12": "#e1d4b9",
  46. "pink": "#fd5ff1",
  47. "pink2": "#b060a0",
  48. "pink3": "#562d56",
  49. "pink4": "#9b859d",
  50. "purple": "#ae81ff",
  51. "purple2": "#9080ff",
  52. "red": "#751012",
  53. "red2": "#cf6a4c",
  54. "red3": "#e28964",
  55. "red4": "#e18964",
  56. "white": "#ffffff",
  57. "white2": "#f8f8f8",
  58. "white3": "#eeeeee",
  59. "white4": "#cae2fb",
  60. "white5": "#ddf0ff",
  61. "yellow": "#f9ee98",
  62. "yellow2": "#dad085",
  63. "yellow3": "#ddf2a4",
  64. "yellow4": "#daefa3",
  65. "yellow5": "#4a410d",
  66. "yellow6": "#75715e",
  67. "yellow7": "#8f9d6a"
  68. },
  69. "globals":
  70. {
  71. "foreground": "var(white2)",
  72. "background": "var(black)",
  73. "caret": "var(grey4)",
  74. "invisibles": "color(var(white4) alpha(0.24))",
  75. "line_highlight": "color(var(white) alpha(0.22))",
  76. "selection": "color(var(white5) alpha(0.31))",
  77. "selection_border": "color(var(blue3) alpha(0.94))",
  78. "inactive_selection": "color(var(white5) alpha(0.22))",
  79. "highlight": "color(var(blue3) alpha(0.94))",
  80. "brackets_foreground": "var(white)"
  81. },
  82. "rules":
  83. [
  84. {
  85. "name": "Comment",
  86. "scope": "comment, punctuation.definition.comment",
  87. "foreground": "var(yellow6)",
  88. "font_style": "italic"
  89. },
  90. {
  91. "name": "Constant",
  92. "scope": "constant.numeric",
  93. "foreground": "var(blue4)"
  94. },
  95. {
  96. "name": "Constant",
  97. "scope": "constant",
  98. "foreground": "var(purple)"
  99. },
  100. {
  101. "name": "Constant define",
  102. "scope": "constant.other.define, entity.name.type.constant",
  103. "foreground": "var(purple2)"
  104. },
  105. {
  106. "name": "Entity",
  107. "scope": "entity",
  108. "foreground": "var(blue)"
  109. },
  110. {
  111. "name": "Keyword",
  112. "scope": "keyword",
  113. "foreground": "var(red3)"
  114. },
  115. {
  116. "name": "Keyword operator",
  117. "scope": "keyword.operator",
  118. "foreground": "var(orange6)"
  119. },
  120. {
  121. "name": "Storage",
  122. "scope": "storage",
  123. "foreground": "var(green3)"
  124. },
  125. {
  126. "name": "String",
  127. "scope": "string, punctuation.definition.string",
  128. "foreground": "var(green)"
  129. },
  130. {
  131. "name": "Support",
  132. "scope": "support",
  133. "foreground": "var(pink4)"
  134. },
  135. {
  136. "name": "Variable",
  137. "scope": "variable",
  138. "foreground": "var(blue2)",
  139. "font_style": "italic"
  140. },
  141. {
  142. "name": "Variable Member",
  143. "scope": "variable.other.member",
  144. "foreground": "var(pink2)",
  145. "font_style": "italic"
  146. },
  147. {
  148. "name": "Invalid \u2013 Deprecated",
  149. "scope": "invalid.deprecated",
  150. "foreground": "var(pink)",
  151. "font_style": "italic underline"
  152. },
  153. {
  154. "name": "Invalid \u2013 Illegal",
  155. "scope": "invalid.illegal",
  156. "foreground": "var(pink)",
  157. "background": "color(var(pink3) alpha(0.75))"
  158. },
  159. {
  160. "name": "Punctuation",
  161. "scope": "punctuation",
  162. "foreground": "var(grey3)"
  163. },
  164. {
  165. "name": "Punctuation",
  166. "scope": "punctuation.definition.variable",
  167. "foreground": "var(blue5)"
  168. },
  169. {
  170. "name": "Embedded Source (Bright)",
  171. "scope": "text source",
  172. "background": "color(var(grey2) alpha(0.031))"
  173. },
  174. {
  175. "name": "Entity inherited-class",
  176. "scope": "entity.other.inherited-class",
  177. "foreground": "var(orange5)",
  178. "font_style": "italic"
  179. },
  180. {
  181. "name": "String embedded-source",
  182. "scope": "string.quoted source",
  183. "foreground": "var(yellow4)"
  184. },
  185. {
  186. "name": "String constant",
  187. "scope": "string constant",
  188. "foreground": "var(yellow3)"
  189. },
  190. {
  191. "name": "String.regexp",
  192. "scope": "string.regexp",
  193. "foreground": "var(orange2)"
  194. },
  195. {
  196. "name": "String.regexp.\u00abspecial\u00bb",
  197. "scope": "string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition",
  198. "foreground": "var(orange4)"
  199. },
  200. {
  201. "name": "String variable",
  202. "scope": "string variable",
  203. "foreground": "var(grey)"
  204. },
  205. {
  206. "name": "Function generic",
  207. "scope": "variable.function",
  208. "foreground": "var(orange11)"
  209. },
  210. {
  211. "name": "Support.function",
  212. "scope": "support.function",
  213. "foreground": "var(yellow2)"
  214. },
  215. {
  216. "name": "Support.constant",
  217. "scope": "support.constant",
  218. "foreground": "var(red2)"
  219. },
  220. {
  221. "name": "Support.field name",
  222. "scope": "support.function.field",
  223. "foreground": "var(blue12)"
  224. },
  225. {
  226. "name": "C/C++ Preprocessor Line",
  227. "scope": "meta.preprocessor",
  228. "foreground": "var(blue8)"
  229. },
  230. {
  231. "name": "C/C++ Preprocessor Directive",
  232. "scope": "meta.preprocessor keyword",
  233. "foreground": "var(blue6)"
  234. },
  235. {
  236. "name": "Cast",
  237. "scope": "meta.cast",
  238. "foreground": "var(grey6)",
  239. "font_style": "italic"
  240. },
  241. {
  242. "name": "Doctype/XML Processing",
  243. "scope": "meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string",
  244. "foreground": "var(grey5)"
  245. },
  246. {
  247. "name": "Meta.tag all",
  248. "scope": "meta.tag, meta.tag entity",
  249. "foreground": "var(blue)"
  250. },
  251. {
  252. "name": "Meta.tag.inline",
  253. "scope": "source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity",
  254. "foreground": "var(orange3)"
  255. },
  256. {
  257. "name": "Namespaces",
  258. "scope": "entity.name.tag.namespace, entity.other.attribute-name.namespace",
  259. "foreground": "var(red4)"
  260. },
  261. {
  262. "name": "css tag-name",
  263. "scope": "meta.selector.css entity.name.tag",
  264. "foreground": "var(orange)"
  265. },
  266. {
  267. "name": "css:pseudo-class",
  268. "scope": "meta.selector.css entity.other.attribute-name.tag.pseudo-class",
  269. "foreground": "var(yellow7)"
  270. },
  271. {
  272. "name": "css#id",
  273. "scope": "meta.selector.css entity.other.attribute-name.id",
  274. "foreground": "var(blue7)"
  275. },
  276. {
  277. "name": "css.class",
  278. "scope": "meta.selector.css entity.other.attribute-name.class",
  279. "foreground": "var(orange8)"
  280. },
  281. {
  282. "name": "css property-name:",
  283. "scope": "support.type.property-name.css",
  284. "foreground": "var(orange10)"
  285. },
  286. {
  287. "name": "css property-value;",
  288. "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
  289. "foreground": "var(yellow)"
  290. },
  291. {
  292. "name": "css @at-rule",
  293. "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
  294. "foreground": "var(blue9)"
  295. },
  296. {
  297. "name": "css additional-constants",
  298. "scope": "meta.property-value support.constant.named-color.css, meta.property-value constant",
  299. "foreground": "var(orange7)"
  300. },
  301. {
  302. "name": "css constructor.argument",
  303. "scope": "meta.constructor.argument.css",
  304. "foreground": "var(yellow7)"
  305. },
  306. {
  307. "name": "diff.header",
  308. "scope": "meta.diff, meta.diff.header",
  309. "foreground": "var(white2)",
  310. "background": "var(black5)",
  311. "font_style": "italic"
  312. },
  313. {
  314. "name": "diff.deleted",
  315. "scope": "markup.deleted",
  316. "foreground": "var(white2)",
  317. "background": "var(black3)"
  318. },
  319. {
  320. "name": "diff.changed",
  321. "scope": "markup.changed",
  322. "foreground": "var(white2)",
  323. "background": "var(yellow5)"
  324. },
  325. {
  326. "name": "diff.inserted",
  327. "scope": "markup.inserted",
  328. "foreground": "var(white2)",
  329. "background": "var(green4)"
  330. },
  331. {
  332. "name": "Markup: Italic",
  333. "scope": "markup.italic",
  334. "foreground": "var(orange2)",
  335. "font_style": "italic"
  336. },
  337. {
  338. "name": "Markup: Bold",
  339. "scope": "markup.bold",
  340. "foreground": "var(orange2)",
  341. "font_style": "bold"
  342. },
  343. {
  344. "name": "Markup: Underline",
  345. "scope": "markup.underline",
  346. "foreground": "var(red4)",
  347. "font_style": "underline"
  348. },
  349. {
  350. "name": "Markup: Quote",
  351. "scope": "markup.quote",
  352. "foreground": "var(orange12)",
  353. "background": "color(var(orange9) alpha(0.071))",
  354. "font_style": "italic"
  355. },
  356. {
  357. "name": "Markup: Heading",
  358. "scope": "markup.heading, markup.heading entity",
  359. "foreground": "var(cyan)",
  360. "background": "color(var(blue11) alpha(0.87))"
  361. },
  362. {
  363. "name": "Markup: List",
  364. "scope": "markup.list",
  365. "foreground": "var(orange12)"
  366. },
  367. {
  368. "name": "Markup: Raw",
  369. "scope": "markup.raw",
  370. "foreground": "var(blue10)",
  371. "background": "color(var(grey2) alpha(0.031))"
  372. },
  373. {
  374. "name": "Markup: Comment",
  375. "scope": "markup comment",
  376. "foreground": "var(yellow6)",
  377. "font_style": "italic"
  378. },
  379. {
  380. "name": "Markup: Separator",
  381. "scope": "meta.separator",
  382. "foreground": "var(green2)",
  383. "background": "var(black2)"
  384. },
  385. {
  386. "name": "Log Entry",
  387. "scope": "meta.line.entry.logfile, meta.line.exit.logfile",
  388. "background": "color(var(white3) alpha(0.16))"
  389. },
  390. {
  391. "name": "Log Entry Error",
  392. "scope": "meta.line.error.logfile",
  393. "background": "var(red)"
  394. },
  395. {
  396. "name": "PSL",
  397. "scope": "meta.psl.systemverilog, meta.psl.vhdl",
  398. "background": "var(black4)"
  399. },
  400. {
  401. "name": "JSON Keys 1",
  402. "scope": "source.json meta.mapping.key.json string.quoted.double.json",
  403. "foreground": "var(orange7)"
  404. },
  405. {
  406. "name": "JSON Keys 2",
  407. "scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
  408. "foreground": "var(orange4)"
  409. },
  410. {
  411. "name": "JSON Keys 3",
  412. "scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
  413. "foreground": "var(orange)"
  414. }
  415. ]
  416. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement