Use Twilight theme stylesheet based on TextMateTheme

This commit is contained in:
Nathan Sobo
2012-08-08 16:55:34 -06:00
parent 2df05e235a
commit c8154e4e8c
7 changed files with 75 additions and 132 deletions

View File

@@ -3,6 +3,7 @@
Native = require 'native'
TextMateBundle = require 'text-mate-bundle'
TextMateTheme = require 'text-mate-theme'
fs = require 'fs'
_ = require 'underscore'
$ = require 'jquery'
@@ -25,6 +26,8 @@ windowAdditions =
startup: (path) ->
TextMateBundle.loadAll()
TextMateTheme.loadAll()
@attachRootView(path)
$(window).on 'close', => @close()
$(window).on 'beforeunload', =>