This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
forked from scottclowe/matlab-schemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
solarized-light.prf
55 lines (55 loc) · 2.93 KB
/
solarized-light.prf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Solarized Light - MATLAB color scheme
# Manually created on 2015-07-04 by Scott Lowe, based on the style guide of
# http://ethanschoonover.com/solarized
# To enable this color scheme in MATLAB use schemer_import, available at:
# https://github.com/scottclowe/matlab-schemer
# https://www.mathworks.com/matlabcentral/fileexchange/53862-matlab-schemer
ColorsUseSystem=Bfalse
ColorsUseMLintAutoFixBackground=Btrue
Editor.VariableHighlighting.Automatic=Btrue
Editor.NonlocalVariableHighlighting=Btrue
EditorCodepadHighVisible=Bfalse # no cell highlighting
EditorCodeBlockDividers=Btrue # mark cells with line
Editorhighlight-caret-row-boolean=Btrue
EditorRightTextLineVisible=Btrue
EditorRightTextLimitLineWidth=I1
ColorsText=C-10126461 # base 00
ColorsBackground=C-133405 # base 3
Colors_M_Keywords=C-3454186 # orange
Colors_M_Comments=C-7102047 # base 1
Colors_M_Strings=C-14251054 # blue
Colors_M_UnterminatedStrings=C-13983336 # cyan
Colors_M_SystemCommands=C-2935166 # magenta
Colors_M_Errors=C-2346449 # red
Colors_HTML_HTMLLinks=C-9670204 # violet
Colors_M_Warnings=C-4880128 # yellow
ColorsMLintAutoFixBackground=C-1120043 # base 2
Editor.VariableHighlighting.Color=C-1120043 # base 2
Editor.NonlocalVariableHighlighting.TextColor=C-8021760 # green
Editorhighlight-lines=C-133405 # base 00
Editorhighlight-caret-row-boolean-color=C-1120043 # base 2
EditorRightTextLimitLineColor=C-5723992 # matlab cell lines
# MuPAD
Editor.Language.MuPAD.Color.operator=C-8021760 # green
Editor.Language.MuPAD.Color.function=C-4880128 # yellow
Editor.Language.MuPAD.Color.constant=C-2935166 # magenta
# TLC
Editor.Language.TLC.Color.Colors_M_Keywords=C-8021760 # green
# C/C++
Editor.Language.C.Color.preprocessor=C-8021760 # green
Editor.Language.C.Color.char-literal=C-9670204 # violet
# Java
Editor.Language.Java.Color.char-literal=C-9670204 # violet
# VHDL
Editor.Language.VHDL.Color.operator=C-8021760 # green
# Verilog
Editor.Language.Verilog.Color.operator=C-8021760 # green
# XML
Editor.Language.XML.Color.tag=C-14251054 # blue
Editor.Language.XML.Color.attribute=C-4880128 # yellow
Editor.Language.XML.Color.operator=C-8021760 # green
Editor.Language.XML.Color.value=C-13983336 # cyan
Editor.Language.XML.Color.doctype=C-3454186 # orange
Editor.Language.XML.Color.ref=C-9670204 # violet
Editor.Language.XML.Color.pi-content=C-9670204 # violet
Editor.Language.XML.Color.cdata-section=C-2935166 # magenta