Use Atom's One Dark syntax colors in your Jekyll powered blog!
It's LESS file which can be compiled to a - Pygments, Rouge compatible - stylesheet from Atom editor's One Dark syntax theme (and any theme based on it, for example One Dark Vivid, Firewatch, etc.).
Download the stylesheet files or compile a new one from any Atom syntax theme which based on One Dark (the variable names in colors.less must match with One Dark's)
npm install -g less less-plugin-clean-css- Clone this repository
 - Download the 
colors.cssfile from the syntax theme's repository (for example https://github.com/atom/one-dark-syntax/blob/master/styles/colors.less in case of One-Dark) - Put the previously downloaded file next to 
syntax.less - Run 
lessc syntax.less syntax.css --clean-css - Use the 
syntax.css 
It's not final and in case you find any error/improvement feel free to create a PR. :)