-
Notifications
You must be signed in to change notification settings - Fork 4
/
matlab.css
24 lines (24 loc) · 1.02 KB
/
matlab.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@media screen {
.pln { color: #000; } /* plaintext/whitespace */
.str { color: #A020F0; } /* strings */
.kwd { color: #00F; } /* reserved keywords */
.com { color: #228B22; } /* comments */
.typ { color: #000; font-weight: bold; } /* data types */
.lit { color: #800000; } /* literal numeric values */
.pun { color: #000; } /* punctuation and operators */
.opn, .clo { color: #DE7D00; }
.tag { color: #00F; }
.atn { color: #B20000; }
.atv { color: #A020F0; }
.dec { color: #00007C; }
.var { color: #00008B; } /* special variables/constants */
.fun { color: #00A3A3; } /* core/toolbox functions */
.idnt { color: #000; } /* user-defined variable/function identifiers */
.scmd { color: #B28C00; } /* system commands */
.prmpt { color: #000; } /* command prompt */
.err { color: #E60000; } /* error messages */
.wrn { color: #FF6400; } /* warning messages */
.prn { color: #000; } /* parentheses, braces, brackets */
.tps { color: #000; } /* transpose operator */
.lcnt { color: #00F; } /* line continuation */
}