https://github.com/aamnah/markdownediting-blackboardtheme
Custom markdown syntax highlighting theme for MarkdownEditing Package for Sublime Text
https://github.com/aamnah/markdownediting-blackboardtheme
theme
Last synced: 4 months ago
JSON representation
Custom markdown syntax highlighting theme for MarkdownEditing Package for Sublime Text
- Host: GitHub
- URL: https://github.com/aamnah/markdownediting-blackboardtheme
- Owner: aamnah
- License: mit
- Created: 2015-02-13T09:21:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T17:15:18.000Z (over 3 years ago)
- Last Synced: 2026-01-15T07:26:26.575Z (6 months ago)
- Topics: theme
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackboard
Custom Markdown syntax highlighting theme for the Sublime Text [MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing) Package, colors inspired by Textmate's [Blackboard theme](https://github.com/textmate/themes.tmbundle/blob/master/Themes/Blackboard.tmTheme) which i came across on [Haroopad](https://github.com/rhiokim/haroopad) and Monokai Bright theme.
Works with version 2.1.3 of MarkdownEditing.
Installation
---
You should have MardownEditing already installed.
a) Copy the file **MarkdownEditor-Blackboard.tmTheme** to the Packages folder.
#### Mac OS
You can `Cmd+Shift+G` to quickly go to folder by entering the path. The path is:
~/Library/Application Support/Sublime Text 3/Packages/User
#### Linux
Download the file, go to Packages folder, create a new folder for MarkdownEditing if one doesn't already exist and copy the file there:
~/.config/sublime-text-3/Packages/User
b) Edit MarkdownEditing Settings to point to the custom theme.
Open MarkdownEditing settings from the `Preferences > Package Settings > Markdown Editing` menu.
"color_scheme": "Packages/User/MarkdownEditing/MarkdownEditor-Blackboard.tmTheme",

Alternatively, you can find the default settings files located at:
Packages/MarkdownEditing/Markdown.sublime-settings [GitHub flavored Markdown]
Packages/MarkdownEditing/Markdown (Standard).sublime-settings
Packages/MarkdownEditing/MultiMarkdown.sublime-settings
Screenshots
---
** Some colors (blockquotes) may vary after the latest update.





Basic Colors
---
Background #0c1021
Foreground (text) #fff
Headings #ff6400
Code #ffff06
Bold #fff
Italic #fff
Link #43c835
Anchor Text #8da6ce
Lists #ffc0c5
Blockquote #533228
Selection #253b76