Edditoria / markdown-plus-plus

Markdown syntax highlighting for Notepad++, by customized UDL file (user defined language)
MIT License
1.49k stars 278 forks source link

[Feature request] Dracula theme support #62

Open o-l-a-v opened 3 years ago

o-l-a-v commented 3 years ago

Would be awesome with Dracula theme support as well. :)

The easiest way would probably be to reuse one of the dark ones you already have, just change the background color to what Dracula uses, 282A36.

o-l-a-v commented 3 years ago
"Blackboard" with Dracula background ```xml 00# 01 02((EOL)) 03<!-- 04--> . . @ < > \< \> \\ \` \* \_ \{ \} \[ \] \( \) \# \+ \- \. \! \~ \| |:-: |:--: |:---: | :-: :--: :---: :|: |: :| - + :- :-- :--- : ../ (../ http:// (http:// https:// (https:// mailto: (mailto: ftp:// (ftp:// ftps:// (ftps:// (/ / ==== ---- *** ___ ** __ * _ ** __ * _ 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 ```
"Material" with Dracula background ```xml 00# 01 02((EOL)) 03<!-- 04--> . . @ < > \< \> \\ \` \* \_ \{ \} \[ \] \( \) \# \+ \- \. \! \~ \| |:-: |:--: |:---: | :-: :--: :---: :|: |: :| - + :- :-- :--- : ../ (../ http:// (http:// https:// (https:// mailto: (mailto: ftp:// (ftp:// ftps:// (ftps:// (/ / ==== ---- *** ___ ** __ * _ ** __ * _ 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 ```