Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
atom-one-chroma
Advanced tools
Chroma compatible stylesheets using Atom's lovely One Dark Syntax and One Light Syntax Syntax themes.
Get the stylesheets on jsDelivr or consume the NPM package and access built stylesheets from dist
.
NPM build
script copies LESS stylesheet files from GitHub repositories for One Dark Syntax and One Light Syntax into a temp
directory, at which point each of them are converted to vanilla CSS using LESS compiler, minified with clean-css and output to the dist
directory.
git clone
.npm install
.npm run build
to generate stylesheets.See dist
folder for light and dark Atom One stylesheets.
Note: By default, generated stylesheets assume your highlighted code sits in a container with class highlight
, e.g.
<div class="highlight">
<pre>
<code>...</code>
</pre>
</div>
If you are not using highlight
as your wrapper class change the wrapper class name in styles.less
before building.
Supports code snippets generated with Pygments 2.2.0 and earlier though future versions may be supported.
This tool was inspired by Richard Leland, Mihály Gyöngyösi and Alex Wood from their following creative works:
Copyright (C) 2017–2018 Josh Habdas jhabdas@protonmail.com
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.
FAQs
Atom One Syntax Highlighting for Chroma
The npm package atom-one-chroma receives a total of 2 weekly downloads. As such, atom-one-chroma popularity was classified as not popular.
We found that atom-one-chroma demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.