I was so annoyed by the inability to import and export the color scheme / theme in MATLAB when I tried to move my own custom theme between the MATLAB installations, I went and made a package that does just that.
The end result, called MATLAB Schemer , is pretty complete. In addition to the basic colors described in the publication by Alexandre Chabot, he will also import and export editor colors, the status of switchable parameters, such as line restriction and cell mode, as well as syntax highlighting colors in other languages supported by MATLAB (C, C ++, Java , Xml, html, some simulink stuff). In addition, if a theme is imported only for MATLAB, it will be generalized to apply the theme in other languages.
It is available on MATLAB FileExchange and on GitHub .
I implemented several color schemes myself, but did not implement the Senburn scheme. Since this post is already a few years ago, I suppose you have long solved the problem of setting MATLAB to use colors from the Zenburn theme. If so, you can create a Zenburn theme by exporting the color settings you have just by running schemer_export() in the MATLAB terminal. You can also share it by adding it to the color scheme repository.
I hope this will be useful (if not for you than for someone else).
scottclowe
source share