Sublime Forum

Set color_scheme on view?

#1

Hi,

with

self.view.set_syntax_file("foo.sublime-syntax")

it is possible to assign a syntax file to a view. Is it possible to do the same with tmTheme file?

0 Likes

#2
view.settings().set('color_scheme', 'Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme')
3 Likes

#3

Ah that simple! :smiley:

Thank you!

0 Likes