/ src / theme / styles / qtcreator-light.css
qtcreator-light.css
 1  pre code.hljs {
 2    display: block;
 3    overflow-x: auto;
 4    padding: 1em
 5  }
 6  code.hljs {
 7    padding: 3px 5px
 8  }
 9  /*
10  Qt Creator light color scheme
11  */
12  .hljs {
13    color: #000000;
14    background: #ffffff
15  }
16  .hljs-strong,
17  .hljs-emphasis {
18    color: #000000
19  }
20  .hljs-bullet,
21  .hljs-quote,
22  .hljs-number,
23  .hljs-regexp,
24  .hljs-literal {
25    color: #000080
26  }
27  .hljs-code
28  .hljs-selector-class {
29    color: #800080
30  }
31  .hljs-emphasis,
32  .hljs-stronge,
33  .hljs-type {
34    font-style: italic
35  }
36  .hljs-keyword,
37  .hljs-selector-tag,
38  .hljs-function,
39  .hljs-section,
40  .hljs-symbol,
41  .hljs-name {
42    color: #808000
43  }
44  .hljs-subst,
45  .hljs-tag,
46  .hljs-title {
47    color: #000000
48  }
49  .hljs-attribute {
50    color: #800000
51  }
52  .hljs-variable,
53  .hljs-params,
54  .hljs-title.class_,
55  .hljs-class .hljs-title {
56    color: #0055AF
57  }
58  .hljs-string,
59  .hljs-selector-id,
60  .hljs-selector-attr,
61  .hljs-selector-pseudo,
62  .hljs-type,
63  .hljs-built_in,
64  .hljs-template-tag,
65  .hljs-template-variable,
66  .hljs-addition,
67  .hljs-link {
68    color: #008000
69  }
70  .hljs-comment,
71  .hljs-meta,
72  .hljs-deletion {
73    color: #008000
74  }