Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ Difference between "modern" and "classic" builds:
| Deep Black | [userDefinedLang-markdown.deep-black.modern.xml][deep_black_modern_xml] | [userDefinedLang-markdown.deep-black.classic.xml][deep_black_classic_xml] |
| Solarized :new: | [userDefinedLang-markdown.solarized.modern.xml][solarized_modern_xml] | [userDefinedLang-markdown.solarized.classic.xml][solarized_classic_xml] |
| Solarized-light :new: | [userDefinedLang-markdown.solarized-light.classic.xml][solarized_light_modern_xml] | [userDefinedLang-markdown.solarized-light.classic.xml][solarized_light_classic_xml] |
| Bespin | [userDefinedLang-markdown.bespin.classic.xml][bespin_modern_xml] | [userDefinedLang-markdown.bespin.classic.xml][bespin_classic_xml] |
| Choco | [userDefinedLang-markdown.choco.classic.xml][choco_modern_xml] | [userDefinedLang-markdown.choco.classic.xml][choco_classic_xml] |
| Hello Kitty | [userDefinedLang-markdown.hello-kitty.classic.xml][hello-kitty_modern_xml] | [userDefinedLang-markdown.hello-kitty.classic.xml][hello-kitty_classic_xml] |
| Mono Industrial | [userDefinedLang-markdown.mono-industrial.classic.xml][mono-industrial_modern_xml] | [userDefinedLang-markdown.mono-industrial.classic.xml][mono-industrial_classic_xml] |
| Monokai | [userDefinedLang-markdown.monokai.classic.xml][monokai_modern_xml] | [userDefinedLang-markdown.monokai.classic.xml][monokai_classic_xml] |
| Obsidian | [userDefinedLang-markdown.obsidian.classic.xml][obsidian_modern_xml] | [userDefinedLang-markdown.obsidian.classic.xml][obsidian_classic_xml] |
| Plastic Code Wrap | [userDefinedLang-markdown.plastic-code-wrap.classic.xml][plastic-code-wrap_modern_xml] | [userDefinedLang-markdown.plastic-code-wrap.classic.xml][plastic-code-wrap_classic_xml] |
| Ruby Blue | [userDefinedLang-markdown.ruby-blue.classic.xml][ruby-blue_modern_xml] | [userDefinedLang-markdown.ruby-blue.classic.xml][ruby-blue_classic_xml] |
| Twilight | [userDefinedLang-markdown.twilight.classic.xml][twilight_modern_xml] | [userDefinedLang-markdown.twilight.classic.xml][twilight_classic_xml] |
| Vibrant Ink | [userDefinedLang-markdown.vibrant-ink.classic.xml][vibrant-ink_modern_xml] | [userDefinedLang-markdown.vibrant-ink.classic.xml][vibrant-ink_classic_xml] |
| vim Dark Blue | [userDefinedLang-markdown.vim-dark-blue.classic.xml][vim-dark-blue_modern_xml] | [userDefinedLang-markdown.vim-dark-blue.classic.xml][vim-dark-blue_classic_xml] |


2. In Notepad++ menu, click `Language` and select `Define your language...` .
3. In User Defined Language windows, click `Import` then open the xml file.
Expand Down Expand Up @@ -118,6 +130,30 @@ See the [LICENSE](LICENSE.txt) file for license rights and limitations (MIT).
[solarized_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-solarized/userDefinedLang-markdown.solarized.classic.xml
[solarized_light_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-solarized-light/userDefinedLang-markdown.solarized-light.modern.xml
[solarized_light_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-solarized-light/userDefinedLang-markdown.solarized-light.classic.xml
[bespin_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-bespin/userDefinedLang-markdown.bespin.modern.xml
[bespin_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-bespin/userDefinedLang-markdown.bespin.classic.xml
[choco_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-choco/userDefinedLang-markdown.choco.modern.xml
[choco_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-choco/userDefinedLang-markdown.choco.classic.xml
[hello-kitty_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-hello-kitty/userDefinedLang-markdown.hello-kitty.modern.xml
[hello-kitty_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-hello-kitty/userDefinedLang-markdown.hello-kitty.classic.xml
[mono-industrial_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-mono-industrial/userDefinedLang-markdown.mono-industrial.modern.xml
[mono-industrial_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-mono-industrial/userDefinedLang-markdown.mono-industrial.classic.xml
[monokai_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-monokai/userDefinedLang-markdown.monokai.modern.xml
[monokai_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-monokai/userDefinedLang-markdown.monokai.classic.xml
[obsidian_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-obsidian/userDefinedLang-markdown.obsidian.modern.xml
[obsidian_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-obsidian/userDefinedLang-markdown.obsidian.classic.xml
[plastic-code-wrap_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-plastic-code-wrap/userDefinedLang-markdown.plastic-code-wrap.modern.xml
[plastic-code-wrap_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-plastic-code-wrap/userDefinedLang-markdown.plastic-code-wrap.classic.xml
[ruby-blue_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-ruby-blue/userDefinedLang-markdown.ruby-blue.modern.xml
[ruby-blue_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-ruby-blue/userDefinedLang-markdown.ruby-blue.classic.xml
[solarized-light_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-solarized-light/userDefinedLang-markdown.solarized-light.modern.xml
[solarized-light_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-solarized-light/userDefinedLang-markdown.solarized-light.classic.xml
[twilight_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-twilight/userDefinedLang-markdown.twilight.modern.xml
[twilight_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-twilight/userDefinedLang-markdown.twilight.classic.xml
[vibrant-ink_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-vibrant-ink/userDefinedLang-markdown.vibrant-ink.modern.xml
[vibrant-ink_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-vibrant-ink/userDefinedLang-markdown.vibrant-ink.classic.xml
[vim-dark-blue_modern_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-vim-dark-blue/userDefinedLang-markdown.vim-dark-blue.modern.xml
[vim-dark-blue_classic_xml]: https://raw.githubusercontent.com/Edditoria/markdown-plus-plus/master/theme-vim-dark-blue/userDefinedLang-markdown.vim-dark-blue.classic.xml

[this_repo]: https://github.com/Edditoria/markdown-plus-plus
[coffeescript]: https://github.com/Edditoria/coffeescript_npp_zenburn
Expand Down
30 changes: 30 additions & 0 deletions theme-bespin/data.bespin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"themeName": "Bespin",
"default": {
"fgColor": "BDAE9D",
"bgColor": "2A211C",
"extraHighlight": false,
"transparentBg": false
},
"header": {
"fgColor": "FF8040"
},
"emphasis": {
"fgColor": "37A8ED"
},
"orderedList": {
"fgColor": "FF3A83"
},
"unorderedList": {
"fgColor": "E5C138"
},
"code": {
"fgColor": "37A3ED"
},
"link": {
"fgColor": "FF0000"
},
"comment": {
"fgColor": "666666"
}
}
64 changes: 64 additions & 0 deletions theme-bespin/userDefinedLang-markdown.bespin.classic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<NotepadPlus>
<UserLang name="Markdown [Bespin]" ext="md markdown" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="2" decimalSeparator="0" />
<Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="yes" Keywords5="yes" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00# 01 02((EOL)) 03&lt;!-- 04--&gt;</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1">.</Keywords>
<Keywords name="Numbers, suffix2">.</Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">@ &lt; &gt; \&lt; \&gt; \\ \` \* \_ \{ \} \[ \] \( \) \# \+ \- \. \! \~ :|: |: :| | \|</Keywords>
<Keywords name="Operators2">- +</Keywords>
<Keywords name="Folders in code1, open"></Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close"></Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open"></Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close"></Keywords>
<Keywords name="Keywords1">http:// (http:// https:// (https:// mailto: (mailto: ftp:// (ftp:// ftps:// (ftps:// (/ /</Keywords>
<Keywords name="Keywords2">==== ----</Keywords>
<Keywords name="Keywords3">*** ___</Keywords>
<Keywords name="Keywords4">** __</Keywords>
<Keywords name="Keywords5">* _</Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00![ 00[ 01\ 02] 02] 03``` 03` 03~~~ 04\ 05``` 05((EOL `)) 05~~~ 06*** 07\ 08((EOL ***)) 09** 10\ 11((EOL **)) 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="666666" bgColor="2A211C" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="FF8040" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="FF8040" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>
64 changes: 64 additions & 0 deletions theme-bespin/userDefinedLang-markdown.bespin.modern.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<NotepadPlus>
<UserLang name="Markdown (Bespin)" ext="md markdown" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="2" decimalSeparator="0" />
<Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="yes" Keywords5="yes" Keywords6="yes" Keywords7="yes" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00# 01 02((EOL)) 03&lt;!-- 04--&gt;</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1">.</Keywords>
<Keywords name="Numbers, suffix2">.</Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">@ &lt; &gt; \&lt; \&gt; \\ \` \* \_ \{ \} \[ \] \( \) \# \+ \- \. \! \~ :|: |: :| | \|</Keywords>
<Keywords name="Operators2">- +</Keywords>
<Keywords name="Folders in code1, open"></Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close"></Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open"></Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close"></Keywords>
<Keywords name="Keywords1">http:// (http:// https:// (https:// mailto: (mailto: ftp:// (ftp:// ftps:// (ftps:// (/ /</Keywords>
<Keywords name="Keywords2">==== ----</Keywords>
<Keywords name="Keywords3">*** ___</Keywords>
<Keywords name="Keywords4">** __</Keywords>
<Keywords name="Keywords5">* _</Keywords>
<Keywords name="Keywords6">** __</Keywords>
<Keywords name="Keywords7">* _</Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00![ 00[ 01\ 02] 02] 03``` 03` 03~~~ 04\ 05``` 05((EOL `)) 05~~~ 06*** 07\ 08((EOL ***)) 09** 10\ 11((EOL **)) 12* 13\ 14((EOL *)) 15** 16\ 17((EOL **)) 18* 19\ 20((EOL *)) 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="666666" bgColor="2A211C" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="FF8040" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="FF8040" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="1" nesting="65600" />
<WordsStyle name="DELIMITERS5" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="2" nesting="32800" />
<WordsStyle name="DELIMITERS6" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="3" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>
30 changes: 30 additions & 0 deletions theme-choco/data.choco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"themeName": "Choco",
"default": {
"fgColor": "C3BE98",
"bgColor": "1A0F0B",
"extraHighlight": false,
"transparentBg": false
},
"header": {
"fgColor": "FF8040"
},
"emphasis": {
"fgColor": "6D4C2F"
},
"orderedList": {
"fgColor": "DA5659"
},
"unorderedList": {
"fgColor": "C3BE98"
},
"code": {
"fgColor": "B3935C"
},
"link": {
"fgColor": "6D4C2F"
},
"comment": {
"fgColor": "679D47"
}
}
Loading