comparison themes/siimple/static/styles/qtcreator_light.css @ 12:93f0440d452e

pasterd: add siimple theme
author David Demelier <markand@malikania.fr>
date Thu, 06 Feb 2020 10:29:02 +0100
parents
children
comparison
equal deleted inserted replaced
11:b9b046818b0c 12:93f0440d452e
1 /*
2
3 Qt Creator light color scheme
4
5 */
6
7
8 .hljs {
9 display: block;
10 overflow-x: auto;
11 padding: 0.5em;
12 background: #ffffff;
13 }
14
15 .hljs,
16 .hljs-subst,
17 .hljs-tag,
18 .hljs-title {
19 color: #000000;
20 }
21
22 .hljs-strong,
23 .hljs-emphasis {
24 color: #000000;
25 }
26
27 .hljs-bullet,
28 .hljs-quote,
29 .hljs-number,
30 .hljs-regexp,
31 .hljs-literal {
32 color: #000080;
33 }
34
35 .hljs-code
36 .hljs-selector-class {
37 color: #800080;
38 }
39
40 .hljs-emphasis,
41 .hljs-stronge,
42 .hljs-type {
43 font-style: italic;
44 }
45
46 .hljs-keyword,
47 .hljs-selector-tag,
48 .hljs-function,
49 .hljs-section,
50 .hljs-symbol,
51 .hljs-name {
52 color: #808000;
53 }
54
55 .hljs-attribute {
56 color: #800000;
57 }
58
59 .hljs-variable,
60 .hljs-params,
61 .hljs-class .hljs-title {
62 color: #0055AF;
63 }
64
65 .hljs-string,
66 .hljs-selector-id,
67 .hljs-selector-attr,
68 .hljs-selector-pseudo,
69 .hljs-type,
70 .hljs-built_in,
71 .hljs-builtin-name,
72 .hljs-template-tag,
73 .hljs-template-variable,
74 .hljs-addition,
75 .hljs-link {
76 color: #008000;
77 }
78
79 .hljs-comment,
80 .hljs-meta,
81 .hljs-deletion {
82 color: #008000;
83 }