You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've developed a package called MATLAB Schemer for saving and loading colour schemes in MATLAB.
I included a set of 10 colour schemes which ship with MATLAB Schemer, but if you'd like to you could add monokai, monokai-dark and badwolf to the package to give users more options. (solarized is already included.) Additionally, @xiaoshanhuang might want to add ir-black himself.
The colour schemes would be very easy to make. All you would need to do is run your colorscheme(SCHEME) then export the colour scheme with my schemer_export() (no inputs required) for each SCHEME. Then make a pull request for matlab-schemes. Bonus points if you make a screenshot of the new schemes too, but that's not required!
I could just add them myself, but if you do it you'll have the commit in your name and be attributed correctly. Also you don't have a license on this repo, so if I copy them over of my own accord then the legality of doing so is questionable.
The text was updated successfully, but these errors were encountered:
Hi @etrulls,
I've developed a package called MATLAB Schemer for saving and loading colour schemes in MATLAB.
I included a set of 10 colour schemes which ship with MATLAB Schemer, but if you'd like to you could add
monokai
,monokai-dark
andbadwolf
to the package to give users more options. (solarized
is already included.) Additionally, @xiaoshanhuang might want to addir-black
himself.The colour schemes would be very easy to make. All you would need to do is run your
colorscheme(SCHEME)
then export the colour scheme with myschemer_export()
(no inputs required) for each SCHEME. Then make a pull request for matlab-schemes. Bonus points if you make a screenshot of the new schemes too, but that's not required!I could just add them myself, but if you do it you'll have the commit in your name and be attributed correctly. Also you don't have a license on this repo, so if I copy them over of my own accord then the legality of doing so is questionable.
The text was updated successfully, but these errors were encountered: