Skip to content

Commit

Permalink
Fix issue 1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sk committed Feb 20, 2012
1 parent 2c7d01b commit bd153eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livecss/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class theme(object):
"""Global object represents ST color scheme """

_settings_file = 'Preferences.sublime-settings'
_settings_file = 'Base File.sublime-settings'
_settings = sublime.load_settings(_settings_file)
prefix = 'Colorized-'

Expand Down

0 comments on commit bd153eb

Please sign in to comment.