Skip to content

Commit 8f47da8

Browse files
authored
Update mozilla-dark.css
1 parent 9274967 commit 8f47da8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

components/CodeHighlight/css/dark/mozilla-dark.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@
66
Current colors taken from Mozilla's CSS
77
*/
88

9-
/* Millenium Falcon */
109
.dark-theme .hljs {
1110
color: #dcc200 !important;
1211
background: #232629 !important;
1312
}
1413

15-
/* Death Star Comment */
1614
.dark-theme .hljs-comment,
1715
.dark-theme .hljs-quote {
1816
color: #6a737d !important;
1917
}
2018

21-
/* Darth Vader */
2219
.dark-theme .hljs-variable,
2320
.dark-theme .hljs-template-variable,
2421
.dark-theme .hljs-tag,
@@ -30,7 +27,6 @@
3027
color: #0069c2 !important;
3128
}
3229

33-
/* Threepio */
3430
.dark-theme .hljs-number,
3531
.dark-theme .hljs-built_in,
3632
.dark-theme .hljs-literal,
@@ -41,12 +37,10 @@
4137
color: #e7ce56;
4238
}
4339

44-
/* Luke Skywalker */
4540
.dark-theme .hljs-attribute {
4641
color: #ee7c2b;
4742
}
4843

49-
/* Obi Wan Kenobi */
5044
.dark-theme .hljs-string,
5145
.dark-theme .hljs-regexp,
5246
.dark-theme .hljs-symbol,
@@ -56,17 +50,15 @@
5650
background-image: none;
5751
}
5852

59-
.hljs-doctag {
53+
.dark-theme .hljs-doctag {
6054
color: #ff6600 !important;
6155
}
6256

63-
/* Yoda */
6457
.dark-theme .hljs-title,
6558
.dark-theme .hljs-section {
6659
color: #007936 !important;
6760
}
6861

69-
/* Mace Windu */
7062
.dark-theme .hljs-keyword,
7163
.dark-theme .hljs-selector-tag {
7264
color: #0099ff !important;

0 commit comments

Comments
 (0)