All Projects → philipbelesky → gray-matter

philipbelesky / gray-matter

Licence: MIT license
A colour scheme for Sublime Text and Visual Studio Code that takes design cues from popular minimalist Markdown text editors.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to gray-matter

Handlebars
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
Stars: ✭ 292 (+323.19%)
Mutual labels:  syntax-highlighting, sublime-text, visual-studio-code
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-81.16%)
Mutual labels:  syntax-highlighting, sublime-text, visual-studio-code
Kung-Fury-Theme
80's dark retro theme for VS Code and Sublime Text
Stars: ✭ 29 (-57.97%)
Mutual labels:  syntax-highlighting, dark-theme, sublime-text
New Moon
🌙 ‎ The optimized dark theme for web development.
Stars: ✭ 918 (+1230.43%)
Mutual labels:  syntax-highlighting, dark-theme, visual-studio-code
sublime-coconut
Coconut syntax highlighting for Sublime Text and VSCode.
Stars: ✭ 18 (-73.91%)
Mutual labels:  syntax-highlighting, sublime-text
sublime
🧛🏻‍♂️ Dark theme for Sublime Text
Stars: ✭ 87 (+26.09%)
Mutual labels:  dark-theme, sublime-text
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+18.84%)
Mutual labels:  syntax-highlighting, sublime-text
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-66.67%)
Mutual labels:  syntax-highlighting, sublime-text
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (+136.23%)
Mutual labels:  syntax-highlighting, dark-theme
intellij-visual-studio-code-dark-plus
Visual Studio Code Dark Plus theme for JetBrains IDEs
Stars: ✭ 108 (+56.52%)
Mutual labels:  dark-theme, visual-studio-code
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (-49.28%)
Mutual labels:  syntax-highlighting, sublime-text
new-moon-atom-syntax
New Moon Syntax Theme for Atom
Stars: ✭ 23 (-66.67%)
Mutual labels:  syntax-highlighting, dark-theme
ST-ASS
ASS/SSA subtitles syntax highlight for Sublime Text.
Stars: ✭ 23 (-66.67%)
Mutual labels:  syntax-highlighting, sublime-text
elm-syntax-highlighting
Syntax Highlighting for Elm in Sublime Text
Stars: ✭ 27 (-60.87%)
Mutual labels:  syntax-highlighting, sublime-text
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+157.97%)
Mutual labels:  syntax-highlighting, sublime-text
vscode-liquid
💧Liquid language support for VS Code
Stars: ✭ 137 (+98.55%)
Mutual labels:  syntax-highlighting, visual-studio-code
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-73.91%)
Mutual labels:  dark-theme, visual-studio-code
VisualStudio-ColorCoder
Visual Studio extension that helps with semantic highlighting in C# and VB.Net
Stars: ✭ 31 (-55.07%)
Mutual labels:  syntax-highlighting, dark-theme
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (-39.13%)
Mutual labels:  syntax-highlighting, sublime-text
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+104.35%)
Mutual labels:  syntax-highlighting, visual-studio-code

Gray Matter

A pair of colour schemes for writing Markdown in Sublime Text, Visual Studio Code, and other .tmTheme editors. It takes aesthetic cues from popular minimalist writing apps and aims to lessen the visual impact of markdown punctuation. It also attempts to support the full range of Markdown syntax ranging from Markdown, MultiMarkdown, Github Flavoured Markdown, and Pandoc Markdown.

Light Theme

Light Theme

Dark Theme

Dark Theme

Sublime Text Installation

With Package Control

  1. Make sure that Package Control is already installed
  2. Choose Install Package from the Command Palette — Ctrl+Shift+P on Windows/Linux and ⇧⌘P on OS X
  3. Search for Gray Matter Color Schemes and hit Enter

Manual Install

  1. Clone or download the repo
  2. Choose Browse Packages from the Command Palette — Ctrl+Shift+P on Windows/Linux and ⇧⌘P on OS X
  3. Copy the repo folder into this directory

Setup

Note that this theme is specifically designed for Markdown. To configure Sublime Text such that this theme is always used for just Markdown files, first open up a Markdown file, and then in the menu bar open up the syntax-specific settings via Preferences > Settings - More > Syntax Specific - User.

Add in either:

"color_scheme": "Packages/Color Scheme - Gray Matter/Gray Matter Light.tmTheme",

Or:

"color_scheme": "Packages/Color Scheme - Gray Matter/Gray Matter Dark.tmTheme",

While in this file here are another few options you may want to consider in order to better match a more traditional Markdown text editor:

"draw_centered": true,
"font_size": 18,
"gutter": false,
"highlight_line": false,
"line_numbers": true,
"line_padding_bottom": 4,
"line_padding_top": 4,
"tab_size": 4,
"word_wrap": true,
"wrap_width": 90

This color scheme pairs well with Boxy Yesterday if you desire a similar aesthetic for the wider Sublime Text chrome.

Supported Sublime Syntaxes

Visual Studio Code Installation & Configuration

Currently the theme is available through the Visual Studio Marketplace. You can then activate it in the Preferences > Color Theme section of the menu.

Development

Tests

Tests use sublime_color_scheme_unit to test for regressions. Once installed (via Package Control) the :TestSuite command in the Command Palette will run the test set.

References

Building

A script builds the Dark version of the theme.

$ bash build.sh

Publishing

Sublime Text works with the .thTheme files in the root directory. To publish to Package Control just tag the version and push from master.

Visual Studio code uses the *-color-theme.json files in the root directory which contain a number of VSC-specific settings for the editor chrome and import the .tmTheme for basic syntax highlighting. To publish to the Visual Studio Marketplace (requires the vsce package from npm install):

$ vsce publish 1.2.0

Atom uses the .less files in gray-matter-X-syntax folders

Roadmap

  • Sublime Text Multimarkdown Grammars don't appear to exist for most footnote formats in-text such as [^ref] / [@Kullmann:2014bd 26] or for recognising the bottom reference to a footnote such as [^ref]: / [#Doe:2011]:.
  • Sublime Text Multimarkdown Grammars don't appear to exist for recognising the actual text part of an ATX style header
  • Sublime Text Multimarkdown Grammars don't appear to exist for getting the syntax elements (ie the 1. or -) for lists beyond the first item.

License

The MIT license.

Acknowledgements

This colour scheme is heavily influence by the visual style of Byword, iA Writer, and Ulysses.

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