data.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. {
  2. "themes": [
  3. {
  4. "colors": [
  5. {
  6. "color": "#cb1515",
  7. "id": "red",
  8. "keybind": "Е",
  9. "italic": false,
  10. "bold": true,
  11. "cap_mode": {
  12. "states": [
  13. "normal",
  14. "all_caps",
  15. "small_caps"
  16. ],
  17. "state": "normal",
  18. "index": 0
  19. },
  20. "line_mode": {
  21. "states": [
  22. "none",
  23. "underline",
  24. "overline",
  25. "line-through"
  26. ],
  27. "state": "none",
  28. "index": 0
  29. },
  30. "useCssColorVariable": false,
  31. "colorVariable": "--color-base-00",
  32. "className": "ftc-color-default-red"
  33. },
  34. {
  35. "color": "#2525d4",
  36. "id": "blue",
  37. "keybind": "B",
  38. "italic": false,
  39. "bold": false,
  40. "cap_mode": {
  41. "states": [
  42. "normal",
  43. "all_caps",
  44. "small_caps"
  45. ],
  46. "state": "normal",
  47. "index": 0
  48. },
  49. "line_mode": {
  50. "states": [
  51. "none",
  52. "underline",
  53. "overline",
  54. "line-through"
  55. ],
  56. "state": "none",
  57. "index": 0
  58. },
  59. "useCssColorVariable": false,
  60. "colorVariable": "--color-base-00",
  61. "className": "ftc-color-default-blue"
  62. },
  63. {
  64. "color": "#3cb371",
  65. "id": "green",
  66. "keybind": "\u001a",
  67. "italic": false,
  68. "bold": true,
  69. "cap_mode": {
  70. "states": [
  71. "normal",
  72. "all_caps",
  73. "small_caps"
  74. ],
  75. "state": "normal",
  76. "index": 0
  77. },
  78. "line_mode": {
  79. "states": [
  80. "none",
  81. "underline",
  82. "overline",
  83. "line-through"
  84. ],
  85. "state": "none",
  86. "index": 0
  87. },
  88. "useCssColorVariable": false,
  89. "colorVariable": "--color-orange",
  90. "className": "ftc-color-default-green"
  91. },
  92. {
  93. "color": "#00ffff",
  94. "id": "cyan",
  95. "keybind": "C",
  96. "italic": false,
  97. "bold": true,
  98. "cap_mode": {
  99. "states": [
  100. "normal",
  101. "all_caps",
  102. "small_caps"
  103. ],
  104. "state": "normal",
  105. "index": 0
  106. },
  107. "line_mode": {
  108. "states": [
  109. "none",
  110. "underline",
  111. "overline",
  112. "line-through"
  113. ],
  114. "state": "none",
  115. "index": 0
  116. },
  117. "useCssColorVariable": false,
  118. "colorVariable": "--color-base-00",
  119. "className": "ftc-color-default-cyan"
  120. },
  121. {
  122. "color": "#ff00ff",
  123. "id": "magenta",
  124. "keybind": "M",
  125. "italic": false,
  126. "bold": false,
  127. "cap_mode": {
  128. "states": [
  129. "normal",
  130. "all_caps",
  131. "small_caps"
  132. ],
  133. "state": "normal",
  134. "index": 0
  135. },
  136. "line_mode": {
  137. "states": [
  138. "none",
  139. "underline",
  140. "overline",
  141. "line-through"
  142. ],
  143. "state": "none",
  144. "index": 0
  145. },
  146. "useCssColorVariable": false,
  147. "colorVariable": "--color-base-00",
  148. "className": "ftc-color-default-magenta"
  149. },
  150. {
  151. "color": "#ffff00",
  152. "id": "yellow",
  153. "keybind": "Y",
  154. "italic": false,
  155. "bold": false,
  156. "cap_mode": {
  157. "states": [
  158. "normal",
  159. "all_caps",
  160. "small_caps"
  161. ],
  162. "state": "normal",
  163. "index": 0
  164. },
  165. "line_mode": {
  166. "states": [
  167. "none",
  168. "underline",
  169. "overline",
  170. "line-through"
  171. ],
  172. "state": "none",
  173. "index": 0
  174. },
  175. "useCssColorVariable": false,
  176. "colorVariable": "--color-base-00",
  177. "className": "ftc-color-default-yellow"
  178. },
  179. {
  180. "color": "#000000",
  181. "id": "black",
  182. "keybind": "K",
  183. "italic": false,
  184. "bold": false,
  185. "cap_mode": {
  186. "states": [
  187. "normal",
  188. "all_caps",
  189. "small_caps"
  190. ],
  191. "state": "normal",
  192. "index": 0
  193. },
  194. "line_mode": {
  195. "states": [
  196. "none",
  197. "underline",
  198. "overline",
  199. "line-through"
  200. ],
  201. "state": "none",
  202. "index": 0
  203. },
  204. "useCssColorVariable": false,
  205. "colorVariable": "--color-base-00",
  206. "className": "ftc-color-default-black"
  207. }
  208. ],
  209. "name": "default"
  210. },
  211. {
  212. "colors": [
  213. {
  214. "color": "#000000",
  215. "id": "red",
  216. "keybind": "R",
  217. "italic": false,
  218. "bold": false,
  219. "cap_mode": {
  220. "states": [
  221. "normal",
  222. "all_caps",
  223. "small_caps"
  224. ],
  225. "state": "normal",
  226. "index": 0
  227. },
  228. "line_mode": {
  229. "states": [
  230. "none",
  231. "underline",
  232. "overline",
  233. "line-through"
  234. ],
  235. "state": "none",
  236. "index": 0
  237. },
  238. "useCssColorVariable": true,
  239. "colorVariable": "--color-red",
  240. "className": "ftc-color-builtin-red"
  241. },
  242. {
  243. "color": "#000000",
  244. "id": "orange",
  245. "keybind": "O",
  246. "italic": false,
  247. "bold": false,
  248. "cap_mode": {
  249. "states": [
  250. "normal",
  251. "all_caps",
  252. "small_caps"
  253. ],
  254. "state": "normal",
  255. "index": 0
  256. },
  257. "line_mode": {
  258. "states": [
  259. "none",
  260. "underline",
  261. "overline",
  262. "line-through"
  263. ],
  264. "state": "none",
  265. "index": 0
  266. },
  267. "useCssColorVariable": true,
  268. "colorVariable": "--color-orange",
  269. "className": "ftc-color-builtin-orange"
  270. },
  271. {
  272. "color": "#000000",
  273. "id": "yellow",
  274. "keybind": "Y",
  275. "italic": false,
  276. "bold": false,
  277. "cap_mode": {
  278. "states": [
  279. "normal",
  280. "all_caps",
  281. "small_caps"
  282. ],
  283. "state": "normal",
  284. "index": 0
  285. },
  286. "line_mode": {
  287. "states": [
  288. "none",
  289. "underline",
  290. "overline",
  291. "line-through"
  292. ],
  293. "state": "none",
  294. "index": 0
  295. },
  296. "useCssColorVariable": true,
  297. "colorVariable": "--color-yellow",
  298. "className": "ftc-color-builtin-yellow"
  299. },
  300. {
  301. "color": "#000000",
  302. "id": "green",
  303. "keybind": "G",
  304. "italic": false,
  305. "bold": false,
  306. "cap_mode": {
  307. "states": [
  308. "normal",
  309. "all_caps",
  310. "small_caps"
  311. ],
  312. "state": "normal",
  313. "index": 0
  314. },
  315. "line_mode": {
  316. "states": [
  317. "none",
  318. "underline",
  319. "overline",
  320. "line-through"
  321. ],
  322. "state": "none",
  323. "index": 0
  324. },
  325. "useCssColorVariable": true,
  326. "colorVariable": "--color-green",
  327. "className": "ftc-color-builtin-green"
  328. },
  329. {
  330. "color": "#000000",
  331. "id": "cyan",
  332. "keybind": "C",
  333. "italic": false,
  334. "bold": false,
  335. "cap_mode": {
  336. "states": [
  337. "normal",
  338. "all_caps",
  339. "small_caps"
  340. ],
  341. "state": "normal",
  342. "index": 0
  343. },
  344. "line_mode": {
  345. "states": [
  346. "none",
  347. "underline",
  348. "overline",
  349. "line-through"
  350. ],
  351. "state": "none",
  352. "index": 0
  353. },
  354. "useCssColorVariable": true,
  355. "colorVariable": "--color-cyan",
  356. "className": "ftc-color-builtin-cyan"
  357. },
  358. {
  359. "color": "#000000",
  360. "id": "blue",
  361. "keybind": "B",
  362. "italic": false,
  363. "bold": false,
  364. "cap_mode": {
  365. "states": [
  366. "normal",
  367. "all_caps",
  368. "small_caps"
  369. ],
  370. "state": "normal",
  371. "index": 0
  372. },
  373. "line_mode": {
  374. "states": [
  375. "none",
  376. "underline",
  377. "overline",
  378. "line-through"
  379. ],
  380. "state": "none",
  381. "index": 0
  382. },
  383. "useCssColorVariable": true,
  384. "colorVariable": "--color-blue",
  385. "className": "ftc-color-builtin-blue"
  386. },
  387. {
  388. "color": "#000000",
  389. "id": "purple",
  390. "keybind": "P",
  391. "italic": false,
  392. "bold": false,
  393. "cap_mode": {
  394. "states": [
  395. "normal",
  396. "all_caps",
  397. "small_caps"
  398. ],
  399. "state": "normal",
  400. "index": 0
  401. },
  402. "line_mode": {
  403. "states": [
  404. "none",
  405. "underline",
  406. "overline",
  407. "line-through"
  408. ],
  409. "state": "none",
  410. "index": 0
  411. },
  412. "useCssColorVariable": true,
  413. "colorVariable": "--color-purple",
  414. "className": "ftc-color-builtin-purple"
  415. },
  416. {
  417. "color": "#000000",
  418. "id": "pink",
  419. "keybind": "I",
  420. "italic": false,
  421. "bold": false,
  422. "cap_mode": {
  423. "states": [
  424. "normal",
  425. "all_caps",
  426. "small_caps"
  427. ],
  428. "state": "normal",
  429. "index": 0
  430. },
  431. "line_mode": {
  432. "states": [
  433. "none",
  434. "underline",
  435. "overline",
  436. "line-through"
  437. ],
  438. "state": "none",
  439. "index": 0
  440. },
  441. "useCssColorVariable": true,
  442. "colorVariable": "--color-pink",
  443. "className": "ftc-color-builtin-pink"
  444. }
  445. ],
  446. "name": "builtin"
  447. }
  448. ],
  449. "themeIndex": 0,
  450. "version": "3",
  451. "interactiveDelimiters": true,
  452. "useKeybindings": true,
  453. "useNodeRebuilding": false
  454. }