Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atom-syntax-theme-to-highlights-css

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-syntax-theme-to-highlights-css

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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by266.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 06 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc