Skip to content

Commit e6ae0d4

Browse files
committed
(chore) .title comes after .class
1 parent 96cdd71 commit e6ae0d4

7 files changed

+57
-56
lines changed

src/styles/gruvbox-dark.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ Gruvbox style (dark) (c) Pavel Pertsev (original style at https://github.com/mor
2525
color: #fb4934;
2626
}
2727

28-
/* Gruvbox Blue */
29-
.hljs-built_in,
30-
.hljs-emphasis,
31-
.hljs-name,
32-
.hljs-quote,
33-
.hljs-strong,
34-
.hljs-title,
35-
.hljs-variable {
36-
color: #83a598;
37-
}
38-
3928
/* Gruvbox Yellow */
4029
.hljs-attr,
4130
.hljs-params,
@@ -84,6 +73,17 @@ Gruvbox style (dark) (c) Pavel Pertsev (original style at https://github.com/mor
8473
color: #8ec07c;
8574
}
8675

76+
/* Gruvbox Blue */
77+
.hljs-built_in,
78+
.hljs-emphasis,
79+
.hljs-name,
80+
.hljs-quote,
81+
.hljs-strong,
82+
.hljs-title,
83+
.hljs-variable {
84+
color: #83a598;
85+
}
86+
8787
/* Gruvbox Gray */
8888
.hljs-comment {
8989
color: #928374;

src/styles/gruvbox-light.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ Gruvbox style (light) (c) Pavel Pertsev (original style at https://github.com/mo
2525
color: #9d0006;
2626
}
2727

28-
/* Gruvbox Blue */
29-
.hljs-built_in,
30-
.hljs-emphasis,
31-
.hljs-name,
32-
.hljs-quote,
33-
.hljs-strong,
34-
.hljs-title,
35-
.hljs-variable {
36-
color: #076678;
37-
}
38-
3928
/* Gruvbox Yellow */
4029
.hljs-attr,
4130
.hljs-params,
@@ -84,6 +73,17 @@ Gruvbox style (light) (c) Pavel Pertsev (original style at https://github.com/mo
8473
color: #427b58;
8574
}
8675

76+
/* Gruvbox Blue */
77+
.hljs-built_in,
78+
.hljs-emphasis,
79+
.hljs-name,
80+
.hljs-quote,
81+
.hljs-strong,
82+
.hljs-title,
83+
.hljs-variable {
84+
color: #076678;
85+
}
86+
8787
/* Gruvbox Gray */
8888
.hljs-comment {
8989
color: #928374;

src/styles/isbl-editor-dark.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ ISBL Editor style dark color scheme (c) Dmitriy Tarasov <[email protected]>
5151
color: #f0f0f0;
5252
}
5353

54-
.hljs-title,
55-
.hljs-section {
56-
color: #df471e;
57-
}
58-
59-
.hljs-title>.hljs-built_in {
60-
color: #81bce9;
61-
font-weight: normal;
62-
}
63-
6454
.hljs-regexp,
6555
.hljs-symbol,
6656
.hljs-variable,
@@ -90,6 +80,16 @@ ISBL Editor style dark color scheme (c) Dmitriy Tarasov <[email protected]>
9080
font-weight: bold;
9181
}
9282

83+
.hljs-title,
84+
.hljs-section {
85+
color: #df471e;
86+
}
87+
88+
.hljs-title>.hljs-built_in {
89+
color: #81bce9;
90+
font-weight: normal;
91+
}
92+
9393
/* Meta color: hue: 200 */
9494

9595
.hljs-meta {

src/styles/isbl-editor-light.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ ISBL Editor style light color schemec (c) Dmitriy Tarasov <[email protected]>
5050
color: #000000;
5151
}
5252

53-
.hljs-title,
54-
.hljs-section {
55-
color: #fb2c00;
56-
}
57-
58-
.hljs-title>.hljs-built_in {
59-
color: #008080;
60-
font-weight: normal;
61-
}
62-
6353
.hljs-regexp,
6454
.hljs-symbol,
6555
.hljs-variable,
@@ -89,6 +79,16 @@ ISBL Editor style light color schemec (c) Dmitriy Tarasov <[email protected]>
8979
font-weight: bold;
9080
}
9181

82+
.hljs-title,
83+
.hljs-section {
84+
color: #fb2c00;
85+
}
86+
87+
.hljs-title>.hljs-built_in {
88+
color: #008080;
89+
font-weight: normal;
90+
}
91+
9292
/* Meta color: hue: 200 */
9393

9494
.hljs-meta {

src/styles/lioshi.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
color: #b5bd68;
4848
}
4949

50-
/* Blue */
51-
.hljs-title,
52-
.hljs-meta,
53-
.hljs-section {
54-
color: #81a2be;
55-
}
56-
5750
/* Purple */
5851
.hljs-selector-tag,
5952
.hljs-keyword,
@@ -62,6 +55,13 @@
6255
color: #be94bb;
6356
}
6457

58+
/* Blue */
59+
.hljs-title,
60+
.hljs-meta,
61+
.hljs-section {
62+
color: #81a2be;
63+
}
64+
6565
/* Purple light */
6666
.hljs-symbol {
6767
color: #dbc4d9;

src/styles/nnfx-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
color: #96c;
7474
}
7575

76+
.hljs-function.hljs-title,
7677
.hljs-function .hljs-title,
7778
.hljs-attr,
7879
.hljs-subst {

src/styles/purebasic.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ NOTE_2: Color names provided in comments were derived using "Name that Color" on
5050
color: #00AAAA; /* Persian Green (approx.) */
5151
}
5252

53-
.hljs-title, /* --- used for PureBASIC Procedures Names --- */
54-
.hljs-tag,
55-
.hljs-variable,
56-
.hljs-code {
57-
color: #006666; /* Blue Stone (approx.) */
58-
}
59-
6053
.hljs-keyword, /* --- used for PureBASIC Keywords --- */
6154
.hljs-class,
6255
.hljs-meta-keyword,
@@ -67,6 +60,13 @@ NOTE_2: Color names provided in comments were derived using "Name that Color" on
6760
font-weight: bold;
6861
}
6962

63+
.hljs-title, /* --- used for PureBASIC Procedures Names --- */
64+
.hljs-tag,
65+
.hljs-variable,
66+
.hljs-code {
67+
color: #006666; /* Blue Stone (approx.) */
68+
}
69+
7070
.hljs-string, /* --- used for PureBASIC Strings --- */
7171
.hljs-selector-attr {
7272
color: #0080FF; /* Azure Radiance (approx.) */

0 commit comments

Comments
 (0)