/**
 * Syntax-highlight token colors.
 * Copy this file into your theme and point kda_ceb_highlight_css at it to customize.
 */

.tok-kw { color: #0b5cab; font-weight: 600; }
.tok-str { color: #0a7a3e; }
.tok-num { color: #b35c00; }
.tok-comment { color: #8a93a0; font-style: italic; }
.tok-tag { color: #0b5cab; font-weight: 600; }
.tok-attr { color: #6b3fa0; }
.tok-var { color: #b35c00; }
.tok-punct { color: #5c6370; }
