-
Notifications
You must be signed in to change notification settings - Fork 78
/
cobalt.prf
45 lines (45 loc) · 2.36 KB
/
cobalt.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
# Cobalt - MATLAB color scheme
# Created by Scott Lowe, 2015-07-05
# Based on the GTK stylesheet "Cobalt", by Will Farrington.
# https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes
# 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=Btrue
EditorCodeBlockDividers=Btrue
Editorhighlight-caret-row-boolean=Btrue
EditorRightTextLineVisible=Btrue
EditorRightTextLimitLineWidth=I1
ColorsText=C-1 # white
ColorsBackground=C-16770253 # dark_blue
Colors_M_Keywords=C-25344 # bright_orange
Colors_M_Comments=C-16742145 # sky_blue
Colors_M_Strings=C-12920576 # spring_green
Colors_M_UnterminatedStrings=C-4480 # faded_yellow
Colors_M_SystemCommands=C-3355444 # light grey
Colors_M_Errors=C-65468 # nail_polish_pink
Colors_HTML_HTMLLinks=C-16751169 # light_blue
Colors_M_Warnings=C-20396 #
ColorsMLintAutoFixBackground=C-12303292 #
Editor.VariableHighlighting.Color=C-16728180 # eye-drop
Editor.NonlocalVariableHighlighting.TextColor=C-8323141 # teal_blue
Editorhighlight-lines=C-15981252 # eye-drop
Editorhighlight-caret-row-boolean-color=C-16762000 # medium_blue
EditorRightTextLimitLineColor=C-14665909 # eye-drop
# C/C++
Editor.Language.C.Color.preprocessor=C-8323141 # teal_blue
# Java
Editor.Language.Java.Color.keywords=C-8323141 # teal_blue
# VHDL
Editor.Language.VHDL.Color.operator=C-65468 # nail_polish_pink
# Verilog
Editor.Language.Verilog.Color.operator=C-65468 # nail_polish_pink
# XML/HTML
Editor.Language.XML.Color.tag=C-8323141 # teal_blue
Editor.Language.XML.Color.doctype=C-3355444 # light grey
Editor.Language.XML.Color.pi-content=C-3355444 # light grey
Editor.Language.XML.Color.cdata-section=C-3355444 # light grey