Skip to content

Commit abdb96c

Browse files
committed
(chore) .title comes after .function
1 parent e6ae0d4 commit abdb96c

File tree

5 files changed

+35
-29
lines changed

5 files changed

+35
-29
lines changed

src/styles/arduino-light.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ Arduino® Light Theme - Stefania Mellai <[email protected]>
5252
color: #005C5F;
5353
}
5454

55-
.hljs-title,
56-
.hljs-section {
57-
color: #880000;
58-
font-weight: bold;
59-
}
60-
6155
.hljs-comment {
6256
color: rgba(149,165,166,.8);
6357
}
@@ -82,6 +76,12 @@ Arduino® Light Theme - Stefania Mellai <[email protected]>
8276
color: #728E00;
8377
}
8478

79+
.hljs-title,
80+
.hljs-section {
81+
color: #880000;
82+
font-weight: bold;
83+
}
84+
8585
.hljs-number {
86-
color: #8A7B52;
86+
color: #8A7B52;
8787
}

src/styles/kimbie.dark.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
color: #f79a32;
3636
}
3737

38-
/* Kimbie Yellow */
39-
.hljs-title,
40-
.hljs-section,
41-
.hljs-attribute {
42-
color: #f06431;
43-
}
44-
4538
/* Kimbie Green */
4639
.hljs-string,
4740
.hljs-symbol,
@@ -57,6 +50,13 @@
5750
color: #98676a;
5851
}
5952

53+
/* Kimbie Yellow */
54+
.hljs-title,
55+
.hljs-section,
56+
.hljs-attribute {
57+
color: #f06431;
58+
}
59+
6060
.hljs {
6161
display: block;
6262
overflow-x: auto;

src/styles/kimbie.light.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
color: #f79a32;
3636
}
3737

38-
/* Kimbie Yellow */
39-
.hljs-title,
40-
.hljs-section,
41-
.hljs-attribute {
42-
color: #f06431;
43-
}
44-
4538
/* Kimbie Green */
4639
.hljs-string,
4740
.hljs-symbol,
@@ -57,6 +50,13 @@
5750
color: #98676a;
5851
}
5952

53+
/* Kimbie Yellow */
54+
.hljs-title,
55+
.hljs-section,
56+
.hljs-attribute {
57+
color: #f06431;
58+
}
59+
6060
.hljs {
6161
display: block;
6262
overflow-x: auto;

src/styles/qtcreator_dark.css

+7-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ Qt Creator dark color scheme
1212
background: #000000;
1313
}
1414

15-
.hljs,
16-
.hljs-subst,
17-
.hljs-tag,
18-
.hljs-title {
15+
.hljs {
1916
color: #aaaaaa;
2017
}
2118

@@ -52,6 +49,12 @@ Qt Creator dark color scheme
5249
color: #ffff55;
5350
}
5451

52+
.hljs-subst,
53+
.hljs-tag,
54+
.hljs-title {
55+
color: #aaaaaa;
56+
}
57+
5558
.hljs-attribute {
5659
color: #ff5555;
5760
}

src/styles/qtcreator_light.css

+7-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ Qt Creator light color scheme
1212
background: #ffffff;
1313
}
1414

15-
.hljs,
16-
.hljs-subst,
17-
.hljs-tag,
18-
.hljs-title {
15+
.hljs {
1916
color: #000000;
2017
}
2118

@@ -52,6 +49,12 @@ Qt Creator light color scheme
5249
color: #808000;
5350
}
5451

52+
.hljs-subst,
53+
.hljs-tag,
54+
.hljs-title {
55+
color: #000000;
56+
}
57+
5558
.hljs-attribute {
5659
color: #800000;
5760
}

0 commit comments

Comments
 (0)