You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
978 B
83 lines
978 B
/* |
|
|
|
Qt Creator light color scheme |
|
|
|
*/ |
|
|
|
|
|
.hljs { |
|
display: block; |
|
overflow-x: auto; |
|
padding: 0.5em; |
|
background: #ffffff; |
|
} |
|
|
|
.hljs, |
|
.hljs-subst, |
|
.hljs-tag, |
|
.hljs-title { |
|
color: #000000; |
|
} |
|
|
|
.hljs-strong, |
|
.hljs-emphasis { |
|
color: #000000; |
|
} |
|
|
|
.hljs-bullet, |
|
.hljs-quote, |
|
.hljs-number, |
|
.hljs-regexp, |
|
.hljs-literal { |
|
color: #000080; |
|
} |
|
|
|
.hljs-code |
|
.hljs-selector-class { |
|
color: #800080; |
|
} |
|
|
|
.hljs-emphasis, |
|
.hljs-stronge, |
|
.hljs-type { |
|
font-style: italic; |
|
} |
|
|
|
.hljs-keyword, |
|
.hljs-selector-tag, |
|
.hljs-function, |
|
.hljs-section, |
|
.hljs-symbol, |
|
.hljs-name { |
|
color: #808000; |
|
} |
|
|
|
.hljs-attribute { |
|
color: #800000; |
|
} |
|
|
|
.hljs-variable, |
|
.hljs-params, |
|
.hljs-class .hljs-title { |
|
color: #0055AF; |
|
} |
|
|
|
.hljs-string, |
|
.hljs-selector-id, |
|
.hljs-selector-attr, |
|
.hljs-selector-pseudo, |
|
.hljs-type, |
|
.hljs-built_in, |
|
.hljs-builtin-name, |
|
.hljs-template-tag, |
|
.hljs-template-variable, |
|
.hljs-addition, |
|
.hljs-link { |
|
color: #008000; |
|
} |
|
|
|
.hljs-comment, |
|
.hljs-meta, |
|
.hljs-deletion { |
|
color: #008000; |
|
}
|
|
|