-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDaring.css
19 lines (18 loc) · 1.3 KB
/
Daring.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Developed by E. F. Haghish http://www.haghish.com/
Center for Medical Biometry and Medical Informatics
University of Freiburg, Germany
haghish@imbi.uni-freiburg.de
for documentation visit http://www.haghish.com/statax
*/
pre.sh_sourceCode .sh_keyword { color: #5E97F4; } /* Stata Commands */
pre.sh_sourceCode .sh_string { color: #73C935; } /* strings */
pre.sh_sourceCode .sh_macro { color: #95A99F; } /* local & global macros */
pre.sh_sourceCode .sh_string .sh_macro { color: #73C935; } /* macro in string */
pre.sh_sourceCode .sh_comment { color: #CC8C3C; } /* Comment */
pre.sh_sourceCode .sh_predef_func { color: #96A6C8; } /* Stata Functions */
pre.sh_sourceCode .sh_function { color: #96A6C8; } /* Any Function() */
pre.sh_sourceCode .sh_number { color: #FFDC33; } /* Numbers */
pre.sh_sourceCode .sh_symbol { color: #FFDC33; } /* Operators and signs */
pre.sh_sourceCode .sh_cbracket { color: #906 ; } /* Braces */
pre.sh_stata{font-family: 'menlo-regular', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'sans-serif','Trebuchet MS';background-color:#282828;color:#F4F4FF}