mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
Theme was no longer initialized by OakTextView, instead we relied on OakDocumentView to provide us with a theme, but if the user had no themes installed, it would never do so, leading to a crash when OTV uses a theme member function to obtain colors. This closes issue #222.