parchment-syntax
Parchment and colored pens
neumond 526 0 1.0.0 MIT GitHub

parchment-syntax theme

Theme is still WIP.

Languages

  • Python apm install MagicPython

  • Lua apm install language-lua

  • Javascript (bundled)

  • Markdown apm install language-markdown

  • HTML (bundled)

  • XML (bundled)

  • CSS/Less (bundled)

  • Json (bundled)

  • Yaml (bundled)

  • .gitignore apm install language-gitignore

  • React JSX apm install language-babel

    These packages are obtrusive and break bundled javascript highlighter, which is better in my opinion. To keep .js files untouched add to config:

    "*":
        core:
            customFileTypes:
                "source.js": [
                    "js"
                ]
    

    For JSX code just use .jsx extension.

Screenshots

Screenshot here

TODO

  • Thin red must be darker than bold
  • .less :not operator