tomek120k / theme-slime

A theme for VSCode based on my Atom theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A theme for VSCode based on my Atom theme