def load_color_scheme(self, color_scheme): """Read the color_scheme user settings and load the file contents.""" content = sublime.load_binary_resource(color_scheme) return content