Importing/Exporting color themes for the MATLAB editor

前端 未结 2 1072
夕颜
夕颜 2021-02-08 18:49

Is there a way (maybe undocumented?) of importing/exporting color themes for the MATLAB editor?

As an example, I would like to import the Zenburn color scheme in MATLAB

2条回答
  •  再見小時候
    2021-02-08 19:04

    I got so annoyed by the lack of a colour scheme/theme import and export facility in MATLAB when trying to move my own custom made theme between my MATLAB installations, I went and made a package which does just this.

    The end result, called MATLAB Schemer, is rather comprehensive. In addition to the main colours described in Alexandre Chabot's post, it will also import and export editor colours, the status of toggleable settings such as right-hand line limit and cell mode, and the colours for syntax highlighting in other languages supported by MATLAB (C, C++, Java, XML, HTML, some Simulink things). Additionally, if a MATLAB-only theme is imported, it will be generalised to apply the theme in the other languages too.

    It is available on the MATLAB FileExchange and on GitHub.

    I implemented a few color schemes myself, but did not implement the Zenburn scheme. Since this post is from a few years ago now, I assume you have long ago resolved your problem of setting MATLAB to use colours from the Zenburn theme. If so, you could create a Zenburn theme by exporting the colour preferences you currently have simply by running schemer_export() in the MATLAB terminal. You could also share it by adding it to the repository of colour schemes.

    I hope this is helpful (if not to you than to somebody else at least).

提交回复
热议问题