Skip to content

Latest commit

 

History

History
executable file
·
44 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

executable file
·
44 lines (30 loc) · 1.17 KB

Slime

A dark syntax/workbench theme forVisual Studio Code based on my Atom theme

Optimized for SCSS, HTML, JS, TS, Markdown, and PHP files.

Font used in screenshots is IBM Plex Mono.

If you prefer italic comments, just add this block to your user settings:

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "comment, comment.block.html",
      "settings": {
        "fontStyle": "italic"
      }
    }
  ]
},

This works for all themes.

Workbench

Screenshot

HTML

Screenshot

SCSS

Screenshot

JS

Screenshot

Typescript

Screenshot

PHP

Screenshot