https://github.com/srph/firebase-doc-st-theme
A fail imitation of the Firebase documentation code block color scheme for ST3
https://github.com/srph/firebase-doc-st-theme
Last synced: over 1 year ago
JSON representation
A fail imitation of the Firebase documentation code block color scheme for ST3
- Host: GitHub
- URL: https://github.com/srph/firebase-doc-st-theme
- Owner: srph
- Created: 2014-12-11T21:58:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T00:50:26.000Z (over 11 years ago)
- Last Synced: 2025-01-26T17:15:52.480Z (over 1 year ago)
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
firebase-doc-st-theme
=====================
A (fail imitation) port for [Sublime Text 3](http://www.sublimetext.com/) of the color scheme of [Firebase documentation](https://www.firebase.com/docs/web/) code block, built with [THTheme editor](https://github.com/aziz/tmTheme-Editor) by [@aziz](https://github.com/aziz/).
### Screenies

### Installation
Unfortunately, I am too busy to create this as a [sublime package](https://sublime.wbond.net/). However, you may manually install.
1. Download the [zip](https://github.com/srph/firebase-doc-st-theme/archive/master.zip).
2. Extract ```firebase-doc.tmTheme``` to your packages folder (Main Menu, ```Preferences``` (tab) -> ```Browse Packages```).
3. Open up your ```user``` settings (Main Menu, ```Preferences``` (tab) -> ```Settings - User```).
4. Set the ```color_scheme``` property to ```Packages/firebase-doc.tmTheme```
```js
// Preferences.sublime-settings
{
/**
* trimmed for brevity
* your other settings here --
*/
"color_scheme": "Packages/firebase-doc.tmTheme"
}
```