Update tmtheme.js

Adding "Terminal" theme support
This commit is contained in:
h3rb 2013-03-01 21:01:02 -05:00 committed by nightwing
commit 9e3f1e663d

View file

@ -248,6 +248,7 @@ var themes = {
"solarized_dark": "Solarized-dark",
"solarized_light": "Solarized-light",
//"textmate": "Textmate (Mac Classic)",
"terminal": "Terminal"
"tomorrow": "Tomorrow",
"tomorrow_night": "Tomorrow-Night",
"tomorrow_night_blue": "Tomorrow-Night-Blue",
@ -368,4 +369,4 @@ var rule = "."+ace.renderer.$theme +" .ace_indent-guide {\n\
console.log(rule)
require("ace/lib/dom").importCssString(rule)
*/
*/