WIP: Add theme/twilight.css.

Lines aren't being updated properly quite yet, and the stylesheet needs
more tweaking, but colors are there when you load a file.
This commit is contained in:
Nathan Sobo
2012-02-02 12:47:35 -07:00
parent 2b748dd8a7
commit 00bc17baf0
2 changed files with 135 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class Editor extends Template
initialize: () ->
requireStylesheet 'editor.css'
requireStylesheet 'theme/twilight.css'
@bindKeys()
@buildCursorAndSelection()
@handleEvents()