-
-
Save dangoor/372999 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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