Sublime Forum

Getting multiple settings at once

#1

right now i have self.view.settings().set('color_scheme', "Packages/test/theme/MyTheme.tmTheme") and it’s working. How would I add additional settings to this, like if I wanted to also set font_size and caret_style? Thank you

0 Likes

#2

Couldn’t you just call self.view.settings().set again?

0 Likes

#3

yep, sorry about that. my problem was bad indentations. all taken care of.

0 Likes