Skip to content

hunghg255/color-preview

Repository files navigation

logo

A vscode extension preview color

Preview

preview

Features

  • Inline display corresponding color
  • Hover

Config .vscode/settings.json

// reload
  "color-preview.annotations": true,
 "color-preview.colorDirectoryPath": "./public/styles/color.json"
// color.json
{
  "light: {
    "primary": "#000",
    "secondary": "#fff"
  },
  "dark": {
    "primary": "#fff",
    "secondary": "#000"
  }
}

Releases

No releases published

Packages

No packages published