All Projects → mgyongyosi → OneDarkJekyll

mgyongyosi / OneDarkJekyll

Licence: MIT license
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.).

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to OneDarkJekyll

pen-paper-coffee-syntax
Light Atom syntax theme designed for writing texts in markdown.
Stars: ✭ 55 (+111.54%)
Mutual labels:  syntax-theme, atom
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+176.92%)
Mutual labels:  syntax-theme, atom
soft-era-atom-syntax
🌸 soft era for Atom ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 24 (-7.69%)
Mutual labels:  syntax-theme, atom
Atom Panda Syntax
Panda syntax theme for Atom.
Stars: ✭ 122 (+369.23%)
Mutual labels:  syntax-theme, atom
firewatch-syntax
A Firewatch inspired Atom red syntax theme
Stars: ✭ 48 (+84.62%)
Mutual labels:  syntax-theme, atom
electron-highlighter-syntax
Syntax theme for Atom editor
Stars: ✭ 16 (-38.46%)
Mutual labels:  syntax-theme, atom
calamity-atom
A purple dark theme with medium to high contrast for the Atom editor ⚛️
Stars: ✭ 12 (-53.85%)
Mutual labels:  syntax-theme, atom
yolo-theme
Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
Stars: ✭ 24 (-7.69%)
Mutual labels:  syntax-theme, atom
Fizzy
🍇 🍓 🍊 A lovely, bright and lively syntax theme for Atom.
Stars: ✭ 29 (+11.54%)
Mutual labels:  syntax-theme, atom
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (+600%)
Mutual labels:  syntax-theme, atom
touchbar
Atom package to use MacBook Touchbar
Stars: ✭ 51 (+96.15%)
Mutual labels:  atom
skyline
🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Stars: ✭ 29 (+11.54%)
Mutual labels:  atom
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (+46.15%)
Mutual labels:  jekyll-theme
swdc-atom
Track your programming activity in real-time in Atom
Stars: ✭ 11 (-57.69%)
Mutual labels:  atom
jekyll-pithy
a jekyll theme
Stars: ✭ 60 (+130.77%)
Mutual labels:  jekyll-theme
atom-gitkraken
Open the current @atom project in GitKraken.
Stars: ✭ 12 (-53.85%)
Mutual labels:  atom
atom-quokka
Quokka.js Atom Package
Stars: ✭ 31 (+19.23%)
Mutual labels:  atom
atom-remember-session
A simple package to make Atom remember your previous session - Not being developed anymore!
Stars: ✭ 15 (-42.31%)
Mutual labels:  atom
ajom
atom plugins in clojurescript
Stars: ✭ 36 (+38.46%)
Mutual labels:  atom
Supply
🛍 Supply is a free e-commerce Jekyll theme with Gumroad integration.
Stars: ✭ 24 (-7.69%)
Mutual labels:  jekyll-theme

OneDarkJekyll

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)

Create a new syntax stylesheet

  1. npm install -g less less-plugin-clean-css
  2. Clone this repository
  3. Download the colors.css file 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)
  4. Put the previously downloaded file next to syntax.less
  5. Run lessc syntax.less syntax.css --clean-css
  6. Use the syntax.css

It's not final and in case you find any error/improvement feel free to create a PR. :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].