Skip to content

Instantly share code, notes, and snippets.

@jviereck
Created April 20, 2010 19:37
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 jviereck/372952 to your computer and use it in GitHub Desktop.
Save jviereck/372952 to your computer and use it in GitHub Desktop.
{
"description": "Provides the standard Bespin theme",
"provides": [
{
"ep": "editorTheme",
"name": "standard",
"description": "The standard Bespin theme",
"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