mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
Use Twilight theme stylesheet based on TextMateTheme
This commit is contained in:
@@ -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', =>
|
||||
|
||||
Reference in New Issue
Block a user