Commit Friday evening.

PDFA and EXFO Laser are now part of the family
This commit is contained in:
Silas Labor Zizou
2024-10-25 20:31:50 +02:00
parent bafc7f12b7
commit 99fe2ca106
208 changed files with 28244 additions and 460 deletions

View File

@@ -0,0 +1,34 @@
# <theme> - MATLAB color scheme
# Created by <you>
# <date>
ColorsUseSystem=Bfalse
ColorsUseMLintAutoFixBackground=Btrue
Editor.VariableHighlighting.Automatic=Btrue
Editor.NonlocalVariableHighlighting=Btrue
EditorCodepadHighVisible=Btrue
EditorCodeBlockDividers=Btrue
Editorhighlight-caret-row-boolean=Btrue
EditorRightTextLineVisible=Btrue
EditorRightTextLimitLineWidth=I1 # Width of bar for right-hand text limit
ColorsText=C- # Main text colour
ColorsBackground=C- # Main background colour
Colors_M_Keywords=C- # Text for keywords (function, for, end, etc)
Colors_M_Comments=C- # Text for comments
Colors_M_Strings=C- # Text for strings
Colors_M_UnterminatedStrings=C- # Text for unterminated strings
Colors_M_SystemCommands=C- # Text for shell commands
Colors_M_Errors=C- #*Editor error messages and underlines, go-to bars
Colors_HTML_HTMLLinks=C- # Text for URLs
Color_CmdWinWarnings=C- #^Command window Warning text
Color_CmdWinErrors=C- #^Command window Error text
Colors_M_Warnings=C- #*Editor Warning underlines and go-to-warning bars
ColorsMLintAutoFixBackground=C- # Background for autofixable
Editor.VariableHighlighting.Color=C- #*Background for occurances of current variable
Editor.NonlocalVariableHighlighting.TextColor=C- # Text for global variables
Editorhighlight-lines=C- # Background of current cell
Editorhighlight-caret-row-boolean-color=C- # Background of current line
EditorRightTextLimitLineColor=C- # Colour of bar for right-hand text limit
#Legend
# * = Preference does not update until after restarting MATLAB
# ^ = Preference not present on all versions of MATLAB