JSPM

atom-syntax-theme-to-highlights-css

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22106F
  • License MIT

This CLI tool allows you to transform an Atom theme to CSS file ready to be used by code highlighted by atom/highlights.

Package Exports

  • atom-syntax-theme-to-highlights-css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (atom-syntax-theme-to-highlights-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

atom-syntax-theme-to-highlights-css

Build Status

Repo on GitHub Repo on GitLab Repo on BitBucket

This CLI tool allows you to transform an Atom theme to CSS ready to be used by code highlighted with atom/highlights.

Atom themes are less files so a compilation is required when you want to use those directly.

This simple command clone, compile and adjust CSS for you.

Preview

Install

⚠️ No need to install this package globally as you will probably not use it often. You can rely on npx which is provided by default in latest version of npm.

Bu in case you want to...

npm install -g atom-syntax-theme-to-highlights-css

Usage

To output the CSS

npx atom-syntax-theme-to-highlights-css https://github.com/simurai/duotone-dark-sea-syntax

To copy directly into your clipboard

npx atom-syntax-theme-to-highlights-css --clipboard https://github.com/simurai/duotone-dark-sea-syntax

Note: an alias is also available if you have installed the package globally: atomst2hlcss