mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Load themes from Config.load
This commit is contained in:
@@ -10,7 +10,6 @@ Project = require 'project'
|
||||
Pane = require 'pane'
|
||||
PaneColumn = require 'pane-column'
|
||||
PaneRow = require 'pane-row'
|
||||
Theme = require 'theme'
|
||||
|
||||
module.exports =
|
||||
class RootView extends View
|
||||
@@ -41,8 +40,6 @@ class RootView extends View
|
||||
|
||||
config.load()
|
||||
|
||||
Theme.load(config.get("core.theme") ? 'IR_Black')
|
||||
|
||||
@handleEvents()
|
||||
|
||||
if pathToOpen
|
||||
|
||||
Reference in New Issue
Block a user