Skip to content

smlombardi/theme-slime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published