Update tmtheme.js
Adding "Terminal" theme support
This commit is contained in:
parent
7809bff119
commit
9e3f1e663d
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
*/
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue