CodeBlocks最全官方配色方案

简介:

官方配色


codeblocks是一个功能很强大编程软件,我们在安装codeblocks后软件默认的是白底黑字界面,这种界面在长时间写代码时会对眼睛造成很大伤害,增加眼疲劳,因此我们需要一个清晰干净明了,不刺眼的编程界面。下面教我们如何配置一个养眼的编程界面。

官方地址 Syntax highlighting custom colour themes

有几种经典方案,包括vim, desert, sublime, ulipad, oblivion, darkgray

使用方法


首先进入codeblocks官网找到colour theme代码,链接如下 Syntax highlighting custom colour themes

将配色方案的代码,保存为default.conf

在C盘中找到CodeBlocks/default.conf,注意default.conf文件不再你的安装文件夹下,而是在系统盘下,以win7系统为例。
C:\Users\yourusername\AppData\Roaming\CodeBlocks 目下下的default.conf

然后用我们从官网上弄来的配色方案替换default.conf

注意

原来的配色文件一定要备份好,要不弄崩了,就只能重装CB了。

打开CodeBlocks建立新的c/c++文件就会发现背景变化,同时也可以在编辑环境设置中看到我们配色文件中的其他配色方案。
如果想要改变其他风格可以在Settings>Editor>Syntax Highlightingcolour theme中选择你想要的风格,你也可以自定义各种颜色。

这里写图片描述

default.conf


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocksConfig version="1">
    <editor>
        <colour_sets>
            <ACTIVE_COLOUR_SET>
                <str>
                    <![CDATA[modnokai night shift v2]]>
                </str>
            </ACTIVE_COLOUR_SET>
            <ACTIVE_LANG>
                <str>
                    <![CDATA[C/C++]]>
                </str>
            </ACTIVE_LANG>
            <bright_yellow>
                <NAME>
                    <str>
                        <![CDATA[bright yellow]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <BACK>
                            <colour r="255" g="255" b="208" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <BACK>
                            <colour r="255" g="255" b="208" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="158" g="158" b="158" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="158" g="158" b="158" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="158" g="158" b="158" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="158" g="158" b="158" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="128" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="128" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="128" g="128" b="218" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="128" g="128" b="218" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style13>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style21>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style39>
                        <BACK>
                            <colour r="0" g="255" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </bright_yellow>
            <dark_gray>
                <NAME>
                    <str>
                        <![CDATA[dark gray]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="42" g="56" b="54" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="42" g="56" b="54" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style13>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style19>
                        <FORE>
                            <colour r="255" g="142" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="140" g="196" b="255" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="255" g="230" b="80" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="255" g="128" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="255" g="128" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style34>
                        <FORE>
                            <colour r="115" g="210" b="22" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="255" g="0" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="128" g="128" b="128" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="64" g="128" b="128" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </dark_gray>
            <idel>
                <NAME>
                    <str>
                        <![CDATA[idel]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <BACK>
                            <colour r="245" g="245" b="245" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <BACK>
                            <colour r="245" g="245" b="245" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="135" g="135" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="135" g="135" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="135" g="135" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="135" g="135" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="135" g="135" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="135" g="135" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style21>
                        <FORE>
                            <colour r="255" g="128" b="64" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="156" g="37" b="166" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="0" g="155" b="45" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="0" g="155" b="45" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style34>
                        <FORE>
                            <colour r="0" g="128" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style39>
                        <BACK>
                            <colour r="0" g="255" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </idel>
            <oblivion>
                <NAME>
                    <str>
                        <![CDATA[oblivion]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="238" g="238" b="236" />
                        </FORE>
                        <BACK>
                            <colour r="46" g="52" b="54" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="238" g="238" b="236" />
                        </FORE>
                        <BACK>
                            <colour r="46" g="52" b="54" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="136" g="138" b="133" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="136" g="138" b="133" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="136" g="138" b="133" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="136" g="138" b="133" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style11>
                        <FORE>
                            <colour r="52" g="101" b="164" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="52" g="101" b="164" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style17>
                        <FORE>
                            <colour r="164" g="0" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="164" g="0" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="173" g="127" b="168" />
                        </FORE>
                        <BACK>
                            <colour r="46" g="52" b="54" />
                        </BACK>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="233" g="185" b="110" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="78" g="154" b="6" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="185" g="49" b="0" />
                        </FORE>
                        <BACK>
                            <colour r="30" g="3" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="185" g="49" b="0" />
                        </FORE>
                        <BACK>
                            <colour r="30" g="3" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="245" g="121" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style33>
                        <FORE>
                            <colour r="211" g="215" b="207" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[UUID]]>
                            </str>
                        </NAME>
                    </style33>
                    <style34>
                        <FORE>
                            <colour r="78" g="154" b="6" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="233" g="185" b="110" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="23" g="32" b="24" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="24" g="33" b="33" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <style40>
                        <BACK>
                            <colour r="114" g="159" b="207" />
                        </BACK>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Matching brace highlight]]>
                            </str>
                        </NAME>
                    </style40>
                    <style41>
                        <FORE>
                            <colour r="238" g="238" b="236" />
                        </FORE>
                        <BACK>
                            <colour r="164" g="0" b="0" />
                        </BACK>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[No matching brace highlight]]>
                            </str>
                        </NAME>
                    </style41>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </oblivion>
            <son_of_obsidian>
                <NAME>
                    <str>
                        <![CDATA[son of obsidian]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="241" g="242" b="243" />
                        </FORE>
                        <BACK>
                            <colour r="34" g="40" b="42" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="241" g="242" b="243" />
                        </FORE>
                        <BACK>
                            <colour r="34" g="40" b="42" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="102" g="116" b="123" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="102" g="116" b="123" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="102" g="116" b="123" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="102" g="116" b="123" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style11>
                        <FORE>
                            <colour r="153" g="163" b="138" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="153" g="163" b="138" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style17>
                        <FORE>
                            <colour r="0" g="0" b="164" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="0" g="0" b="164" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="255" g="205" b="34" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="147" g="199" b="99" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="103" g="140" b="177" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="236" g="118" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="236" g="118" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="239" g="194" b="16" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style33>
                        <FORE>
                            <colour r="207" g="215" b="211" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[UUID]]>
                            </str>
                        </NAME>
                    </style33>
                    <style34>
                        <FORE>
                            <colour r="160" g="130" b="189" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="232" g="226" b="183" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="48" g="58" b="59" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <FORE>
                            <colour r="0" g="0" b="0" />
                        </FORE>
                        <BACK>
                            <colour r="47" g="57" b="60" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <style40>
                        <BACK>
                            <colour r="80" g="80" b="80" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Matching brace highlight]]>
                            </str>
                        </NAME>
                    </style40>
                    <style41>
                        <FORE>
                            <colour r="0" g="0" b="160" />
                        </FORE>
                        <BACK>
                            <colour r="80" g="80" b="80" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[No matching brace highlight]]>
                            </str>
                        </NAME>
                    </style41>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </son_of_obsidian>
            <solarized_light>
                <NAME>
                    <str>
                        <![CDATA[solarized light]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="88" g="110" b="117" />
                        </FORE>
                        <BACK>
                            <colour r="253" g="246" b="227" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="88" g="110" b="117" />
                        </FORE>
                        <BACK>
                            <colour r="253" g="246" b="227" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="38" g="139" b="210" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="38" g="139" b="210" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style13>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style15>
                        <FORE>
                            <colour r="133" g="153" b="0" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style15>
                    <style16>
                        <FORE>
                            <colour r="133" g="153" b="0" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style16>
                    <style17>
                        <FORE>
                            <colour r="220" g="50" b="47" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="220" g="50" b="47" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="42" g="161" b="252" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="133" g="153" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="88" g="110" b="117" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style34>
                        <FORE>
                            <colour r="203" g="75" b="22" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="181" g="137" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </solarized_light>
            <solarized_dark>
                <NAME>
                    <str>
                        <![CDATA[solarized dark]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="147" g="161" b="161" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="43" b="54" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="147" g="161" b="161" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="43" b="54" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="38" g="139" b="210" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="38" g="139" b="210" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style13>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style15>
                        <FORE>
                            <colour r="133" g="153" b="0" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style15>
                    <style16>
                        <FORE>
                            <colour r="133" g="153" b="0" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style16>
                    <style17>
                        <FORE>
                            <colour r="220" g="50" b="47" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="220" g="50" b="47" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="42" g="161" b="252" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="133" g="153" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="88" g="110" b="117" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="42" g="161" b="152" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style34>
                        <FORE>
                            <colour r="203" g="75" b="22" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="181" g="137" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style39>
                        <BACK>
                            <colour r="7" g="54" b="66" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME bool="1">
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </solarized_dark>
            <modnokai_coffee>
                <NAME>
                    <str>
                        <![CDATA[modnokai coffee]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="39" g="40" b="34" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="39" g="40" b="34" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style13>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style15>
                        <FORE>
                            <colour r="128" g="255" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style15>
                    <style16>
                        <FORE>
                            <colour r="128" g="255" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style16>
                    <style17>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="38" g="249" b="173" />
                        </FORE>
                        <BOLD bool="0" />
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="249" g="38" b="114" />
                        </FORE>
                        <BOLD bool="0" />
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="224" g="160" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="224" g="160" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style34>
                        <FORE>
                            <colour r="249" g="38" b="114" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="166" g="226" b="46" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="73" g="72" b="62" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="62" g="61" b="50" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </modnokai_coffee>
            <sublime>
                <NAME>
                    <str>
                        <![CDATA[sublime]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="40" g="40" b="40" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="40" g="40" b="40" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="106" g="102" b="85" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="106" g="102" b="85" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="106" g="102" b="85" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="106" g="102" b="85" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="106" g="102" b="85" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="106" g="102" b="85" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="58" g="81" b="133" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="58" g="81" b="133" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style19>
                        <FORE>
                            <colour r="150" g="110" b="220" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="100" g="210" b="230" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="156" g="242" b="132" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="230" g="220" b="110" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="230" g="220" b="110" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style36>
                        <FORE>
                            <colour r="255" g="0" b="127" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="75" g="72" b="65" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="91" g="90" b="78" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                </cc>
            </sublime>
            <vim>
                <NAME>
                    <str>
                        <![CDATA[vim]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="192" g="192" b="192" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="0" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="192" g="192" b="192" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="0" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="128" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="128" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="128" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="128" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="0" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="0" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style19>
                        <FORE>
                            <colour r="255" g="0" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="0" g="255" b="0" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="255" g="255" b="0" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="255" g="0" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="255" g="0" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="255" g="0" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style34>
                        <FORE>
                            <colour r="0" g="0" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="128" g="128" b="128" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="64" g="128" b="128" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                </cc>
            </vim>
            <slush_n_poppies>
                <NAME>
                    <str>
                        <![CDATA[slush n poppies]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <BACK>
                            <colour r="241" g="241" b="241" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <BACK>
                            <colour r="241" g="241" b="241" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="64" g="96" b="64" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="64" g="96" b="64" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="64" g="96" b="64" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="64" g="96" b="64" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style11>
                        <FORE>
                            <colour r="64" g="96" b="64" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="64" g="96" b="64" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style19>
                        <FORE>
                            <colour r="0" g="128" b="160" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="32" g="96" b="160" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="32" g="96" b="160" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="192" g="48" b="48" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="192" g="48" b="48" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="128" g="0" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style36>
                        <FORE>
                            <colour r="97" g="97" b="97" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="176" g="176" b="255" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style40>
                        <BACK>
                            <colour r="140" g="140" b="255" />
                        </BACK>
                        <BOLD bool="0" />
                        <UNDERLINED bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Matching brace highlight]]>
                            </str>
                        </NAME>
                    </style40>
                    <style41>
                        <BACK>
                            <colour r="255" g="106" b="106" />
                        </BACK>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[No matching brace highlight]]>
                            </str>
                        </NAME>
                    </style41>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                </cc>
            </slush_n_poppies>
            <espresso_libre>
                <NAME>
                    <str>
                        <![CDATA[espresso libre]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="132" g="112" b="89" />
                        </FORE>
                        <BACK>
                            <colour r="42" g="33" b="28" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="132" g="112" b="89" />
                        </FORE>
                        <BACK>
                            <colour r="42" g="33" b="28" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="0" g="102" b="255" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="0" g="102" b="255" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="0" g="102" b="255" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="0" g="102" b="255" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style19>
                        <FORE>
                            <colour r="68" g="170" b="67" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="67" g="168" b="237" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style27>
                        <FORE>
                            <colour r="4" g="155" b="10" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="4" g="155" b="10" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="47" g="228" b="32" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style34>
                        <FORE>
                            <colour r="154" g="255" b="135" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="109" g="121" b="222" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style40>
                        <FORE>
                            <colour r="192" g="192" b="192" />
                        </FORE>
                        <BACK>
                            <colour r="141" g="119" b="95" />
                        </BACK>
                        <BOLD bool="0" />
                        <UNDERLINED bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Matching brace highlight]]>
                            </str>
                        </NAME>
                    </style40>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </espresso_libre>
            <modnokai_night_shift>
                <NAME>
                    <str>
                        <![CDATA[modnokai night shift]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="34" g="40" b="42" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="34" g="40" b="42" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style13>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style15>
                        <FORE>
                            <colour r="128" g="255" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style15>
                    <style16>
                        <FORE>
                            <colour r="128" g="255" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style16>
                    <style17>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="38" g="249" b="173" />
                        </FORE>
                        <BOLD bool="0" />
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="249" g="38" b="114" />
                        </FORE>
                        <BOLD bool="0" />
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="224" g="160" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="224" g="160" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style34>
                        <FORE>
                            <colour r="249" g="38" b="114" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="166" g="226" b="46" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="17" g="64" b="76" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="47" g="57" b="60" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                    <editor>
                        <keywords />
                    </editor>
                </cc>
            </modnokai_night_shift>
            <default>
                <NAME>
                    <str>
                        <![CDATA[default]]>
                    </str>
                </NAME>
            </default>
            <kft2>
                <NAME>
                    <str>
                        <![CDATA[kft2]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="93" g="255" b="105" />
                        </FORE>
                        <BACK>
                            <colour r="28" g="0" b="36" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="93" g="255" b="105" />
                        </FORE>
                        <BACK>
                            <colour r="28" g="0" b="36" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="0" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="0" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="0" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="0" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style11>
                        <FORE>
                            <colour r="100" g="211" b="222" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="100" g="211" b="222" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style15>
                        <FORE>
                            <colour r="10" g="187" b="187" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style15>
                    <style16>
                        <FORE>
                            <colour r="10" g="187" b="187" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style16>
                    <style19>
                        <FORE>
                            <colour r="255" g="241" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="63" g="118" b="255" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="0" g="222" b="0" />
                        </FORE>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="171" g="171" b="171" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="171" g="171" b="171" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style31>
                        <FORE>
                            <colour r="255" g="176" b="53" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Character]]>
                            </str>
                        </NAME>
                    </style31>
                    <style33>
                        <FORE>
                            <colour r="255" g="0" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[UUID]]>
                            </str>
                        </NAME>
                    </style33>
                    <style34>
                        <FORE>
                            <colour r="33" g="237" b="33" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="255" g="0" b="206" />
                        </FORE>
                        <BOLD bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <FORE>
                            <colour r="255" g="196" b="253" />
                        </FORE>
                        <BACK>
                            <colour r="78" g="0" b="86" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <FORE>
                            <colour r="0" g="255" b="14" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <style40>
                        <FORE>
                            <colour r="255" g="0" b="0" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="0" b="0" />
                        </BACK>
                        <BOLD bool="0" />
                        <NAME>
                            <str>
                                <![CDATA[Matching brace highlight]]>
                            </str>
                        </NAME>
                    </style40>
                    <editor>
                        <keywords>
                            <SET4>
                                <str>
                                    <![CDATA[_DEBUG=1 __cplusplus __GNUC__ __GNUG__]]>
                                </str>
                            </SET4>
                        </keywords>
                    </editor>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                </cc>
            </kft2>
            <modnokai_night_shift_v2>
                <NAME>
                    <str>
                        <![CDATA[modnokai night shift v2]]>
                    </str>
                </NAME>
                <cc>
                    <style0>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="0" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style0>
                    <style1>
                        <FORE>
                            <colour r="255" g="255" b="255" />
                        </FORE>
                        <BACK>
                            <colour r="0" g="0" b="0" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Default]]>
                            </str>
                        </NAME>
                    </style1>
                    <style5>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style5>
                    <style6>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style6>
                    <style7>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style7>
                    <style8>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (normal)]]>
                            </str>
                        </NAME>
                    </style8>
                    <style9>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style9>
                    <style10>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (normal)]]>
                            </str>
                        </NAME>
                    </style10>
                    <style11>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style11>
                    <style12>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment (documentation)]]>
                            </str>
                        </NAME>
                    </style12>
                    <style13>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style13>
                    <style14>
                        <FORE>
                            <colour r="117" g="113" b="94" />
                        </FORE>
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Comment line (documentation)]]>
                            </str>
                        </NAME>
                    </style14>
                    <style15>
                        <FORE>
                            <colour r="128" g="255" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style15>
                    <style16>
                        <FORE>
                            <colour r="128" g="255" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword (documentation)]]>
                            </str>
                        </NAME>
                    </style16>
                    <style17>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style17>
                    <style18>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Comment keyword error (documentation)]]>
                            </str>
                        </NAME>
                    </style18>
                    <style19>
                        <FORE>
                            <colour r="255" g="128" b="128" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Number]]>
                            </str>
                        </NAME>
                    </style19>
                    <style21>
                        <FORE>
                            <colour r="120" g="215" b="236" />
                        </FORE>
                        <BOLD bool="0" />
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[Keyword]]>
                            </str>
                        </NAME>
                    </style21>
                    <style23>
                        <FORE>
                            <colour r="249" g="38" b="114" />
                        </FORE>
                        <BOLD bool="0" />
                        <ITALICS bool="1" />
                        <NAME>
                            <str>
                                <![CDATA[User keyword]]>
                            </str>
                        </NAME>
                    </style23>
                    <style27>
                        <FORE>
                            <colour r="224" g="160" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style27>
                    <style28>
                        <FORE>
                            <colour r="224" g="160" b="0" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[String]]>
                            </str>
                        </NAME>
                    </style28>
                    <style34>
                        <FORE>
                            <colour r="249" g="38" b="114" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Preprocessor]]>
                            </str>
                        </NAME>
                    </style34>
                    <style36>
                        <FORE>
                            <colour r="166" g="226" b="46" />
                        </FORE>
                        <NAME>
                            <str>
                                <![CDATA[Operator]]>
                            </str>
                        </NAME>
                    </style36>
                    <style38>
                        <BACK>
                            <colour r="17" g="64" b="76" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Selection]]>
                            </str>
                        </NAME>
                    </style38>
                    <style39>
                        <BACK>
                            <colour r="34" g="40" b="42" />
                        </BACK>
                        <NAME>
                            <str>
                                <![CDATA[Active line]]>
                            </str>
                        </NAME>
                    </style39>
                    <editor>
                        <keywords>
                            <SET4>
                                <str>
                                    <![CDATA[__cplusplus __GNUC__ __GNUG__]]>
                                </str>
                            </SET4>
                        </keywords>
                    </editor>
                    <NAME>
                        <str>
                            <![CDATA[C/C++]]>
                        </str>
                    </NAME>
                </cc>
            </modnokai_night_shift_v2>
        </colour_sets>
    </editor>
</CodeBlocksConfig>


转载:http://blog.csdn.net/gatieme/article/details/50847758

目录
相关文章
|
API
【工具推荐】 Obsidian 插件 Obsidian to Flomo 一键同步内容到 Flomo 插件
Obsidian to Flomo 是一款可以一键发送内容到 Flomo 的Obsidian 插件。
658 0
|
存储 JavaScript 前端开发
VSCode安装配置使用教程(最新版超详细保姆级含插件)一文就够了
Visual Studio Code 是一个轻量级功能强大的源代码编辑器,支持语法高亮、代码自动补全(又称 IntelliSense)、代码重构、查看定义功能,并且内置了命令行工具和 Git 版本控制系统。适用于 Windows、macOS 和 Linux。它内置了对 JavaScript、TypeScript 和 Node.js 的支持,并为其他语言和运行时(如 C++、C#、Java、Python、PHP、Go、.NET)提供了丰富的扩展生态系统。为了不影响读者的沉浸式阅读学习,如需使用目录请在左侧使用即可。
3702 0
VSCode安装配置使用教程(最新版超详细保姆级含插件)一文就够了
|
C++ 索引
vscode clangd c++开发常见问题和解决方案
vscode clangd c++开发常见问题和解决方案
2092 0
|
7天前
|
资源调度 JavaScript 搜索推荐
《VitePress 简易速速上手小册》第9章 VitePress 的扩展与插件(2024 最新版)
《VitePress 简易速速上手小册》第9章 VitePress 的扩展与插件(2024 最新版)
22 0
|
15天前
|
IDE 开发工具 Windows
篇章一 HBuilderX下载与使用
篇章一 HBuilderX下载与使用
|
5月前
|
JavaScript 前端开发 程序员
从零开发和发布自己的wordpress插件到官方插件库完全指南
wordpress是一款很流行的开源博客程序,全世界有很多网站都在使用wordpress,程序员们也喜欢拿来做自己的技术博客,对于自己不满意的地方,那肯定也需要自己动手来修改了,下面就介绍从开发到发布一个wordpress插件的完整流程
63 0
|
Ubuntu Python
全网最简约的Vscode配置Anaconda环境(百分百成功)
全网最简约的Vscode配置Anaconda环境(百分百成功)
7158 0
全网最简约的Vscode配置Anaconda环境(百分百成功)
|
图形学
Rhino中文名称犀牛,是一款超强的三维建模工具Rhino 7.9安装教程(所有版本下载安装教程)
Rhino中文名称犀牛,是一款超强的三维建模工具。不过不要小瞧它,它包含了所有的NURBS建模功能,用它建模感觉非常流畅,所以大家经常用它来建模,然后导出高精度模型给其他三维软件使用。
|
Android开发
泼辣修图2023最新版功能介绍及使用教程
看了看后台管理,发现修图软件比较受大家欢迎,所以今天我打算在更新一个修图软件泼辣修图!泼辣修图是一款深受用户喜爱的修图软件,所以今天为大家推荐这款修图APP,经过汉化,所有滤镜和工具都能免费用,无任何的廣搞! 无论你是入门新手还是摄影专家,泼辣修图都可以满足你的一切需求。对于入门新手而言,泼辣修图搭载的先进自动增强工具和富有创意的图像滤镜,可以帮助他们快速雕琢图像的每一个细节。对于摄影专家而言,图层混合、局部调整、曲线工具等等功能则是他们青睐有加的专业特性。
401 0
|
Windows
磨皮软件portraiture最新版下载及使用教程
Portraiture操作界面友好,安装过程简单,是一款相当实用的磨皮滤镜。接下来,我们以Photoshop软件为例,演示一下插件的安装与激活过程吧。
636 0