bkjxxxw/WebContent/static/ace/docs/assets/js/themes/paraiso-light.css

49 lines
953 B
CSS

/**
* Paraíso (Light)
*
* @author Jan T. Sott
* @version 1.0.0
* @url http://github.com/idleberg/Paraiso-Rainbow
*/
pre {
background-color: #e7e9db;
word-wrap: break-word;
margin: 0px;
padding: 10px;
color: #2f1e2e;
font-size: 14px;
margin-bottom: 20px;
}
pre, code {
font-family: 'Monaco', courier, monospace;
}
pre .comment {
color: #8d8687;
}
pre .variable.global, pre .variable.class, pre .variable.instance {
color: #ef6155; /* red */
}
pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
color: #f99b15; /* orange */
}
pre .constant, pre .entity, pre .entity.class, pre .support {
color: #fec418; /* yellow */
}
pre .constant.symbol, pre .string {
color: #48b685; /* green */
}
pre .entity.function, pre .support.css-property, pre .selector {
color: #06b6ef; /* blue */
}
pre .keyword, pre .storage {
color: #815ba4; /* purple */
}