[关闭]
@skyword 2017-11-22T07:22:47.000000Z 字数 39678 阅读 1218

CodeBlocks 16.01主题风格配置


由于短期内重装系统较为频繁,每次重装之后要重新装一次codeblocks,配置又得重新来一次,步骤略多,在这里记录一下留一个备份。
配置过程:
1. 安装Codeblocks 16.01及以上版本
2. 首次运行,并建立一个新project,保存关闭
3. 配置文件在C:\Users\Sun\AppData\Roaming\CodeBlocks,文件名为default.conf
4. 用新的配置文件(约95k)替换它
5. 重新打开cb,Settings-Editor-Syntax Highlighting,color theme选为modnokai coffee,其它项一般不用改
6. Settings-Enviornment-Colours,修改以下几项

  1. Editor:Line numbers background colour 自定义颜色(39,40,34
  2. Editor:Line numbers foreground colour 默认颜色灰色
  3. Editor:Margin chrome colour 自定义颜色(394034
  4. Editor:Margin chrome highlight colour 自定义颜色(394034

其中(39,40,34)是代码界面背景颜色的RGB值,这样保持全界面颜色一致

拿来替换的default.conf文件内容,覆盖源文件即可:

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <CodeBlocksConfig version="1">
  3. <editor>
  4. <colour_sets>
  5. <ACTIVE_COLOUR_SET>
  6. <str><![CDATA[modnokai night shift v2]]></str>
  7. </ACTIVE_COLOUR_SET>
  8. <ACTIVE_LANG>
  9. <str><![CDATA[C/C++]]></str>
  10. </ACTIVE_LANG>
  11. <bright_yellow>
  12. <NAME>
  13. <str><![CDATA[bright yellow]]></str>
  14. </NAME>
  15. <cc>
  16. <style0>
  17. <BACK>
  18. <colour r="255" g="255" b="208" />
  19. </BACK>
  20. <NAME>
  21. <str><![CDATA[Default]]></str>
  22. </NAME>
  23. </style0>
  24. <style1>
  25. <BACK>
  26. <colour r="255" g="255" b="208" />
  27. </BACK>
  28. <NAME>
  29. <str><![CDATA[Default]]></str>
  30. </NAME>
  31. </style1>
  32. <style5>
  33. <FORE>
  34. <colour r="158" g="158" b="158" />
  35. </FORE>
  36. <NAME>
  37. <str><![CDATA[Comment (normal)]]></str>
  38. </NAME>
  39. </style5>
  40. <style6>
  41. <FORE>
  42. <colour r="158" g="158" b="158" />
  43. </FORE>
  44. <NAME>
  45. <str><![CDATA[Comment (normal)]]></str>
  46. </NAME>
  47. </style6>
  48. <style7>
  49. <FORE>
  50. <colour r="158" g="158" b="158" />
  51. </FORE>
  52. <NAME>
  53. <str><![CDATA[Comment (normal)]]></str>
  54. </NAME>
  55. </style7>
  56. <style8>
  57. <FORE>
  58. <colour r="158" g="158" b="158" />
  59. </FORE>
  60. <NAME>
  61. <str><![CDATA[Comment (normal)]]></str>
  62. </NAME>
  63. </style8>
  64. <style9>
  65. <FORE>
  66. <colour r="128" g="128" b="128" />
  67. </FORE>
  68. <NAME>
  69. <str><![CDATA[Comment line (normal)]]></str>
  70. </NAME>
  71. </style9>
  72. <style10>
  73. <FORE>
  74. <colour r="128" g="128" b="128" />
  75. </FORE>
  76. <NAME>
  77. <str><![CDATA[Comment line (normal)]]></str>
  78. </NAME>
  79. </style10>
  80. <style11>
  81. <FORE>
  82. <colour r="128" g="128" b="218" />
  83. </FORE>
  84. <BOLD bool="0" />
  85. <NAME>
  86. <str><![CDATA[Comment (documentation)]]></str>
  87. </NAME>
  88. </style11>
  89. <style12>
  90. <FORE>
  91. <colour r="128" g="128" b="218" />
  92. </FORE>
  93. <BOLD bool="0" />
  94. <NAME>
  95. <str><![CDATA[Comment (documentation)]]></str>
  96. </NAME>
  97. </style12>
  98. <style13>
  99. <BOLD bool="0" />
  100. <NAME>
  101. <str><![CDATA[Comment line (documentation)]]></str>
  102. </NAME>
  103. </style13>
  104. <style14>
  105. <BOLD bool="0" />
  106. <NAME>
  107. <str><![CDATA[Comment line (documentation)]]></str>
  108. </NAME>
  109. </style14>
  110. <style21>
  111. <BOLD bool="0" />
  112. <NAME>
  113. <str><![CDATA[Keyword]]></str>
  114. </NAME>
  115. </style21>
  116. <style23>
  117. <BOLD bool="0" />
  118. <NAME>
  119. <str><![CDATA[User keyword]]></str>
  120. </NAME>
  121. </style23>
  122. <style39>
  123. <BACK>
  124. <colour r="0" g="255" b="0" />
  125. </BACK>
  126. <NAME>
  127. <str><![CDATA[Active line]]></str>
  128. </NAME>
  129. </style39>
  130. <NAME>
  131. <str><![CDATA[C/C++]]></str>
  132. </NAME>
  133. <editor>
  134. <keywords />
  135. </editor>
  136. </cc>
  137. </bright_yellow>
  138. <dark_gray>
  139. <NAME>
  140. <str><![CDATA[dark gray]]></str>
  141. </NAME>
  142. <cc>
  143. <style0>
  144. <FORE>
  145. <colour r="255" g="255" b="255" />
  146. </FORE>
  147. <BACK>
  148. <colour r="42" g="56" b="54" />
  149. </BACK>
  150. <NAME>
  151. <str><![CDATA[Default]]></str>
  152. </NAME>
  153. </style0>
  154. <style1>
  155. <FORE>
  156. <colour r="255" g="255" b="255" />
  157. </FORE>
  158. <BACK>
  159. <colour r="42" g="56" b="54" />
  160. </BACK>
  161. <NAME>
  162. <str><![CDATA[Default]]></str>
  163. </NAME>
  164. </style1>
  165. <style13>
  166. <BOLD bool="0" />
  167. <NAME>
  168. <str><![CDATA[Comment line (documentation)]]></str>
  169. </NAME>
  170. </style13>
  171. <style14>
  172. <BOLD bool="0" />
  173. <NAME>
  174. <str><![CDATA[Comment line (documentation)]]></str>
  175. </NAME>
  176. </style14>
  177. <style19>
  178. <FORE>
  179. <colour r="255" g="142" b="255" />
  180. </FORE>
  181. <NAME>
  182. <str><![CDATA[Number]]></str>
  183. </NAME>
  184. </style19>
  185. <style21>
  186. <FORE>
  187. <colour r="140" g="196" b="255" />
  188. </FORE>
  189. <BOLD bool="0" />
  190. <NAME>
  191. <str><![CDATA[Keyword]]></str>
  192. </NAME>
  193. </style21>
  194. <style23>
  195. <FORE>
  196. <colour r="255" g="230" b="80" />
  197. </FORE>
  198. <BOLD bool="0" />
  199. <NAME>
  200. <str><![CDATA[User keyword]]></str>
  201. </NAME>
  202. </style23>
  203. <style27>
  204. <FORE>
  205. <colour r="255" g="128" b="0" />
  206. </FORE>
  207. <NAME>
  208. <str><![CDATA[String]]></str>
  209. </NAME>
  210. </style27>
  211. <style28>
  212. <FORE>
  213. <colour r="255" g="128" b="0" />
  214. </FORE>
  215. <NAME>
  216. <str><![CDATA[String]]></str>
  217. </NAME>
  218. </style28>
  219. <style34>
  220. <FORE>
  221. <colour r="115" g="210" b="22" />
  222. </FORE>
  223. <NAME>
  224. <str><![CDATA[Preprocessor]]></str>
  225. </NAME>
  226. </style34>
  227. <style36>
  228. <FORE>
  229. <colour r="255" g="0" b="128" />
  230. </FORE>
  231. <NAME>
  232. <str><![CDATA[Operator]]></str>
  233. </NAME>
  234. </style36>
  235. <style38>
  236. <BACK>
  237. <colour r="128" g="128" b="128" />
  238. </BACK>
  239. <NAME>
  240. <str><![CDATA[Selection]]></str>
  241. </NAME>
  242. </style38>
  243. <style39>
  244. <BACK>
  245. <colour r="64" g="128" b="128" />
  246. </BACK>
  247. <NAME>
  248. <str><![CDATA[Active line]]></str>
  249. </NAME>
  250. </style39>
  251. <NAME>
  252. <str><![CDATA[C/C++]]></str>
  253. </NAME>
  254. <editor>
  255. <keywords />
  256. </editor>
  257. </cc>
  258. </dark_gray>
  259. <idel>
  260. <NAME>
  261. <str><![CDATA[idel]]></str>
  262. </NAME>
  263. <cc>
  264. <style0>
  265. <BACK>
  266. <colour r="245" g="245" b="245" />
  267. </BACK>
  268. <NAME>
  269. <str><![CDATA[Default]]></str>
  270. </NAME>
  271. </style0>
  272. <style1>
  273. <BACK>
  274. <colour r="245" g="245" b="245" />
  275. </BACK>
  276. <NAME>
  277. <str><![CDATA[Default]]></str>
  278. </NAME>
  279. </style1>
  280. <style5>
  281. <FORE>
  282. <colour r="135" g="135" b="135" />
  283. </FORE>
  284. <NAME>
  285. <str><![CDATA[Comment (normal)]]></str>
  286. </NAME>
  287. </style5>
  288. <style6>
  289. <FORE>
  290. <colour r="135" g="135" b="135" />
  291. </FORE>
  292. <NAME>
  293. <str><![CDATA[Comment (normal)]]></str>
  294. </NAME>
  295. </style6>
  296. <style7>
  297. <FORE>
  298. <colour r="135" g="135" b="135" />
  299. </FORE>
  300. <NAME>
  301. <str><![CDATA[Comment (normal)]]></str>
  302. </NAME>
  303. </style7>
  304. <style8>
  305. <FORE>
  306. <colour r="135" g="135" b="135" />
  307. </FORE>
  308. <NAME>
  309. <str><![CDATA[Comment (normal)]]></str>
  310. </NAME>
  311. </style8>
  312. <style9>
  313. <FORE>
  314. <colour r="135" g="135" b="135" />
  315. </FORE>
  316. <NAME>
  317. <str><![CDATA[Comment line (normal)]]></str>
  318. </NAME>
  319. </style9>
  320. <style10>
  321. <FORE>
  322. <colour r="135" g="135" b="135" />
  323. </FORE>
  324. <NAME>
  325. <str><![CDATA[Comment line (normal)]]></str>
  326. </NAME>
  327. </style10>
  328. <style11>
  329. <BOLD bool="0" />
  330. <NAME>
  331. <str><![CDATA[Comment (documentation)]]></str>
  332. </NAME>
  333. </style11>
  334. <style12>
  335. <BOLD bool="0" />
  336. <NAME>
  337. <str><![CDATA[Comment (documentation)]]></str>
  338. </NAME>
  339. </style12>
  340. <style21>
  341. <FORE>
  342. <colour r="255" g="128" b="64" />
  343. </FORE>
  344. <BOLD bool="0" />
  345. <NAME>
  346. <str><![CDATA[Keyword]]></str>
  347. </NAME>
  348. </style21>
  349. <style23>
  350. <FORE>
  351. <colour r="156" g="37" b="166" />
  352. </FORE>
  353. <BOLD bool="0" />
  354. <NAME>
  355. <str><![CDATA[User keyword]]></str>
  356. </NAME>
  357. </style23>
  358. <style27>
  359. <FORE>
  360. <colour r="0" g="155" b="45" />
  361. </FORE>
  362. <NAME>
  363. <str><![CDATA[String]]></str>
  364. </NAME>
  365. </style27>
  366. <style28>
  367. <FORE>
  368. <colour r="0" g="155" b="45" />
  369. </FORE>
  370. <NAME>
  371. <str><![CDATA[String]]></str>
  372. </NAME>
  373. </style28>
  374. <style34>
  375. <FORE>
  376. <colour r="0" g="128" b="255" />
  377. </FORE>
  378. <NAME>
  379. <str><![CDATA[Preprocessor]]></str>
  380. </NAME>
  381. </style34>
  382. <style39>
  383. <BACK>
  384. <colour r="0" g="255" b="0" />
  385. </BACK>
  386. <NAME>
  387. <str><![CDATA[Active line]]></str>
  388. </NAME>
  389. </style39>
  390. <NAME>
  391. <str><![CDATA[C/C++]]></str>
  392. </NAME>
  393. <editor>
  394. <keywords />
  395. </editor>
  396. </cc>
  397. </idel>
  398. <oblivion>
  399. <NAME>
  400. <str><![CDATA[oblivion]]></str>
  401. </NAME>
  402. <cc>
  403. <style0>
  404. <FORE>
  405. <colour r="238" g="238" b="236" />
  406. </FORE>
  407. <BACK>
  408. <colour r="46" g="52" b="54" />
  409. </BACK>
  410. <NAME>
  411. <str><![CDATA[Default]]></str>
  412. </NAME>
  413. </style0>
  414. <style1>
  415. <FORE>
  416. <colour r="238" g="238" b="236" />
  417. </FORE>
  418. <BACK>
  419. <colour r="46" g="52" b="54" />
  420. </BACK>
  421. <NAME>
  422. <str><![CDATA[Default]]></str>
  423. </NAME>
  424. </style1>
  425. <style5>
  426. <FORE>
  427. <colour r="136" g="138" b="133" />
  428. </FORE>
  429. <NAME>
  430. <str><![CDATA[Comment (normal)]]></str>
  431. </NAME>
  432. </style5>
  433. <style6>
  434. <FORE>
  435. <colour r="136" g="138" b="133" />
  436. </FORE>
  437. <NAME>
  438. <str><![CDATA[Comment (normal)]]></str>
  439. </NAME>
  440. </style6>
  441. <style7>
  442. <FORE>
  443. <colour r="136" g="138" b="133" />
  444. </FORE>
  445. <NAME>
  446. <str><![CDATA[Comment (normal)]]></str>
  447. </NAME>
  448. </style7>
  449. <style8>
  450. <FORE>
  451. <colour r="136" g="138" b="133" />
  452. </FORE>
  453. <NAME>
  454. <str><![CDATA[Comment (normal)]]></str>
  455. </NAME>
  456. </style8>
  457. <style11>
  458. <FORE>
  459. <colour r="52" g="101" b="164" />
  460. </FORE>
  461. <BOLD bool="0" />
  462. <NAME>
  463. <str><![CDATA[Comment (documentation)]]></str>
  464. </NAME>
  465. </style11>
  466. <style12>
  467. <FORE>
  468. <colour r="52" g="101" b="164" />
  469. </FORE>
  470. <BOLD bool="0" />
  471. <NAME>
  472. <str><![CDATA[Comment (documentation)]]></str>
  473. </NAME>
  474. </style12>
  475. <style17>
  476. <FORE>
  477. <colour r="164" g="0" b="0" />
  478. </FORE>
  479. <NAME>
  480. <str><![CDATA[Comment keyword error (documentation)]]></str>
  481. </NAME>
  482. </style17>
  483. <style18>
  484. <FORE>
  485. <colour r="164" g="0" b="0" />
  486. </FORE>
  487. <NAME>
  488. <str><![CDATA[Comment keyword error (documentation)]]></str>
  489. </NAME>
  490. </style18>
  491. <style19>
  492. <FORE>
  493. <colour r="173" g="127" b="168" />
  494. </FORE>
  495. <BACK>
  496. <colour r="46" g="52" b="54" />
  497. </BACK>
  498. <BOLD bool="1" />
  499. <NAME>
  500. <str><![CDATA[Number]]></str>
  501. </NAME>
  502. </style19>
  503. <style21>
  504. <FORE>
  505. <colour r="233" g="185" b="110" />
  506. </FORE>
  507. <BOLD bool="0" />
  508. <NAME>
  509. <str><![CDATA[Keyword]]></str>
  510. </NAME>
  511. </style21>
  512. <style23>
  513. <FORE>
  514. <colour r="78" g="154" b="6" />
  515. </FORE>
  516. <BOLD bool="0" />
  517. <NAME>
  518. <str><![CDATA[User keyword]]></str>
  519. </NAME>
  520. </style23>
  521. <style27>
  522. <FORE>
  523. <colour r="185" g="49" b="0" />
  524. </FORE>
  525. <BACK>
  526. <colour r="30" g="3" b="0" />
  527. </BACK>
  528. <NAME>
  529. <str><![CDATA[String]]></str>
  530. </NAME>
  531. </style27>
  532. <style28>
  533. <FORE>
  534. <colour r="185" g="49" b="0" />
  535. </FORE>
  536. <BACK>
  537. <colour r="30" g="3" b="0" />
  538. </BACK>
  539. <NAME>
  540. <str><![CDATA[String]]></str>
  541. </NAME>
  542. </style28>
  543. <style31>
  544. <FORE>
  545. <colour r="245" g="121" b="0" />
  546. </FORE>
  547. <NAME>
  548. <str><![CDATA[Character]]></str>
  549. </NAME>
  550. </style31>
  551. <style33>
  552. <FORE>
  553. <colour r="211" g="215" b="207" />
  554. </FORE>
  555. <NAME>
  556. <str><![CDATA[UUID]]></str>
  557. </NAME>
  558. </style33>
  559. <style34>
  560. <FORE>
  561. <colour r="78" g="154" b="6" />
  562. </FORE>
  563. <NAME>
  564. <str><![CDATA[Preprocessor]]></str>
  565. </NAME>
  566. </style34>
  567. <style36>
  568. <FORE>
  569. <colour r="233" g="185" b="110" />
  570. </FORE>
  571. <NAME>
  572. <str><![CDATA[Operator]]></str>
  573. </NAME>
  574. </style36>
  575. <style38>
  576. <BACK>
  577. <colour r="23" g="32" b="24" />
  578. </BACK>
  579. <NAME>
  580. <str><![CDATA[Selection]]></str>
  581. </NAME>
  582. </style38>
  583. <style39>
  584. <BACK>
  585. <colour r="24" g="33" b="33" />
  586. </BACK>
  587. <NAME>
  588. <str><![CDATA[Active line]]></str>
  589. </NAME>
  590. </style39>
  591. <style40>
  592. <BACK>
  593. <colour r="114" g="159" b="207" />
  594. </BACK>
  595. <BOLD bool="0" />
  596. <NAME>
  597. <str><![CDATA[Matching brace highlight]]></str>
  598. </NAME>
  599. </style40>
  600. <style41>
  601. <FORE>
  602. <colour r="238" g="238" b="236" />
  603. </FORE>
  604. <BACK>
  605. <colour r="164" g="0" b="0" />
  606. </BACK>
  607. <BOLD bool="0" />
  608. <NAME>
  609. <str><![CDATA[No matching brace highlight]]></str>
  610. </NAME>
  611. </style41>
  612. <NAME>
  613. <str><![CDATA[C/C++]]></str>
  614. </NAME>
  615. <editor>
  616. <keywords />
  617. </editor>
  618. </cc>
  619. </oblivion>
  620. <son_of_obsidian>
  621. <NAME>
  622. <str><![CDATA[son of obsidian]]></str>
  623. </NAME>
  624. <cc>
  625. <style0>
  626. <FORE>
  627. <colour r="241" g="242" b="243" />
  628. </FORE>
  629. <BACK>
  630. <colour r="34" g="40" b="42" />
  631. </BACK>
  632. <NAME>
  633. <str><![CDATA[Default]]></str>
  634. </NAME>
  635. </style0>
  636. <style1>
  637. <FORE>
  638. <colour r="241" g="242" b="243" />
  639. </FORE>
  640. <BACK>
  641. <colour r="34" g="40" b="42" />
  642. </BACK>
  643. <NAME>
  644. <str><![CDATA[Default]]></str>
  645. </NAME>
  646. </style1>
  647. <style5>
  648. <FORE>
  649. <colour r="102" g="116" b="123" />
  650. </FORE>
  651. <NAME>
  652. <str><![CDATA[Comment (normal)]]></str>
  653. </NAME>
  654. </style5>
  655. <style6>
  656. <FORE>
  657. <colour r="102" g="116" b="123" />
  658. </FORE>
  659. <NAME>
  660. <str><![CDATA[Comment (normal)]]></str>
  661. </NAME>
  662. </style6>
  663. <style7>
  664. <FORE>
  665. <colour r="102" g="116" b="123" />
  666. </FORE>
  667. <NAME>
  668. <str><![CDATA[Comment (normal)]]></str>
  669. </NAME>
  670. </style7>
  671. <style8>
  672. <FORE>
  673. <colour r="102" g="116" b="123" />
  674. </FORE>
  675. <NAME>
  676. <str><![CDATA[Comment (normal)]]></str>
  677. </NAME>
  678. </style8>
  679. <style11>
  680. <FORE>
  681. <colour r="153" g="163" b="138" />
  682. </FORE>
  683. <BOLD bool="0" />
  684. <NAME>
  685. <str><![CDATA[Comment (documentation)]]></str>
  686. </NAME>
  687. </style11>
  688. <style12>
  689. <FORE>
  690. <colour r="153" g="163" b="138" />
  691. </FORE>
  692. <BOLD bool="0" />
  693. <NAME>
  694. <str><![CDATA[Comment (documentation)]]></str>
  695. </NAME>
  696. </style12>
  697. <style17>
  698. <FORE>
  699. <colour r="0" g="0" b="164" />
  700. </FORE>
  701. <NAME>
  702. <str><![CDATA[Comment keyword error (documentation)]]></str>
  703. </NAME>
  704. </style17>
  705. <style18>
  706. <FORE>
  707. <colour r="0" g="0" b="164" />
  708. </FORE>
  709. <NAME>
  710. <str><![CDATA[Comment keyword error (documentation)]]></str>
  711. </NAME>
  712. </style18>
  713. <style19>
  714. <FORE>
  715. <colour r="255" g="205" b="34" />
  716. </FORE>
  717. <NAME>
  718. <str><![CDATA[Number]]></str>
  719. </NAME>
  720. </style19>
  721. <style21>
  722. <FORE>
  723. <colour r="147" g="199" b="99" />
  724. </FORE>
  725. <BOLD bool="0" />
  726. <NAME>
  727. <str><![CDATA[Keyword]]></str>
  728. </NAME>
  729. </style21>
  730. <style23>
  731. <FORE>
  732. <colour r="103" g="140" b="177" />
  733. </FORE>
  734. <BOLD bool="0" />
  735. <NAME>
  736. <str><![CDATA[User keyword]]></str>
  737. </NAME>
  738. </style23>
  739. <style27>
  740. <FORE>
  741. <colour r="236" g="118" b="0" />
  742. </FORE>
  743. <NAME>
  744. <str><![CDATA[String]]></str>
  745. </NAME>
  746. </style27>
  747. <style28>
  748. <FORE>
  749. <colour r="236" g="118" b="0" />
  750. </FORE>
  751. <NAME>
  752. <str><![CDATA[String]]></str>
  753. </NAME>
  754. </style28>
  755. <style31>
  756. <FORE>
  757. <colour r="239" g="194" b="16" />
  758. </FORE>
  759. <NAME>
  760. <str><![CDATA[Character]]></str>
  761. </NAME>
  762. </style31>
  763. <style33>
  764. <FORE>
  765. <colour r="207" g="215" b="211" />
  766. </FORE>
  767. <NAME>
  768. <str><![CDATA[UUID]]></str>
  769. </NAME>
  770. </style33>
  771. <style34>
  772. <FORE>
  773. <colour r="160" g="130" b="189" />
  774. </FORE>
  775. <NAME>
  776. <str><![CDATA[Preprocessor]]></str>
  777. </NAME>
  778. </style34>
  779. <style36>
  780. <FORE>
  781. <colour r="232" g="226" b="183" />
  782. </FORE>
  783. <NAME>
  784. <str><![CDATA[Operator]]></str>
  785. </NAME>
  786. </style36>
  787. <style38>
  788. <FORE>
  789. <colour r="255" g="255" b="255" />
  790. </FORE>
  791. <BACK>
  792. <colour r="48" g="58" b="59" />
  793. </BACK>
  794. <NAME>
  795. <str><![CDATA[Selection]]></str>
  796. </NAME>
  797. </style38>
  798. <style39>
  799. <FORE>
  800. <colour r="0" g="0" b="0" />
  801. </FORE>
  802. <BACK>
  803. <colour r="47" g="57" b="60" />
  804. </BACK>
  805. <NAME>
  806. <str><![CDATA[Active line]]></str>
  807. </NAME>
  808. </style39>
  809. <style40>
  810. <BACK>
  811. <colour r="80" g="80" b="80" />
  812. </BACK>
  813. <NAME>
  814. <str><![CDATA[Matching brace highlight]]></str>
  815. </NAME>
  816. </style40>
  817. <style41>
  818. <FORE>
  819. <colour r="0" g="0" b="160" />
  820. </FORE>
  821. <BACK>
  822. <colour r="80" g="80" b="80" />
  823. </BACK>
  824. <NAME>
  825. <str><![CDATA[No matching brace highlight]]></str>
  826. </NAME>
  827. </style41>
  828. <NAME>
  829. <str><![CDATA[C/C++]]></str>
  830. </NAME>
  831. <editor>
  832. <keywords />
  833. </editor>
  834. </cc>
  835. </son_of_obsidian>
  836. <solarized_light>
  837. <NAME>
  838. <str><![CDATA[solarized light]]></str>
  839. </NAME>
  840. <cc>
  841. <style0>
  842. <FORE>
  843. <colour r="88" g="110" b="117" />
  844. </FORE>
  845. <BACK>
  846. <colour r="253" g="246" b="227" />
  847. </BACK>
  848. <NAME>
  849. <str><![CDATA[Default]]></str>
  850. </NAME>
  851. </style0>
  852. <style1>
  853. <FORE>
  854. <colour r="88" g="110" b="117" />
  855. </FORE>
  856. <BACK>
  857. <colour r="253" g="246" b="227" />
  858. </BACK>
  859. <NAME>
  860. <str><![CDATA[Default]]></str>
  861. </NAME>
  862. </style1>
  863. <style5>
  864. <FORE>
  865. <colour r="42" g="161" b="152" />
  866. </FORE>
  867. <NAME>
  868. <str><![CDATA[Comment (normal)]]></str>
  869. </NAME>
  870. </style5>
  871. <style6>
  872. <FORE>
  873. <colour r="42" g="161" b="152" />
  874. </FORE>
  875. <NAME>
  876. <str><![CDATA[Comment (normal)]]></str>
  877. </NAME>
  878. </style6>
  879. <style7>
  880. <FORE>
  881. <colour r="42" g="161" b="152" />
  882. </FORE>
  883. <NAME>
  884. <str><![CDATA[Comment (normal)]]></str>
  885. </NAME>
  886. </style7>
  887. <style8>
  888. <FORE>
  889. <colour r="42" g="161" b="152" />
  890. </FORE>
  891. <NAME>
  892. <str><![CDATA[Comment (normal)]]></str>
  893. </NAME>
  894. </style8>
  895. <style9>
  896. <FORE>
  897. <colour r="42" g="161" b="152" />
  898. </FORE>
  899. <NAME>
  900. <str><![CDATA[Comment line (normal)]]></str>
  901. </NAME>
  902. </style9>
  903. <style10>
  904. <FORE>
  905. <colour r="42" g="161" b="152" />
  906. </FORE>
  907. <NAME>
  908. <str><![CDATA[Comment line (normal)]]></str>
  909. </NAME>
  910. </style10>
  911. <style11>
  912. <FORE>
  913. <colour r="38" g="139" b="210" />
  914. </FORE>
  915. <BOLD bool="0" />
  916. <NAME>
  917. <str><![CDATA[Comment (documentation)]]></str>
  918. </NAME>
  919. </style11>
  920. <style12>
  921. <FORE>
  922. <colour r="38" g="139" b="210" />
  923. </FORE>
  924. <BOLD bool="0" />
  925. <NAME>
  926. <str><![CDATA[Comment (documentation)]]></str>
  927. </NAME>
  928. </style12>
  929. <style13>
  930. <BOLD bool="0" />
  931. <NAME>
  932. <str><![CDATA[Comment line (documentation)]]></str>
  933. </NAME>
  934. </style13>
  935. <style14>
  936. <BOLD bool="0" />
  937. <NAME>
  938. <str><![CDATA[Comment line (documentation)]]></str>
  939. </NAME>
  940. </style14>
  941. <style15>
  942. <FORE>
  943. <colour r="133" g="153" b="0" />
  944. </FORE>
  945. <BOLD bool="1" />
  946. <NAME>
  947. <str><![CDATA[Comment keyword (documentation)]]></str>
  948. </NAME>
  949. </style15>
  950. <style16>
  951. <FORE>
  952. <colour r="133" g="153" b="0" />
  953. </FORE>
  954. <BOLD bool="1" />
  955. <NAME>
  956. <str><![CDATA[Comment keyword (documentation)]]></str>
  957. </NAME>
  958. </style16>
  959. <style17>
  960. <FORE>
  961. <colour r="220" g="50" b="47" />
  962. </FORE>
  963. <BOLD bool="1" />
  964. <NAME>
  965. <str><![CDATA[Comment keyword error (documentation)]]></str>
  966. </NAME>
  967. </style17>
  968. <style18>
  969. <FORE>
  970. <colour r="220" g="50" b="47" />
  971. </FORE>
  972. <BOLD bool="1" />
  973. <NAME>
  974. <str><![CDATA[Comment keyword error (documentation)]]></str>
  975. </NAME>
  976. </style18>
  977. <style19>
  978. <FORE>
  979. <colour r="42" g="161" b="252" />
  980. </FORE>
  981. <NAME>
  982. <str><![CDATA[Number]]></str>
  983. </NAME>
  984. </style19>
  985. <style21>
  986. <FORE>
  987. <colour r="133" g="153" b="0" />
  988. </FORE>
  989. <NAME>
  990. <str><![CDATA[Keyword]]></str>
  991. </NAME>
  992. </style21>
  993. <style23>
  994. <FORE>
  995. <colour r="88" g="110" b="117" />
  996. </FORE>
  997. <NAME>
  998. <str><![CDATA[User keyword]]></str>
  999. </NAME>
  1000. </style23>
  1001. <style27>
  1002. <FORE>
  1003. <colour r="42" g="161" b="152" />
  1004. </FORE>
  1005. <NAME>
  1006. <str><![CDATA[String]]></str>
  1007. </NAME>
  1008. </style27>
  1009. <style28>
  1010. <FORE>
  1011. <colour r="42" g="161" b="152" />
  1012. </FORE>
  1013. <NAME>
  1014. <str><![CDATA[String]]></str>
  1015. </NAME>
  1016. </style28>
  1017. <style31>
  1018. <FORE>
  1019. <colour r="42" g="161" b="152" />
  1020. </FORE>
  1021. <NAME>
  1022. <str><![CDATA[Character]]></str>
  1023. </NAME>
  1024. </style31>
  1025. <style34>
  1026. <FORE>
  1027. <colour r="203" g="75" b="22" />
  1028. </FORE>
  1029. <NAME>
  1030. <str><![CDATA[Preprocessor]]></str>
  1031. </NAME>
  1032. </style34>
  1033. <style36>
  1034. <FORE>
  1035. <colour r="181" g="137" b="0" />
  1036. </FORE>
  1037. <NAME>
  1038. <str><![CDATA[Operator]]></str>
  1039. </NAME>
  1040. </style36>
  1041. <NAME>
  1042. <str><![CDATA[C/C++]]></str>
  1043. </NAME>
  1044. <editor>
  1045. <keywords />
  1046. </editor>
  1047. </cc>
  1048. </solarized_light>
  1049. <solarized_dark>
  1050. <NAME>
  1051. <str><![CDATA[solarized dark]]></str>
  1052. </NAME>
  1053. <cc>
  1054. <style0>
  1055. <FORE>
  1056. <colour r="147" g="161" b="161" />
  1057. </FORE>
  1058. <BACK>
  1059. <colour r="0" g="43" b="54" />
  1060. </BACK>
  1061. <NAME>
  1062. <str><![CDATA[Default]]></str>
  1063. </NAME>
  1064. </style0>
  1065. <style1>
  1066. <FORE>
  1067. <colour r="147" g="161" b="161" />
  1068. </FORE>
  1069. <BACK>
  1070. <colour r="0" g="43" b="54" />
  1071. </BACK>
  1072. <NAME>
  1073. <str><![CDATA[Default]]></str>
  1074. </NAME>
  1075. </style1>
  1076. <style5>
  1077. <FORE>
  1078. <colour r="42" g="161" b="152" />
  1079. </FORE>
  1080. <NAME>
  1081. <str><![CDATA[Comment (normal)]]></str>
  1082. </NAME>
  1083. </style5>
  1084. <style6>
  1085. <FORE>
  1086. <colour r="42" g="161" b="152" />
  1087. </FORE>
  1088. <NAME>
  1089. <str><![CDATA[Comment (normal)]]></str>
  1090. </NAME>
  1091. </style6>
  1092. <style7>
  1093. <FORE>
  1094. <colour r="42" g="161" b="152" />
  1095. </FORE>
  1096. <NAME>
  1097. <str><![CDATA[Comment (normal)]]></str>
  1098. </NAME>
  1099. </style7>
  1100. <style8>
  1101. <FORE>
  1102. <colour r="42" g="161" b="152" />
  1103. </FORE>
  1104. <NAME>
  1105. <str><![CDATA[Comment (normal)]]></str>
  1106. </NAME>
  1107. </style8>
  1108. <style9>
  1109. <FORE>
  1110. <colour r="42" g="161" b="152" />
  1111. </FORE>
  1112. <NAME>
  1113. <str><![CDATA[Comment line (normal)]]></str>
  1114. </NAME>
  1115. </style9>
  1116. <style10>
  1117. <FORE>
  1118. <colour r="42" g="161" b="152" />
  1119. </FORE>
  1120. <NAME>
  1121. <str><![CDATA[Comment line (normal)]]></str>
  1122. </NAME>
  1123. </style10>
  1124. <style11>
  1125. <FORE>
  1126. <colour r="38" g="139" b="210" />
  1127. </FORE>
  1128. <BOLD bool="0" />
  1129. <NAME>
  1130. <str><![CDATA[Comment (documentation)]]></str>
  1131. </NAME>
  1132. </style11>
  1133. <style12>
  1134. <FORE>
  1135. <colour r="38" g="139" b="210" />
  1136. </FORE>
  1137. <BOLD bool="0" />
  1138. <NAME>
  1139. <str><![CDATA[Comment (documentation)]]></str>
  1140. </NAME>
  1141. </style12>
  1142. <style13>
  1143. <BOLD bool="0" />
  1144. <NAME>
  1145. <str><![CDATA[Comment line (documentation)]]></str>
  1146. </NAME>
  1147. </style13>
  1148. <style14>
  1149. <BOLD bool="0" />
  1150. <NAME>
  1151. <str><![CDATA[Comment line (documentation)]]></str>
  1152. </NAME>
  1153. </style14>
  1154. <style15>
  1155. <FORE>
  1156. <colour r="133" g="153" b="0" />
  1157. </FORE>
  1158. <BOLD bool="1" />
  1159. <NAME>
  1160. <str><![CDATA[Comment keyword (documentation)]]></str>
  1161. </NAME>
  1162. </style15>
  1163. <style16>
  1164. <FORE>
  1165. <colour r="133" g="153" b="0" />
  1166. </FORE>
  1167. <BOLD bool="1" />
  1168. <NAME>
  1169. <str><![CDATA[Comment keyword (documentation)]]></str>
  1170. </NAME>
  1171. </style16>
  1172. <style17>
  1173. <FORE>
  1174. <colour r="220" g="50" b="47" />
  1175. </FORE>
  1176. <BOLD bool="1" />
  1177. <NAME>
  1178. <str><![CDATA[Comment keyword error (documentation)]]></str>
  1179. </NAME>
  1180. </style17>
  1181. <style18>
  1182. <FORE>
  1183. <colour r="220" g="50" b="47" />
  1184. </FORE>
  1185. <BOLD bool="1" />
  1186. <NAME>
  1187. <str><![CDATA[Comment keyword error (documentation)]]></str>
  1188. </NAME>
  1189. </style18>
  1190. <style19>
  1191. <FORE>
  1192. <colour r="42" g="161" b="252" />
  1193. </FORE>
  1194. <NAME>
  1195. <str><![CDATA[Number]]></str>
  1196. </NAME>
  1197. </style19>
  1198. <style21>
  1199. <FORE>
  1200. <colour r="133" g="153" b="0" />
  1201. </FORE>
  1202. <NAME>
  1203. <str><![CDATA[Keyword]]></str>
  1204. </NAME>
  1205. </style21>
  1206. <style23>
  1207. <FORE>
  1208. <colour r="88" g="110" b="117" />
  1209. </FORE>
  1210. <NAME>
  1211. <str><![CDATA[User keyword]]></str>
  1212. </NAME>
  1213. </style23>
  1214. <style27>
  1215. <FORE>
  1216. <colour r="42" g="161" b="152" />
  1217. </FORE>
  1218. <NAME>
  1219. <str><![CDATA[String]]></str>
  1220. </NAME>
  1221. </style27>
  1222. <style28>
  1223. <FORE>
  1224. <colour r="42" g="161" b="152" />
  1225. </FORE>
  1226. <NAME>
  1227. <str><![CDATA[String]]></str>
  1228. </NAME>
  1229. </style28>
  1230. <style31>
  1231. <FORE>
  1232. <colour r="42" g="161" b="152" />
  1233. </FORE>
  1234. <NAME>
  1235. <str><![CDATA[Character]]></str>
  1236. </NAME>
  1237. </style31>
  1238. <style34>
  1239. <FORE>
  1240. <colour r="203" g="75" b="22" />
  1241. </FORE>
  1242. <NAME>
  1243. <str><![CDATA[Preprocessor]]></str>
  1244. </NAME>
  1245. </style34>
  1246. <style36>
  1247. <FORE>
  1248. <colour r="181" g="137" b="0" />
  1249. </FORE>
  1250. <NAME>
  1251. <str><![CDATA[Operator]]></str>
  1252. </NAME>
  1253. </style36>
  1254. <style39>
  1255. <BACK>
  1256. <colour r="7" g="54" b="66" />
  1257. </BACK>
  1258. <NAME>
  1259. <str><![CDATA[Active line]]></str>
  1260. </NAME>
  1261. </style39>
  1262. <NAME bool="1">
  1263. <str><![CDATA[C/C++]]></str>
  1264. </NAME>
  1265. <editor>
  1266. <keywords />
  1267. </editor>
  1268. </cc>
  1269. </solarized_dark>
  1270. <modnokai_coffee>
  1271. <NAME>
  1272. <str><![CDATA[modnokai coffee]]></str>
  1273. </NAME>
  1274. <cc>
  1275. <style0>
  1276. <FORE>
  1277. <colour r="255" g="255" b="255" />
  1278. </FORE>
  1279. <BACK>
  1280. <colour r="39" g="40" b="34" />
  1281. </BACK>
  1282. <NAME>
  1283. <str><![CDATA[Default]]></str>
  1284. </NAME>
  1285. </style0>
  1286. <style1>
  1287. <FORE>
  1288. <colour r="255" g="255" b="255" />
  1289. </FORE>
  1290. <BACK>
  1291. <colour r="39" g="40" b="34" />
  1292. </BACK>
  1293. <NAME>
  1294. <str><![CDATA[Default]]></str>
  1295. </NAME>
  1296. </style1>
  1297. <style5>
  1298. <FORE>
  1299. <colour r="117" g="113" b="94" />
  1300. </FORE>
  1301. <ITALICS bool="1" />
  1302. <NAME>
  1303. <str><![CDATA[Comment (normal)]]></str>
  1304. </NAME>
  1305. </style5>
  1306. <style6>
  1307. <FORE>
  1308. <colour r="117" g="113" b="94" />
  1309. </FORE>
  1310. <ITALICS bool="1" />
  1311. <NAME>
  1312. <str><![CDATA[Comment (normal)]]></str>
  1313. </NAME>
  1314. </style6>
  1315. <style7>
  1316. <FORE>
  1317. <colour r="117" g="113" b="94" />
  1318. </FORE>
  1319. <ITALICS bool="1" />
  1320. <NAME>
  1321. <str><![CDATA[Comment (normal)]]></str>
  1322. </NAME>
  1323. </style7>
  1324. <style8>
  1325. <FORE>
  1326. <colour r="117" g="113" b="94" />
  1327. </FORE>
  1328. <ITALICS bool="1" />
  1329. <NAME>
  1330. <str><![CDATA[Comment (normal)]]></str>
  1331. </NAME>
  1332. </style8>
  1333. <style9>
  1334. <FORE>
  1335. <colour r="117" g="113" b="94" />
  1336. </FORE>
  1337. <ITALICS bool="1" />
  1338. <NAME>
  1339. <str><![CDATA[Comment line (normal)]]></str>
  1340. </NAME>
  1341. </style9>
  1342. <style10>
  1343. <FORE>
  1344. <colour r="117" g="113" b="94" />
  1345. </FORE>
  1346. <ITALICS bool="1" />
  1347. <NAME>
  1348. <str><![CDATA[Comment line (normal)]]></str>
  1349. </NAME>
  1350. </style10>
  1351. <style11>
  1352. <FORE>
  1353. <colour r="117" g="113" b="94" />
  1354. </FORE>
  1355. <ITALICS bool="1" />
  1356. <NAME>
  1357. <str><![CDATA[Comment (documentation)]]></str>
  1358. </NAME>
  1359. </style11>
  1360. <style12>
  1361. <FORE>
  1362. <colour r="117" g="113" b="94" />
  1363. </FORE>
  1364. <ITALICS bool="1" />
  1365. <NAME>
  1366. <str><![CDATA[Comment (documentation)]]></str>
  1367. </NAME>
  1368. </style12>
  1369. <style13>
  1370. <FORE>
  1371. <colour r="117" g="113" b="94" />
  1372. </FORE>
  1373. <ITALICS bool="1" />
  1374. <NAME>
  1375. <str><![CDATA[Comment line (documentation)]]></str>
  1376. </NAME>
  1377. </style13>
  1378. <style14>
  1379. <FORE>
  1380. <colour r="117" g="113" b="94" />
  1381. </FORE>
  1382. <ITALICS bool="1" />
  1383. <NAME>
  1384. <str><![CDATA[Comment line (documentation)]]></str>
  1385. </NAME>
  1386. </style14>
  1387. <style15>
  1388. <FORE>
  1389. <colour r="128" g="255" b="128" />
  1390. </FORE>
  1391. <NAME>
  1392. <str><![CDATA[Comment keyword (documentation)]]></str>
  1393. </NAME>
  1394. </style15>
  1395. <style16>
  1396. <FORE>
  1397. <colour r="128" g="255" b="128" />
  1398. </FORE>
  1399. <NAME>
  1400. <str><![CDATA[Comment keyword (documentation)]]></str>
  1401. </NAME>
  1402. </style16>
  1403. <style17>
  1404. <FORE>
  1405. <colour r="255" g="128" b="128" />
  1406. </FORE>
  1407. <NAME>
  1408. <str><![CDATA[Comment keyword error (documentation)]]></str>
  1409. </NAME>
  1410. </style17>
  1411. <style18>
  1412. <FORE>
  1413. <colour r="255" g="128" b="128" />
  1414. </FORE>
  1415. <NAME>
  1416. <str><![CDATA[Comment keyword error (documentation)]]></str>
  1417. </NAME>
  1418. </style18>
  1419. <style19>
  1420. <FORE>
  1421. <colour r="255" g="128" b="128" />
  1422. </FORE>
  1423. <NAME>
  1424. <str><![CDATA[Number]]></str>
  1425. </NAME>
  1426. </style19>
  1427. <style21>
  1428. <FORE>
  1429. <colour r="38" g="249" b="173" />
  1430. </FORE>
  1431. <BOLD bool="0" />
  1432. <ITALICS bool="1" />
  1433. <NAME>
  1434. <str><![CDATA[Keyword]]></str>
  1435. </NAME>
  1436. </style21>
  1437. <style23>
  1438. <FORE>
  1439. <colour r="249" g="38" b="114" />
  1440. </FORE>
  1441. <BOLD bool="0" />
  1442. <ITALICS bool="1" />
  1443. <NAME>
  1444. <str><![CDATA[User keyword]]></str>
  1445. </NAME>
  1446. </style23>
  1447. <style27>
  1448. <FORE>
  1449. <colour r="224" g="160" b="0" />
  1450. </FORE>
  1451. <NAME>
  1452. <str><![CDATA[String]]></str>
  1453. </NAME>
  1454. </style27>
  1455. <style28>
  1456. <FORE>
  1457. <colour r="224" g="160" b="0" />
  1458. </FORE>
  1459. <NAME>
  1460. <str><![CDATA[String]]></str>
  1461. </NAME>
  1462. </style28>
  1463. <style34>
  1464. <FORE>
  1465. <colour r="249" g="38" b="114" />
  1466. </FORE>
  1467. <NAME>
  1468. <str><![CDATA[Preprocessor]]></str>
  1469. </NAME>
  1470. </style34>
  1471. <style36>
  1472. <FORE>
  1473. <colour r="166" g="226" b="46" />
  1474. </FORE>
  1475. <NAME>
  1476. <str><![CDATA[Operator]]></str>
  1477. </NAME>
  1478. </style36>
  1479. <style38>
  1480. <BACK>
  1481. <colour r="73" g="72" b="62" />
  1482. </BACK>
  1483. <NAME>
  1484. <str><![CDATA[Selection]]></str>
  1485. </NAME>
  1486. </style38>
  1487. <style39>
  1488. <BACK>
  1489. <colour r="62" g="61" b="50" />
  1490. </BACK>
  1491. <NAME>
  1492. <str><![CDATA[Active line]]></str>
  1493. </NAME>
  1494. </style39>
  1495. <NAME>
  1496. <str><![CDATA[C/C++]]></str>
  1497. </NAME>
  1498. <editor>
  1499. <keywords />
  1500. </editor>
  1501. </cc>
  1502. </modnokai_coffee>
  1503. <sublime>
  1504. <NAME>
  1505. <str><![CDATA[sublime]]></str>
  1506. </NAME>
  1507. <cc>
  1508. <style0>
  1509. <FORE>
  1510. <colour r="255" g="255" b="255" />
  1511. </FORE>
  1512. <BACK>
  1513. <colour r="40" g="40" b="40" />
  1514. </BACK>
  1515. <NAME>
  1516. <str><![CDATA[Default]]></str>
  1517. </NAME>
  1518. </style0>
  1519. <style1>
  1520. <FORE>
  1521. <colour r="255" g="255" b="255" />
  1522. </FORE>
  1523. <BACK>
  1524. <colour r="40" g="40" b="40" />
  1525. </BACK>
  1526. <NAME>
  1527. <str><![CDATA[Default]]></str>
  1528. </NAME>
  1529. </style1>
  1530. <style5>
  1531. <FORE>
  1532. <colour r="106" g="102" b="85" />
  1533. </FORE>
  1534. <NAME>
  1535. <str><![CDATA[Comment (normal)]]></str>
  1536. </NAME>
  1537. </style5>
  1538. <style6>
  1539. <FORE>
  1540. <colour r="106" g="102" b="85" />
  1541. </FORE>
  1542. <NAME>
  1543. <str><![CDATA[Comment (normal)]]></str>
  1544. </NAME>
  1545. </style6>
  1546. <style7>
  1547. <FORE>
  1548. <colour r="106" g="102" b="85" />
  1549. </FORE>
  1550. <NAME>
  1551. <str><![CDATA[Comment (normal)]]></str>
  1552. </NAME>
  1553. </style7>
  1554. <style8>
  1555. <FORE>
  1556. <colour r="106" g="102" b="85" />
  1557. </FORE>
  1558. <NAME>
  1559. <str><![CDATA[Comment (normal)]]></str>
  1560. </NAME>
  1561. </style8>
  1562. <style9>
  1563. <FORE>
  1564. <colour r="106" g="102" b="85" />
  1565. </FORE>
  1566. <NAME>
  1567. <str><![CDATA[Comment line (normal)]]></str>
  1568. </NAME>
  1569. </style9>
  1570. <style10>
  1571. <FORE>
  1572. <colour r="106" g="102" b="85" />
  1573. </FORE>
  1574. <NAME>
  1575. <str><![CDATA[Comment line (normal)]]></str>
  1576. </NAME>
  1577. </style10>
  1578. <style11>
  1579. <FORE>
  1580. <colour r="58" g="81" b="133" />
  1581. </FORE>
  1582. <BOLD bool="0" />
  1583. <NAME>
  1584. <str><![CDATA[Comment (documentation)]]></str>
  1585. </NAME>
  1586. </style11>
  1587. <style12>
  1588. <FORE>
  1589. <colour r="58" g="81" b="133" />
  1590. </FORE>
  1591. <BOLD bool="0" />
  1592. <NAME>
  1593. <str><![CDATA[Comment (documentation)]]></str>
  1594. </NAME>
  1595. </style12>
  1596. <style19>
  1597. <FORE>
  1598. <colour r="150" g="110" b="220" />
  1599. </FORE>
  1600. <NAME>
  1601. <str><![CDATA[Number]]></str>
  1602. </NAME>
  1603. </style19>
  1604. <style21>
  1605. <FORE>
  1606. <colour r="100" g="210" b="230" />
  1607. </FORE>
  1608. <BOLD bool="0" />
  1609. <NAME>
  1610. <str><![CDATA[Keyword]]></str>
  1611. </NAME>
  1612. </style21>
  1613. <style23>
  1614. <FORE>
  1615. <colour r="156" g="242" b="132" />
  1616. </FORE>
  1617. <BOLD bool="0" />
  1618. <NAME>
  1619. <str><![CDATA[User keyword]]></str>
  1620. </NAME>
  1621. </style23>
  1622. <style27>
  1623. <FORE>
  1624. <colour r="230" g="220" b="110" />
  1625. </FORE>
  1626. <NAME>
  1627. <str><![CDATA[String]]></str>
  1628. </NAME>
  1629. </style27>
  1630. <style28>
  1631. <FORE>
  1632. <colour r="230" g="220" b="110" />
  1633. </FORE>
  1634. <NAME>
  1635. <str><![CDATA[String]]></str>
  1636. </NAME>
  1637. </style28>
  1638. <style36>
  1639. <FORE>
  1640. <colour r="255" g="0" b="127" />
  1641. </FORE>
  1642. <NAME>
  1643. <str><![CDATA[Operator]]></str>
  1644. </NAME>
  1645. </style36>
  1646. <style38>
  1647. <BACK>
  1648. <colour r="75" g="72" b="65" />
  1649. </BACK>
  1650. <NAME>
  1651. <str><![CDATA[Selection]]></str>
  1652. </NAME>
  1653. </style38>
  1654. <style39>
  1655. <BACK>
  1656. <colour r="91" g="90" b="78" />
  1657. </BACK>
  1658. <NAME>
  1659. <str><![CDATA[Active line]]></str>
  1660. </NAME>
  1661. </style39>
  1662. <NAME>
  1663. <str><![CDATA[C/C++]]></str>
  1664. </NAME>
  1665. </cc>
  1666. </sublime>
  1667. <vim>
  1668. <NAME>
  1669. <str><![CDATA[vim]]></str>
  1670. </NAME>
  1671. <cc>
  1672. <style0>
  1673. <FORE>
  1674. <colour r="192" g="192" b="192" />
  1675. </FORE>
  1676. <BACK>
  1677. <colour r="0" g="0" b="0" />
  1678. </BACK>
  1679. <NAME>
  1680. <str><![CDATA[Default]]></str>
  1681. </NAME>
  1682. </style0>
  1683. <style1>
  1684. <FORE>
  1685. <colour r="192" g="192" b="192" />
  1686. </FORE>
  1687. <BACK>
  1688. <colour r="0" g="0" b="0" />
  1689. </BACK>
  1690. <NAME>
  1691. <str><![CDATA[Default]]></str>
  1692. </NAME>
  1693. </style1>
  1694. <style5>
  1695. <FORE>
  1696. <colour r="128" g="255" b="255" />
  1697. </FORE>
  1698. <NAME>
  1699. <str><![CDATA[Comment (normal)]]></str>
  1700. </NAME>
  1701. </style5>
  1702. <style6>
  1703. <FORE>
  1704. <colour r="128" g="255" b="255" />
  1705. </FORE>
  1706. <NAME>
  1707. <str><![CDATA[Comment (normal)]]></str>
  1708. </NAME>
  1709. </style6>
  1710. <style7>
  1711. <FORE>
  1712. <colour r="128" g="255" b="255" />
  1713. </FORE>
  1714. <NAME>
  1715. <str><![CDATA[Comment (normal)]]></str>
  1716. </NAME>
  1717. </style7>
  1718. <style8>
  1719. <FORE>
  1720. <colour r="128" g="255" b="255" />
  1721. </FORE>
  1722. <NAME>
  1723. <str><![CDATA[Comment (normal)]]></str>
  1724. </NAME>
  1725. </style8>
  1726. <style9>
  1727. <FORE>
  1728. <colour r="0" g="255" b="255" />
  1729. </FORE>
  1730. <NAME>
  1731. <str><![CDATA[Comment line (normal)]]></str>
  1732. </NAME>
  1733. </style9>
  1734. <style10>
  1735. <FORE>
  1736. <colour r="0" g="255" b="255" />
  1737. </FORE>
  1738. <NAME>
  1739. <str><![CDATA[Comment line (normal)]]></str>
  1740. </NAME>
  1741. </style10>
  1742. <style11>
  1743. <BOLD bool="0" />
  1744. <NAME>
  1745. <str><![CDATA[Comment (documentation)]]></str>
  1746. </NAME>
  1747. </style11>
  1748. <style12>
  1749. <BOLD bool="0" />
  1750. <NAME>
  1751. <str><![CDATA[Comment (documentation)]]></str>
  1752. </NAME>
  1753. </style12>
  1754. <style19>
  1755. <FORE>
  1756. <colour r="255" g="0" b="255" />
  1757. </FORE>
  1758. <NAME>
  1759. <str><![CDATA[Number]]></str>
  1760. </NAME>
  1761. </style19>
  1762. <style21>
  1763. <FORE>
  1764. <colour r="0" g="255" b="0" />
  1765. </FORE>
  1766. <BOLD bool="0" />
  1767. <NAME>
  1768. <str><![CDATA[Keyword]]></str>
  1769. </NAME>
  1770. </style21>
  1771. <style23>
  1772. <FORE>
  1773. <colour r="255" g="255" b="0" />
  1774. </FORE>
  1775. <BOLD bool="0" />
  1776. <NAME>
  1777. <str><![CDATA[User keyword]]></str>
  1778. </NAME>
  1779. </style23>
  1780. <style27>
  1781. <FORE>
  1782. <colour r="255" g="0" b="255" />
  1783. </FORE>
  1784. <NAME>
  1785. <str><![CDATA[String]]></str>
  1786. </NAME>
  1787. </style27>
  1788. <style28>
  1789. <FORE>
  1790. <colour r="255" g="0" b="255" />
  1791. </FORE>
  1792. <NAME>
  1793. <str><![CDATA[String]]></str>
  1794. </NAME>
  1795. </style28>
  1796. <style31>
  1797. <FORE>
  1798. <colour r="255" g="0" b="0" />
  1799. </FORE>
  1800. <NAME>
  1801. <str><![CDATA[Character]]></str>
  1802. </NAME>
  1803. </style31>
  1804. <style34>
  1805. <FORE>
  1806. <colour r="0" g="0" b="255" />
  1807. </FORE>
  1808. <NAME>
  1809. <str><![CDATA[Preprocessor]]></str>
  1810. </NAME>
  1811. </style34>
  1812. <style36>
  1813. <FORE>
  1814. <colour r="255" g="255" b="255" />
  1815. </FORE>
  1816. <NAME>
  1817. <str><![CDATA[Operator]]></str>
  1818. </NAME>
  1819. </style36>
  1820. <style38>
  1821. <BACK>
  1822. <colour r="128" g="128" b="128" />
  1823. </BACK>
  1824. <NAME>
  1825. <str><![CDATA[Selection]]></str>
  1826. </NAME>
  1827. </style38>
  1828. <style39>
  1829. <BACK>
  1830. <colour r="64" g="128" b="128" />
  1831. </BACK>
  1832. <NAME>
  1833. <str><![CDATA[Active line]]></str>
  1834. </NAME>
  1835. </style39>
  1836. <NAME>
  1837. <str><![CDATA[C/C++]]></str>
  1838. </NAME>
  1839. </cc>
  1840. </vim>
  1841. <slush_n_poppies>
  1842. <NAME>
  1843. <str><![CDATA[slush n poppies]]></str>
  1844. </NAME>
  1845. <cc>
  1846. <style0>
  1847. <BACK>
  1848. <colour r="241" g="241" b="241" />
  1849. </BACK>
  1850. <NAME>
  1851. <str><![CDATA[Default]]></str>
  1852. </NAME>
  1853. </style0>
  1854. <style1>
  1855. <BACK>
  1856. <colour r="241" g="241" b="241" />
  1857. </BACK>
  1858. <NAME>
  1859. <str><![CDATA[Default]]></str>
  1860. </NAME>
  1861. </style1>
  1862. <style5>
  1863. <FORE>
  1864. <colour r="64" g="96" b="64" />
  1865. </FORE>
  1866. <NAME>
  1867. <str><![CDATA[Comment (normal)]]></str>
  1868. </NAME>
  1869. </style5>
  1870. <style6>
  1871. <FORE>
  1872. <colour r="64" g="96" b="64" />
  1873. </FORE>
  1874. <NAME>
  1875. <str><![CDATA[Comment (normal)]]></str>
  1876. </NAME>
  1877. </style6>
  1878. <style7>
  1879. <FORE>
  1880. <colour r="64" g="96" b="64" />
  1881. </FORE>
  1882. <NAME>
  1883. <str><![CDATA[Comment (normal)]]></str>
  1884. </NAME>
  1885. </style7>
  1886. <style8>
  1887. <FORE>
  1888. <colour r="64" g="96" b="64" />
  1889. </FORE>
  1890. <NAME>
  1891. <str><![CDATA[Comment (normal)]]></str>
  1892. </NAME>
  1893. </style8>
  1894. <style11>
  1895. <FORE>
  1896. <colour r="64" g="96" b="64" />
  1897. </FORE>
  1898. <BOLD bool="0" />
  1899. <NAME>
  1900. <str><![CDATA[Comment (documentation)]]></str>
  1901. </NAME>
  1902. </style11>
  1903. <style12>
  1904. <FORE>
  1905. <colour r="64" g="96" b="64" />
  1906. </FORE>
  1907. <BOLD bool="0" />
  1908. <NAME>
  1909. <str><![CDATA[Comment (documentation)]]></str>
  1910. </NAME>
  1911. </style12>
  1912. <style19>
  1913. <FORE>
  1914. <colour r="0" g="128" b="160" />
  1915. </FORE>
  1916. <NAME>
  1917. <str><![CDATA[Number]]></str>
  1918. </NAME>
  1919. </style19>
  1920. <style21>
  1921. <FORE>
  1922. <colour r="32" g="96" b="160" />
  1923. </FORE>
  1924. <BOLD bool="0" />
  1925. <NAME>
  1926. <str><![CDATA[Keyword]]></str>
  1927. </NAME>
  1928. </style21>
  1929. <style23>
  1930. <FORE>
  1931. <colour r="32" g="96" b="160" />
  1932. </FORE>
  1933. <BOLD bool="0" />
  1934. <NAME>
  1935. <str><![CDATA[User keyword]]></str>
  1936. </NAME>
  1937. </style23>
  1938. <style27>
  1939. <FORE>
  1940. <colour r="192" g="48" b="48" />
  1941. </FORE>
  1942. <NAME>
  1943. <str><![CDATA[String]]></str>
  1944. </NAME>
  1945. </style27>
  1946. <style28>
  1947. <FORE>
  1948. <colour r="192" g="48" b="48" />
  1949. </FORE>
  1950. <NAME>
  1951. <str><![CDATA[String]]></str>
  1952. </NAME>
  1953. </style28>
  1954. <style31>
  1955. <FORE>
  1956. <colour r="128" g="0" b="0" />
  1957. </FORE>
  1958. <NAME>
  1959. <str><![CDATA[Character]]></str>
  1960. </NAME>
  1961. </style31>
  1962. <style36>
  1963. <FORE>
  1964. <colour r="97" g="97" b="97" />
  1965. </FORE>
  1966. <NAME>
  1967. <str><![CDATA[Operator]]></str>
  1968. </NAME>
  1969. </style36>
  1970. <style38>
  1971. <BACK>
  1972. <colour r="176" g="176" b="255" />
  1973. </BACK>
  1974. <NAME>
  1975. <str><![CDATA[Selection]]></str>
  1976. </NAME>
  1977. </style38>
  1978. <style40>
  1979. <BACK>
  1980. <colour r="140" g="140" b="255" />
  1981. </BACK>
  1982. <BOLD bool="0" />
  1983. <UNDERLINED bool="1" />
  1984. <NAME>
  1985. <str><![CDATA[Matching brace highlight]]></str>
  1986. </NAME>
  1987. </style40>
  1988. <style41>
  1989. <BACK>
  1990. <colour r="255" g="106" b="106" />
  1991. </BACK>
  1992. <BOLD bool="0" />
  1993. <NAME>
  1994. <str><![CDATA[No matching brace highlight]]></str>
  1995. </NAME>
  1996. </style41>
  1997. <NAME>
  1998. <str><![CDATA[C/C++]]></str>
  1999. </NAME>
  2000. </cc>
  2001. </slush_n_poppies>
  2002. <espresso_libre>
  2003. <NAME>
  2004. <str><![CDATA[espresso libre]]></str>
  2005. </NAME>
  2006. <cc>
  2007. <style0>
  2008. <FORE>
  2009. <colour r="132" g="112" b="89" />
  2010. </FORE>
  2011. <BACK>
  2012. <colour r="42" g="33" b="28" />
  2013. </BACK>
  2014. <NAME>
  2015. <str><![CDATA[Default]]></str>
  2016. </NAME>
  2017. </style0>
  2018. <style1>
  2019. <FORE>
  2020. <colour r="132" g="112" b="89" />
  2021. </FORE>
  2022. <BACK>
  2023. <colour r="42" g="33" b="28" />
  2024. </BACK>
  2025. <NAME>
  2026. <str><![CDATA[Default]]></str>
  2027. </NAME>
  2028. </style1>
  2029. <style5>
  2030. <FORE>
  2031. <colour r="0" g="102" b="255" />
  2032. </FORE>
  2033. <ITALICS bool="1" />
  2034. <NAME>
  2035. <str><![CDATA[Comment (normal)]]></str>
  2036. </NAME>
  2037. </style5>
  2038. <style6>
  2039. <FORE>
  2040. <colour r="0" g="102" b="255" />
  2041. </FORE>
  2042. <ITALICS bool="1" />
  2043. <NAME>
  2044. <str><![CDATA[Comment (normal)]]></str>
  2045. </NAME>
  2046. </style6>
  2047. <style7>
  2048. <FORE>
  2049. <colour r="0" g="102" b="255" />
  2050. </FORE>
  2051. <ITALICS bool="1" />
  2052. <NAME>
  2053. <str><![CDATA[Comment (normal)]]></str>
  2054. </NAME>
  2055. </style7>
  2056. <style8>
  2057. <FORE>
  2058. <colour r="0" g="102" b="255" />
  2059. </FORE>
  2060. <ITALICS bool="1" />
  2061. <NAME>
  2062. <str><![CDATA[Comment (normal)]]></str>
  2063. </NAME>
  2064. </style8>
  2065. <style19>
  2066. <FORE>
  2067. <colour r="68" g="170" b="67" />
  2068. </FORE>
  2069. <NAME>
  2070. <str><![CDATA[Number]]></str>
  2071. </NAME>
  2072. </style19>
  2073. <style21>
  2074. <FORE>
  2075. <colour r="67" g="168" b="237" />
  2076. </FORE>
  2077. <BOLD bool="0" />
  2078. <NAME>
  2079. <str><![CDATA[Keyword]]></str>
  2080. </NAME>
  2081. </style21>
  2082. <style27>
  2083. <FORE>
  2084. <colour r="4" g="155" b="10" />
  2085. </FORE>
  2086. <NAME>
  2087. <str><![CDATA[String]]></str>
  2088. </NAME>
  2089. </style27>
  2090. <style28>
  2091. <FORE>
  2092. <colour r="4" g="155" b="10" />
  2093. </FORE>
  2094. <NAME>
  2095. <str><![CDATA[String]]></str>
  2096. </NAME>
  2097. </style28>
  2098. <style31>
  2099. <FORE>
  2100. <colour r="47" g="228" b="32" />
  2101. </FORE>
  2102. <NAME>
  2103. <str><![CDATA[Character]]></str>
  2104. </NAME>
  2105. </style31>
  2106. <style34>
  2107. <FORE>
  2108. <colour r="154" g="255" b="135" />
  2109. </FORE>
  2110. <NAME>
  2111. <str><![CDATA[Preprocessor]]></str>
  2112. </NAME>
  2113. </style34>
  2114. <style36>
  2115. <FORE>
  2116. <colour r="109" g="121" b="222" />
  2117. </FORE>
  2118. <NAME>
  2119. <str><![CDATA[Operator]]></str>
  2120. </NAME>
  2121. </style36>
  2122. <style40>
  2123. <FORE>
  2124. <colour r="192" g="192" b="192" />
  2125. </FORE>
  2126. <BACK>
  2127. <colour r="141" g="119" b="95" />
  2128. </BACK>
  2129. <BOLD bool="0" />
  2130. <UNDERLINED bool="1" />
  2131. <NAME>
  2132. <str><![CDATA[Matching brace highlight]]></str>
  2133. </NAME>
  2134. </style40>
  2135. <NAME>
  2136. <str><![CDATA[C/C++]]></str>
  2137. </NAME>
  2138. <editor>
  2139. <keywords />
  2140. </editor>
  2141. </cc>
  2142. </espresso_libre>
  2143. <modnokai_night_shift>
  2144. <NAME>
  2145. <str><![CDATA[modnokai night shift]]></str>
  2146. </NAME>
  2147. <cc>
  2148. <style0>
  2149. <FORE>
  2150. <colour r="255" g="255" b="255" />
  2151. </FORE>
  2152. <BACK>
  2153. <colour r="34" g="40" b="42" />
  2154. </BACK>
  2155. <NAME>
  2156. <str><![CDATA[Default]]></str>
  2157. </NAME>
  2158. </style0>
  2159. <style1>
  2160. <FORE>
  2161. <colour r="255" g="255" b="255" />
  2162. </FORE>
  2163. <BACK>
  2164. <colour r="34" g="40" b="42" />
  2165. </BACK>
  2166. <NAME>
  2167. <str><![CDATA[Default]]></str>
  2168. </NAME>
  2169. </style1>
  2170. <style5>
  2171. <FORE>
  2172. <colour r="117" g="113" b="94" />
  2173. </FORE>
  2174. <ITALICS bool="1" />
  2175. <NAME>
  2176. <str><![CDATA[Comment (normal)]]></str>
  2177. </NAME>
  2178. </style5>
  2179. <style6>
  2180. <FORE>
  2181. <colour r="117" g="113" b="94" />
  2182. </FORE>
  2183. <ITALICS bool="1" />
  2184. <NAME>
  2185. <str><![CDATA[Comment (normal)]]></str>
  2186. </NAME>
  2187. </style6>
  2188. <style7>
  2189. <FORE>
  2190. <colour r="117" g="113" b="94" />
  2191. </FORE>
  2192. <ITALICS bool="1" />
  2193. <NAME>
  2194. <str><![CDATA[Comment (normal)]]></str>
  2195. </NAME>
  2196. </style7>
  2197. <style8>
  2198. <FORE>
  2199. <colour r="117" g="113" b="94" />
  2200. </FORE>
  2201. <ITALICS bool="1" />
  2202. <NAME>
  2203. <str><![CDATA[Comment (normal)]]></str>
  2204. </NAME>
  2205. </style8>
  2206. <style9>
  2207. <FORE>
  2208. <colour r="117" g="113" b="94" />
  2209. </FORE>
  2210. <ITALICS bool="1" />
  2211. <NAME>
  2212. <str><![CDATA[Comment line (normal)]]></str>
  2213. </NAME>
  2214. </style9>
  2215. <style10>
  2216. <FORE>
  2217. <colour r="117" g="113" b="94" />
  2218. </FORE>
  2219. <ITALICS bool="1" />
  2220. <NAME>
  2221. <str><![CDATA[Comment line (normal)]]></str>
  2222. </NAME>
  2223. </style10>
  2224. <style11>
  2225. <FORE>
  2226. <colour r="117" g="113" b="94" />
  2227. </FORE>
  2228. <ITALICS bool="1" />
  2229. <NAME>
  2230. <str><![CDATA[Comment (documentation)]]></str>
  2231. </NAME>
  2232. </style11>
  2233. <style12>
  2234. <FORE>
  2235. <colour r="117" g="113" b="94" />
  2236. </FORE>
  2237. <ITALICS bool="1" />
  2238. <NAME>
  2239. <str><![CDATA[Comment (documentation)]]></str>
  2240. </NAME>
  2241. </style12>
  2242. <style13>
  2243. <FORE>
  2244. <colour r="117" g="113" b="94" />
  2245. </FORE>
  2246. <ITALICS bool="1" />
  2247. <NAME>
  2248. <str><![CDATA[Comment line (documentation)]]></str>
  2249. </NAME>
  2250. </style13>
  2251. <style14>
  2252. <FORE>
  2253. <colour r="117" g="113" b="94" />
  2254. </FORE>
  2255. <ITALICS bool="1" />
  2256. <NAME>
  2257. <str><![CDATA[Comment line (documentation)]]></str>
  2258. </NAME>
  2259. </style14>
  2260. <style15>
  2261. <FORE>
  2262. <colour r="128" g="255" b="128" />
  2263. </FORE>
  2264. <NAME>
  2265. <str><![CDATA[Comment keyword (documentation)]]></str>
  2266. </NAME>
  2267. </style15>
  2268. <style16>
  2269. <FORE>
  2270. <colour r="128" g="255" b="128" />
  2271. </FORE>
  2272. <NAME>
  2273. <str><![CDATA[Comment keyword (documentation)]]></str>
  2274. </NAME>
  2275. </style16>
  2276. <style17>
  2277. <FORE>
  2278. <colour r="255" g="128" b="128" />
  2279. </FORE>
  2280. <NAME>
  2281. <str><![CDATA[Comment keyword error (documentation)]]></str>
  2282. </NAME>
  2283. </style17>
  2284. <style18>
  2285. <FORE>
  2286. <colour r="255" g="128" b="128" />
  2287. </FORE>
  2288. <NAME>
  2289. <str><![CDATA[Comment keyword error (documentation)]]></str>
  2290. </NAME>
  2291. </style18>
  2292. <style19>
  2293. <FORE>
  2294. <colour r="255" g="128" b="128" />
  2295. </FORE>
  2296. <NAME>
  2297. <str><![CDATA[Number]]></str>
  2298. </NAME>
  2299. </style19>
  2300. <style21>
  2301. <FORE>
  2302. <colour r="38" g="249" b="173" />
  2303. </FORE>
  2304. <BOLD bool="0" />
  2305. <ITALICS bool="1" />
  2306. <NAME>
  2307. <str><![CDATA[Keyword]]></str>
  2308. </NAME>
  2309. </style21>
  2310. <style23>
  2311. <FORE>
  2312. <colour r="249" g="38" b="114" />
  2313. </FORE>
  2314. <BOLD bool="0" />
  2315. <ITALICS bool="1" />
  2316. <NAME>
  2317. <str><![CDATA[User keyword]]></str>
  2318. </NAME>
  2319. </style23>
  2320. <style27>
  2321. <FORE>
  2322. <colour r="224" g="160" b="0" />
  2323. </FORE>
  2324. <NAME>
  2325. <str><![CDATA[String]]></str>
  2326. </NAME>
  2327. </style27>
  2328. <style28>
  2329. <FORE>
  2330. <colour r="224" g="160" b="0" />
  2331. </FORE>
  2332. <NAME>
  2333. <str><![CDATA[String]]></str>
  2334. </NAME>
  2335. </style28>
  2336. <style34>
  2337. <FORE>
  2338. <colour r="249" g="38" b="114" />
  2339. </FORE>
  2340. <NAME>
  2341. <str><![CDATA[Preprocessor]]></str>
  2342. </NAME>
  2343. </style34>
  2344. <style36>
  2345. <FORE>
  2346. <colour r="166" g="226" b="46" />
  2347. </FORE>
  2348. <NAME>
  2349. <str><![CDATA[Operator]]></str>
  2350. </NAME>
  2351. </style36>
  2352. <style38>
  2353. <BACK>
  2354. <colour r="17" g="64" b="76" />
  2355. </BACK>
  2356. <NAME>
  2357. <str><![CDATA[Selection]]></str>
  2358. </NAME>
  2359. </style38>
  2360. <style39>
  2361. <BACK>
  2362. <colour r="47" g="57" b="60" />
  2363. </BACK>
  2364. <NAME>
  2365. <str><![CDATA[Active line]]></str>
  2366. </NAME>
  2367. </style39>
  2368. <NAME>
  2369. <str><![CDATA[C/C++]]></str>
  2370. </NAME>
  2371. <editor>
  2372. <keywords />
  2373. </editor>
  2374. </cc>
  2375. </modnokai_night_shift>
  2376. <default>
  2377. <NAME>
  2378. <str><![CDATA[default]]></str>
  2379. </NAME>
  2380. </default>
  2381. <kft2>
  2382. <NAME>
  2383. <str><![CDATA[kft2]]></str>
  2384. </NAME>
  2385. <cc>
  2386. <style0>
  2387. <FORE>
  2388. <colour r="93" g="255" b="105" />
  2389. </FORE>
  2390. <BACK>
  2391. <colour r="28" g="0" b="36" />
  2392. </BACK>
  2393. <NAME>
  2394. <str><![CDATA[Default]]></str>
  2395. </NAME>
  2396. </style0>
  2397. <style1>
  2398. <FORE>
  2399. <colour r="93" g="255" b="105" />
  2400. </FORE>
  2401. <BACK>
  2402. <colour r="28" g="0" b="36" />
  2403. </BACK>
  2404. <NAME>
  2405. <str><![CDATA[Default]]></str>
  2406. </NAME>
  2407. </style1>
  2408. <style5>
  2409. <FORE>
  2410. <colour r="0" g="128" b="128" />
  2411. </FORE>
  2412. <NAME>
  2413. <str><![CDATA[Comment (normal)]]></str>
  2414. </NAME>
  2415. </style5>
  2416. <style6>
  2417. <FORE>
  2418. <colour r="0" g="128" b="128" />
  2419. </FORE>
  2420. <NAME>
  2421. <str><![CDATA[Comment (normal)]]></str>
  2422. </NAME>
  2423. </style6>
  2424. <style7>
  2425. <FORE>
  2426. <colour r="0" g="128" b="128" />
  2427. </FORE>
  2428. <NAME>
  2429. <str><![CDATA[Comment (normal)]]></str>
  2430. </NAME>
  2431. </style7>
  2432. <style8>
  2433. <FORE>
  2434. <colour r="0" g="128" b="128" />
  2435. </FORE>
  2436. <NAME>
  2437. <str><![CDATA[Comment (normal)]]></str>
  2438. </NAME>
  2439. </style8>
  2440. <style11>
  2441. <FORE>
  2442. <colour r="100" g="211" b="222" />
  2443. </FORE>
  2444. <BOLD bool="0" />
  2445. <NAME>
  2446. <str><![CDATA[Comment (documentation)]]></str>
  2447. </NAME>
  2448. </style11>
  2449. <style12>
  2450. <FORE>
  2451. <colour r="100" g="211" b="222" />
  2452. </FORE>
  2453. <BOLD bool="0" />
  2454. <NAME>
  2455. <str><![CDATA[Comment (documentation)]]></str>
  2456. </NAME>
  2457. </style12>
  2458. <style15>
  2459. <FORE>
  2460. <colour r="10" g="187" b="187" />
  2461. </FORE>
  2462. <NAME>
  2463. <str><![CDATA[Comment keyword (documentation)]]></str>
  2464. </NAME>
  2465. </style15>
  2466. <style16>
  2467. <FORE>
  2468. <colour r="10" g="187" b="187" />
  2469. </FORE>
  2470. <NAME>
  2471. <str><![CDATA[Comment keyword (documentation)]]></str>
  2472. </NAME>
  2473. </style16>
  2474. <style19>
  2475. <FORE>
  2476. <colour r="255" g="241" b="0" />
  2477. </FORE>
  2478. <NAME>
  2479. <str><![CDATA[Number]]></str>
  2480. </NAME>
  2481. </style19>
  2482. <style21>
  2483. <FORE>
  2484. <colour r="63" g="118" b="255" />
  2485. </FORE>
  2486. <BOLD bool="0" />
  2487. <NAME>
  2488. <str><![CDATA[Keyword]]></str>
  2489. </NAME>
  2490. </style21>
  2491. <style23>
  2492. <FORE>
  2493. <colour r="0" g="222" b="0" />
  2494. </FORE>
  2495. <BOLD bool="0" />
  2496. <NAME>
  2497. <str><![CDATA[User keyword]]></str>
  2498. </NAME>
  2499. </style23>
  2500. <style27>
  2501. <FORE>
  2502. <colour r="171" g="171" b="171" />
  2503. </FORE>
  2504. <NAME>
  2505. <str><![CDATA[String]]></str>
  2506. </NAME>
  2507. </style27>
  2508. <style28>
  2509. <FORE>
  2510. <colour r="171" g="171" b="171" />
  2511. </FORE>
  2512. <NAME>
  2513. <str><![CDATA[String]]></str>
  2514. </NAME>
  2515. </style28>
  2516. <style31>
  2517. <FORE>
  2518. <colour r="255" g="176" b="53" />
  2519. </FORE>
  2520. <NAME>
  2521. <str><![CDATA[Character]]></str>
  2522. </NAME>
  2523. </style31>
  2524. <style33>
  2525. <FORE>
  2526. <colour r="255" g="0" b="0" />
  2527. </FORE>
  2528. <NAME>
  2529. <str><![CDATA[UUID]]></str>
  2530. </NAME>
  2531. </style33>
  2532. <style34>
  2533. <FORE>
  2534. <colour r="33" g="237" b="33" />
  2535. </FORE>
  2536. <NAME>
  2537. <str><![CDATA[Preprocessor]]></str>
  2538. </NAME>
  2539. </style34>
  2540. <style36>
  2541. <FORE>
  2542. <colour r="255" g="0" b="206" />
  2543. </FORE>
  2544. <BOLD bool="1" />
  2545. <NAME>
  2546. <str><![CDATA[Operator]]></str>
  2547. </NAME>
  2548. </style36>
  2549. <style38>
  2550. <FORE>
  2551. <colour r="255" g="196" b="253" />
  2552. </FORE>
  2553. <BACK>
  2554. <colour r="78" g="0" b="86" />
  2555. </BACK>
  2556. <NAME>
  2557. <str><![CDATA[Selection]]></str>
  2558. </NAME>
  2559. </style38>
  2560. <style39>
  2561. <FORE>
  2562. <colour r="0" g="255" b="14" />
  2563. </FORE>
  2564. <NAME>
  2565. <str><![CDATA[Active line]]></str>
  2566. </NAME>
  2567. </style39>
  2568. <style40>
  2569. <FORE>
  2570. <colour r="255" g="0" b="0" />
  2571. </FORE>
  2572. <BACK>
  2573. <colour r="0" g="0" b="0" />
  2574. </BACK>
  2575. <BOLD bool="0" />
  2576. <NAME>
  2577. <str><![CDATA[Matching brace highlight]]></str>
  2578. </NAME>
  2579. </style40>
  2580. <editor>
  2581. <keywords>
  2582. <SET4>
  2583. <str><![CDATA[_DEBUG=1 __cplusplus __GNUC__ __GNUG__]]></str>
  2584. </SET4>
  2585. </keywords>
  2586. </editor>
  2587. <NAME>
  2588. <str><![CDATA[C/C++]]></str>
  2589. </NAME>
  2590. </cc>
  2591. </kft2>
  2592. <modnokai_night_shift_v2>
  2593. <NAME>
  2594. <str><![CDATA[modnokai night shift v2]]></str>
  2595. </NAME>
  2596. <cc>
  2597. <style0>
  2598. <FORE>
  2599. <colour r="255" g="255" b="255" />
  2600. </FORE>
  2601. <BACK>
  2602. <colour r="0" g="0" b="0" />
  2603. </BACK>
  2604. <NAME>
  2605. <str><![CDATA[Default]]></str>
  2606. </NAME>
  2607. </style0>
  2608. <style1>
  2609. <FORE>
  2610. <colour r="255" g="255" b="255" />
  2611. </FORE>
  2612. <BACK>
  2613. <colour r="0" g="0" b="0" />
  2614. </BACK>
  2615. <NAME>
  2616. <str><![CDATA[Default]]></str>
  2617. </NAME>
  2618. </style1>
  2619. <style5>
  2620. <FORE>
  2621. <colour r="117" g="113" b="94" />
  2622. </FORE>
  2623. <ITALICS bool="1" />
  2624. <NAME>
  2625. <str><![CDATA[Comment (normal)]]></str>
  2626. </NAME>
  2627. </style5>
  2628. <style6>
  2629. <FORE>
  2630. <colour r="117" g="113" b="94" />
  2631. </FORE>
  2632. <ITALICS bool="1" />
  2633. <NAME>
  2634. <str><![CDATA[Comment (normal)]]></str>
  2635. </NAME>
  2636. </style6>
  2637. <style7>
  2638. <FORE>
  2639. <colour r="117" g="113" b="94" />
  2640. </FORE>
  2641. <ITALICS bool="1" />
  2642. <NAME>
  2643. <str><![CDATA[Comment (normal)]]></str>
  2644. </NAME>
  2645. </style7>
  2646. <style8>
  2647. <FORE>
  2648. <colour r="117" g="113" b="94" />
  2649. </FORE>
  2650. <ITALICS bool="1" />
  2651. <NAME>
  2652. <str><![CDATA[Comment (normal)]]></str>
  2653. </NAME>
  2654. </style8>
  2655. <style9>
  2656. <FORE>
  2657. <colour r="117" g="113" b="94" />
  2658. </FORE>
  2659. <ITALICS bool="1" />
  2660. <NAME>
  2661. <str><![CDATA[Comment line (normal)]]></str>
  2662. </NAME>
  2663. </style9>
  2664. <style10>
  2665. <FORE>
  2666. <colour r="117" g="113" b="94" />
  2667. </FORE>
  2668. <ITALICS bool="1" />
  2669. <NAME>
  2670. <str><![CDATA[Comment line (normal)]]></str>
  2671. </NAME>
  2672. </style10>
  2673. <style11>
  2674. <FORE>
  2675. <colour r="117" g="113" b="94" />
  2676. </FORE>
  2677. <ITALICS bool="1" />
  2678. <NAME>
  2679. <str><![CDATA[Comment (documentation)]]></str>
  2680. </NAME>
  2681. </style11>
  2682. <style12>
  2683. <FORE>
  2684. <colour r="117" g="113" b="94" />
  2685. </FORE>
  2686. <ITALICS bool="1" />
  2687. <NAME>
  2688. <str><![CDATA[Comment (documentation)]]></str>
  2689. </NAME>
  2690. </style12>
  2691. <style13>
  2692. <FORE>
  2693. <colour r="117" g="113" b="94" />
  2694. </FORE>
  2695. <ITALICS bool="1" />
  2696. <NAME>
  2697. <str><![CDATA[Comment line (documentation)]]></str>
  2698. </NAME>
  2699. </style13>
  2700. <style14>
  2701. <FORE>
  2702. <colour r="117" g="113" b="94" />
  2703. </FORE>
  2704. <ITALICS bool="1" />
  2705. <NAME>
  2706. <str><![CDATA[Comment line (documentation)]]></str>
  2707. </NAME>
  2708. </style14>
  2709. <style15>
  2710. <FORE>
  2711. <colour r="128" g="255" b="128" />
  2712. </FORE>
  2713. <NAME>
  2714. <str><![CDATA[Comment keyword (documentation)]]></str>
  2715. </NAME>
  2716. </style15>
  2717. <style16>
  2718. <FORE>
  2719. <colour r="128" g="255" b="128" />
  2720. </FORE>
  2721. <NAME>
  2722. <str><![CDATA[Comment keyword (documentation)]]></str>
  2723. </NAME>
  2724. </style16>
  2725. <style17>
  2726. <FORE>
  2727. <colour r="255" g="128" b="128" />
  2728. </FORE>
  2729. <NAME>
  2730. <str><![CDATA[Comment keyword error (documentation)]]></str>
  2731. </NAME>
  2732. </style17>
  2733. <style18>
  2734. <FORE>
  2735. <colour r="255" g="128" b="128" />
  2736. </FORE>
  2737. <NAME>
  2738. <str><![CDATA[Comment keyword error (documentation)]]></str>
  2739. </NAME>
  2740. </style18>
  2741. <style19>
  2742. <FORE>
  2743. <colour r="255" g="128" b="128" />
  2744. </FORE>
  2745. <NAME>
  2746. <str><![CDATA[Number]]></str>
  2747. </NAME>
  2748. </style19>
  2749. <style21>
  2750. <FORE>
  2751. <colour r="120" g="215" b="236" />
  2752. </FORE>
  2753. <BOLD bool="0" />
  2754. <ITALICS bool="1" />
  2755. <NAME>
  2756. <str><![CDATA[Keyword]]></str>
  2757. </NAME>
  2758. </style21>
  2759. <style23>
  2760. <FORE>
  2761. <colour r="249" g="38" b="114" />
  2762. </FORE>
  2763. <BOLD bool="0" />
  2764. <ITALICS bool="1" />
  2765. <NAME>
  2766. <str><![CDATA[User keyword]]></str>
  2767. </NAME>
  2768. </style23>
  2769. <style27>
  2770. <FORE>
  2771. <colour r="224" g="160" b="0" />
  2772. </FORE>
  2773. <NAME>
  2774. <str><![CDATA[String]]></str>
  2775. </NAME>
  2776. </style27>
  2777. <style28>
  2778. <FORE>
  2779. <colour r="224" g="160" b="0" />
  2780. </FORE>
  2781. <NAME>
  2782. <str><![CDATA[String]]></str>
  2783. </NAME>
  2784. </style28>
  2785. <style34>
  2786. <FORE>
  2787. <colour r="249" g="38" b="114" />
  2788. </FORE>
  2789. <NAME>
  2790. <str><![CDATA[Preprocessor]]></str>
  2791. </NAME>
  2792. </style34>
  2793. <style36>
  2794. <FORE>
  2795. <colour r="166" g="226" b="46" />
  2796. </FORE>
  2797. <NAME>
  2798. <str><![CDATA[Operator]]></str>
  2799. </NAME>
  2800. </style36>
  2801. <style38>
  2802. <BACK>
  2803. <colour r="17" g="64" b="76" />
  2804. </BACK>
  2805. <NAME>
  2806. <str><![CDATA[Selection]]></str>
  2807. </NAME>
  2808. </style38>
  2809. <style39>
  2810. <BACK>
  2811. <colour r="34" g="40" b="42" />
  2812. </BACK>
  2813. <NAME>
  2814. <str><![CDATA[Active line]]></str>
  2815. </NAME>
  2816. </style39>
  2817. <editor>
  2818. <keywords>
  2819. <SET4>
  2820. <str><![CDATA[__cplusplus __GNUC__ __GNUG__]]></str>
  2821. </SET4>
  2822. </keywords>
  2823. </editor>
  2824. <NAME>
  2825. <str><![CDATA[C/C++]]></str>
  2826. </NAME>
  2827. </cc>
  2828. </modnokai_night_shift_v2>
  2829. </colour_sets>
  2830. </editor>
  2831. </CodeBlocksConfig>
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注