Sublime Forum

I need help in Packages

#1

I have recently installed this package : https://github.com/gwenzek/scalaSublimeSyntax
I am confused how to apply the theme and the color scheme.

0 Likes

#2

Fully reading these documentation pages should clear your doubts:

  1. https://www.sublimetext.com/docs/3/syntax.html
  2. http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html
  3. https://www.sublimetext.com/docs/3/themes.html
  4. http://docs.sublimetext.info/en/latest/reference/color_schemes.html
  5. https://www.sublimetext.com/docs/3/color_schemes.html
0 Likes

#3

I have read these docs properly but i m still confused on how to install the externally downloaded package as it is a .tm file and a .scss file.

0 Likes

#4

If you installed it with Package Control, just rum the UI: Select Color Scheme" command to select the scheme provides by the package. If you want it to be only active for Scala files, select the “Preferences > Settings - Syntax-specific” menu item and modify the color_scheme setting there to point to the tm Theme file, relative to the ST data directory.

0 Likes