Skip to content

Instantly share code, notes, and snippets.

@dangoor
Forked from jviereck/StandardTheme.js
Created April 20, 2010 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dangoor/372999 to your computer and use it in GitHub Desktop.
Save dangoor/372999 to your computer and use it in GitHub Desktop.
/* Theme stuff follows */
{
"description": "Provides the standard Bespin theme",
"provides": [
{
"ep": "editorTheme",
"name": "standard",
"description": "The standard Bespin theme",
"pointer": "#theme"
}
]
}
exports.theme = "gutter": {
"color": "#e5c138",
"backgroundColor": "#4c4a41"
},
"editor": {
"color": "#e6e6e6",
"backgroundColor": "#2a211c",
"cursorColor": "#879aff",
"selectedTextBackgroundColor": "#526da5",
"unfocusedCursorColor": "#ff0033",
"unfocusedCursorBackgroundColor": "#73171e",
"tags": {
"comment": "#666666",
"directive": "#999999",
"error": "#ff0000",
"identifier": "#e6e6e6",
"keyword": "#42A8ED",
"operator": "#88BBFF",
"string": "#039A0A"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment