notepad++主题One Dark

<?xml version="1.0" encoding="Windows-1252" ?>
<!--//
# Style Name: One Dark for Notepad++ (Npp-1-Dark)
# Author: https://60ss.github.io
# Description: A close replica of the Atom "One Dark" syntax theme in Notepad++.
# Languages: HTML, XML, CSS, JavaScript, PHP, SQL, SASS(in userDefineLang)
# Note: I don't claim any ownership of this theme. It is merely a replica of another.
//-->
<NotepadPlus>
    <GlobalStyles>
        <WidgetStyle fgColor="FFFFFF" bgColor="282C34" fontName="JetBrains Mono" fontSize="14" fontStyle="0" name="Global override" styleID="0" />
        <WidgetStyle fgColor="ABB2BF" bgColor="282C34" fontName="Consolas" fontSize="11" fontStyle="0" name="Default Style" styleID="32" />
        <WidgetStyle fgColor="3E4451" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Indent guideline style" styleID="37" />
        <WidgetStyle fgColor="ABB2BF" bgColor="282C34" fontName="" fontSize="" fontStyle="4" name="Brace highlight style" styleID="34" />
        <WidgetStyle fgColor="E06C75" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Bad brace colour" styleID="35" />
        <WidgetStyle fgColor="ABB2BF" bgColor="2C323C" fontName="" fontSize="" fontStyle="0" name="Current line background colour" styleID="0" />
        <WidgetStyle fgColor="E06C75" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Mark colour" styleID="0" />
        <WidgetStyle fgColor="C0C0C0" bgColor="3E4451" fontName="" fontSize="" fontStyle="0" name="Selected text colour" styleID="0" />
        <WidgetStyle fgColor="A7A7A7" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Caret colour" styleID="2069" />
        <WidgetStyle fgColor="D19A66" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Find Mark Style" styleID="31" />
        <WidgetStyle fgColor="ABB2BF" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Edge colour" styleID="0" />
        <WidgetStyle fgColor="5C6370" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Line number margin" styleID="33" />
        <WidgetStyle fgColor="636370" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Fold" styleID="0" />
        <WidgetStyle fgColor="282C34" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Fold margin" styleID="0" />
        <WidgetStyle fgColor="3E4451" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Fold active" styleID="0" />
        <WidgetStyle fgColor="3E4451" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="White space symbol" styleID="0" />
        <WidgetStyle fgColor="3E4451" bgColor="ABB2BF" fontName="" fontSize="" fontStyle="0" name="Smart HighLighting" styleID="29" />
        <WidgetStyle fgColor="D19A66" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Find Mark Style" styleID="31" />
        <WidgetStyle fgColor="E0E2E4" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Mark Style 1" styleID="25" />
        <WidgetStyle fgColor="E0E2E4" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Mark Style 2" styleID="24" />
        <WidgetStyle fgColor="D19A66" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Mark Style 3" styleID="23" />
        <WidgetStyle fgColor="98C379" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Mark Style 4" styleID="22" />
        <WidgetStyle fgColor="AB7967" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Mark Style 5" styleID="21" />
        <WidgetStyle fgColor="ABB2BF" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Incremental highlight all" styleID="28" />
        <WidgetStyle fgColor="E06C75" bgColor="3E4451" fontName="" fontSize="" fontStyle="0" name="Tags match highlighting" styleID="27" />
        <WidgetStyle fgColor="ABB2BF" bgColor="3E4451" fontName="" fontSize="" fontStyle="0" name="Tags attribute" styleID="26" />
        <WidgetStyle fgColor="282C34" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Active tab focused indicator" styleID="0" />
        <WidgetStyle fgColor="ABB2BF" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="Active tab unfocused indicator" styleID="0" />
        <WidgetStyle fgColor="000000" bgColor="FFFFFF" fontName="" fontSize="" fontStyle="0" name="Active tab text" styleID="0" />
        <WidgetStyle fgColor="ABB2BF" bgColor="F0F0F0" fontName="" fontSize="" fontStyle="0" name="Inactive tabs" styleID="0" />
        <WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
        <WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
        <WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
        <WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
        <WidgetStyle name="EOL custom color" styleID="0" fgColor="DADADA" />
        <WidgetStyle name="Non-printing characters custom color" styleID="0" fgColor="3E4451" />
    </GlobalStyles>
    <LexerStyles>
		<LexerType name="yaml" desc="YAML" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="IDENTIFIER" styleID="2" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="5C6370" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="56B6C2" bgColor="282C34" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="E06C75" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="REFERENCE" styleID="5" fgColor="FF79C6" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="DOCUMENT" styleID="6" fgColor="D19A66" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="TEXT" styleID="7" fgColor="98C379" bgColor="282C34" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="ERROR" styleID="8" fgColor="E06C75" bgColor="282C34" fontName="" fontStyle="3" fontSize="" />
        </LexerType>		
		<LexerType name="makefile" desc="Makefile" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="5C6370" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="PREPROCESSOR" styleID="2" fgColor="E06C75" bgColor="282C34" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="IDENTIFIER" styleID="3" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="OPERATOR" styleID="4" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="TARGET" styleID="5" fgColor="56B6C2" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="IDEOL" styleID="9" fgColor="008000" bgColor="282C34" fontName="" fontStyle="2" fontSize="" />
        </LexerType>
		<LexerType name="vb" desc="VB / VBS" ext="">
            <WordsStyle name="DEFAULT" styleID="7" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="5C6370" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="E06C75" bgColor="282C34" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="WORD" styleID="3" fgColor="61AFEF" bgColor="282C34" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
            <WordsStyle name="STRING" styleID="4" fgColor="F1FA8C" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="E06C75" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="OPERATOR" styleID="6" fgColor="ABB2BF" bgColor="282C34" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="DATE" styleID="8" fgColor="008000" bgColor="282C34" fontName="" fontStyle="0" fontSize="" />
        </LexerType>
        <LexerType name="html" desc="HTML" ext="">
            <WordsStyle fgColor="ABB2BF" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="DEFAULT" styleID="0" />
            <WordsStyle fgColor="5C6370" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="COMMENT" styleID="9" />
            <WordsStyle fgColor="E06C75" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="NUMBER" styleID="5" />
            <WordsStyle fgColor="98C379" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="DOUBLESTRING" styleID="6" />
            <WordsStyle fgColor="98C379" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name="SINGLESTRING" styleID="7" />
            <WordsStyle fgColor="E06C75" bgColor="282C34" fontName="" fontSize="" fontStyle="0" name
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值