scottclowe / matlab-schemer

Apply and save color schemes in MATLAB with ease.
BSD 2-Clause "Simplified" License
1.21k stars 276 forks source link

Live Script is not affected by theme changes #22

Closed wbadry closed 6 years ago

wbadry commented 6 years ago

Hello, I hope schemer could affect live script as well.

scottclowe commented 6 years ago

Unfortunately, Matlab Live Scripts do not currently support customisation of colour schemes. Since it is not possible for the user to manually change the colours, it is not possible for matlab-schemer to change the colours either.

In the documentation for Live Script, MathWorks says this point of note:

Unsupported Features When deciding whether to create a live script or function, it is important to note several unsupported features in the Live Editor:

  • ...
  • Editor preferences — The Live Editor ignores most Editor preferences, including custom keyboard shortcuts and Emacs-style keyboard shortcuts.

If it becomes possible to change the colour palette of Live Script in the future, I'll happily add support for it then.