All Projects → primer → Github Syntax Theme Generator

primer / Github Syntax Theme Generator

Licence: mit
Uses a prettylights theme object to generate syntax themes for multiple platforms

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Github Syntax Theme Generator

new-moon-chrome-devtools
New Moon Theme for Chrome Devtools.
Stars: ✭ 57 (-52.5%)
Mutual labels:  syntax-theme
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-86.67%)
Mutual labels:  syntax-theme
New Moon
🌙 ‎ The optimized dark theme for web development.
Stars: ✭ 918 (+665%)
Mutual labels:  syntax-theme
electron-highlighter-syntax
Syntax theme for Atom editor
Stars: ✭ 16 (-86.67%)
Mutual labels:  syntax-theme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+25.83%)
Mutual labels:  syntax-theme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+144.17%)
Mutual labels:  syntax-theme
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (-40%)
Mutual labels:  syntax-theme
New Moon Vscode
New Moon Theme for Visual Studio Code.
Stars: ✭ 75 (-37.5%)
Mutual labels:  syntax-theme
chelevra.tmtheme
Sublime Text Syntax Highlighting Theme
Stars: ✭ 23 (-80.83%)
Mutual labels:  syntax-theme
New Moon Brackets
New Moon Theme for Brackets.
Stars: ✭ 19 (-84.17%)
Mutual labels:  syntax-theme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (-82.5%)
Mutual labels:  syntax-theme
firewatch-syntax
A Firewatch inspired Atom red syntax theme
Stars: ✭ 48 (-60%)
Mutual labels:  syntax-theme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+3913.33%)
Mutual labels:  syntax-theme
pen-paper-coffee-syntax
Light Atom syntax theme designed for writing texts in markdown.
Stars: ✭ 55 (-54.17%)
Mutual labels:  syntax-theme
Fizzy
🍇 🍓 🍊 A lovely, bright and lively syntax theme for Atom.
Stars: ✭ 29 (-75.83%)
Mutual labels:  syntax-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (-75.83%)
Mutual labels:  syntax-theme
gloom
A dark and gloomy pastel color syntax theme for Visual Studio Code
Stars: ✭ 31 (-74.17%)
Mutual labels:  syntax-theme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-10%)
Mutual labels:  syntax-theme
Vscode Duotone Dark
DuoTone Dark Sea Syntax theme for Visual Studio Code
Stars: ✭ 66 (-45%)
Mutual labels:  syntax-theme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+524.17%)
Mutual labels:  syntax-theme

GitHub syntax theme generators

NPM version Build Status

The GitHub syntax theme generator will generate themes for multiple platforms based on the GitHub syntax theme.

Install

All of the built themes in this package are distributed at separate repositories. It's recommended that you install one of these if you're looking for a specific theme.

CSS

The CSS syntax theme is based on a custom syntax highlighter in use by GitHub. The prefixes to the classes are .pl- for Prettylights.

Codemirror

The Codemirror syntax theme is generated by the codemirror adapter.

Atom

The Atom theme is built by apm converted from the TextMate theme.

TextMate

For TextMate or any other TextMate compatible editors, you can use the github-textmate-theme.

Development

Clone this repository and after npm install. Run

$ npm run build

This will run the script that will build all the themes. The themes are built from the json files in the lib/themes folder.

Adapters

The theme adapters are located in ./lib/adapters/ directory. Each one will complete a specific task to build that theme.

Contributing

If you would like to see the theme compiled for another platform, we welcome pull requests.

License

MIT © GitHub

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].