add a couple of more theme
This commit is contained in:
parent
7f3ed94cc5
commit
c654ffacd0
7 changed files with 970 additions and 1 deletions
|
|
@ -178,7 +178,13 @@ var jsTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.js", "utf8");
|
|||
var themes = {
|
||||
"Dawn": "Dawn",
|
||||
"IdleFingers": "idleFingers",
|
||||
"Twilight": "Twilight"
|
||||
"Twilight": "Twilight",
|
||||
"Monokai": "Monokai",
|
||||
"Cobalt": "Cobalt",
|
||||
"MonoIndustrial": "monoindustrial",
|
||||
"Clouds": "Clouds",
|
||||
"CloudsMidnight": "Clouds Midnight",
|
||||
"KrTheme": "krTheme"
|
||||
}
|
||||
|
||||
for (var name in themes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue