Skip to content

Commit 00bc92d

Browse files
style: update styles
1 parent f34e8be commit 00bc92d

File tree

60 files changed

+4
-1090
lines changed
  • styles
    • abap/assets/hb/modules/syntax-highlighting/scss
    • algol-nu/assets/hb/modules/syntax-highlighting/scss
    • algol/assets/hb/modules/syntax-highlighting/scss
    • arduino/assets/hb/modules/syntax-highlighting/scss
    • autumn/assets/hb/modules/syntax-highlighting/scss
    • average/assets/hb/modules/syntax-highlighting/scss
    • base16-snazzy/assets/hb/modules/syntax-highlighting/scss
    • borland/assets/hb/modules/syntax-highlighting/scss
    • bw/assets/hb/modules/syntax-highlighting/scss
    • catppuccin-frappe/assets/hb/modules/syntax-highlighting/scss
    • catppuccin-latte/assets/hb/modules/syntax-highlighting/scss
    • catppuccin-macchiato/assets/hb/modules/syntax-highlighting/scss
    • catppuccin-mocha/assets/hb/modules/syntax-highlighting/scss
    • colorful/assets/hb/modules/syntax-highlighting/scss
    • doom-one2/assets/hb/modules/syntax-highlighting/scss
    • doom-one/assets/hb/modules/syntax-highlighting/scss
    • dracula/assets/hb/modules/syntax-highlighting/scss
    • emacs/assets/hb/modules/syntax-highlighting/scss
    • friendly/assets/hb/modules/syntax-highlighting/scss
    • fruity/assets/hb/modules/syntax-highlighting/scss
    • github-dark/assets/hb/modules/syntax-highlighting/scss
    • github/assets/hb/modules/syntax-highlighting/scss
    • gruvbox-light/assets/hb/modules/syntax-highlighting/scss
    • gruvbox/assets/hb/modules/syntax-highlighting/scss
    • hr-high-contrast/assets/hb/modules/syntax-highlighting/scss
    • hrdark/assets/hb/modules/syntax-highlighting/scss
    • igor/assets/hb/modules/syntax-highlighting/scss
    • lovelace/assets/hb/modules/syntax-highlighting/scss
    • manni/assets/hb/modules/syntax-highlighting/scss
    • modus-operandi/assets/hb/modules/syntax-highlighting/scss
    • modus-vivendi/assets/hb/modules/syntax-highlighting/scss
    • monokailight/assets/hb/modules/syntax-highlighting/scss
    • monokai/assets/hb/modules/syntax-highlighting/scss
    • murphy/assets/hb/modules/syntax-highlighting/scss
    • native/assets/hb/modules/syntax-highlighting/scss
    • nord/assets/hb/modules/syntax-highlighting/scss
    • onedark/assets/hb/modules/syntax-highlighting/scss
    • onesenterprise/assets/hb/modules/syntax-highlighting/scss
    • paraiso-dark/assets/hb/modules/syntax-highlighting/scss
    • paraiso-light/assets/hb/modules/syntax-highlighting/scss
    • pastie/assets/hb/modules/syntax-highlighting/scss
    • perldoc/assets/hb/modules/syntax-highlighting/scss
    • pygments/assets/hb/modules/syntax-highlighting/scss
    • rainbow-dash/assets/hb/modules/syntax-highlighting/scss
    • rose-pine-dawn/assets/hb/modules/syntax-highlighting/scss
    • rose-pine-moon/assets/hb/modules/syntax-highlighting/scss
    • rose-pine/assets/hb/modules/syntax-highlighting/scss
    • rrt/assets/hb/modules/syntax-highlighting/scss
    • solarized-dark256/assets/hb/modules/syntax-highlighting/scss
    • solarized-dark/assets/hb/modules/syntax-highlighting/scss
    • solarized-light/assets/hb/modules/syntax-highlighting/scss
    • swapoff/assets/hb/modules/syntax-highlighting/scss
    • tango/assets/hb/modules/syntax-highlighting/scss
    • trac/assets/hb/modules/syntax-highlighting/scss
    • vim/assets/hb/modules/syntax-highlighting/scss
    • vs/assets/hb/modules/syntax-highlighting/scss
    • vulcan/assets/hb/modules/syntax-highlighting/scss
    • witchhazel/assets/hb/modules/syntax-highlighting/scss
    • xcode-dark/assets/hb/modules/syntax-highlighting/scss
    • xcode/assets/hb/modules/syntax-highlighting/scss

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4
-1090
lines changed

styles/abap/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
/* Background */ .bg { background-color:#fff; }
44
/* PreWrapper */ .chroma { background-color:#fff; }
5-
/* Other */ .chroma .x { }
65
/* Error */ .chroma .err { color:#f00 }
7-
/* CodeLine */ .chroma .cl { }
86
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
97
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
108
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
@@ -40,8 +38,6 @@
4038
/* NameVariableMagic */ .chroma .vm { color:#000 }
4139
/* NameFunction */ .chroma .nf { color:#000 }
4240
/* NameFunctionMagic */ .chroma .fm { color:#000 }
43-
/* Literal */ .chroma .l { }
44-
/* LiteralDate */ .chroma .ld { }
4541
/* LiteralString */ .chroma .s { color:#5a2 }
4642
/* LiteralStringAffix */ .chroma .sa { color:#5a2 }
4743
/* LiteralStringBacktick */ .chroma .sb { color:#5a2 }
@@ -63,26 +59,11 @@
6359
/* LiteralNumberInteger */ .chroma .mi { color:#3af }
6460
/* LiteralNumberIntegerLong */ .chroma .il { color:#3af }
6561
/* LiteralNumberOct */ .chroma .mo { color:#3af }
66-
/* Operator */ .chroma .o { }
6762
/* OperatorWord */ .chroma .ow { color:#00f }
68-
/* Punctuation */ .chroma .p { }
6963
/* Comment */ .chroma .c { color:#888;font-style:italic }
7064
/* CommentHashbang */ .chroma .ch { color:#888;font-style:italic }
7165
/* CommentMultiline */ .chroma .cm { color:#888;font-style:italic }
7266
/* CommentSingle */ .chroma .c1 { color:#888;font-style:italic }
7367
/* CommentSpecial */ .chroma .cs { color:#888;font-style:italic }
7468
/* CommentPreproc */ .chroma .cp { color:#888;font-style:italic }
7569
/* CommentPreprocFile */ .chroma .cpf { color:#888;font-style:italic }
76-
/* Generic */ .chroma .g { }
77-
/* GenericDeleted */ .chroma .gd { }
78-
/* GenericEmph */ .chroma .ge { }
79-
/* GenericError */ .chroma .gr { }
80-
/* GenericHeading */ .chroma .gh { }
81-
/* GenericInserted */ .chroma .gi { }
82-
/* GenericOutput */ .chroma .go { }
83-
/* GenericPrompt */ .chroma .gp { }
84-
/* GenericStrong */ .chroma .gs { }
85-
/* GenericSubheading */ .chroma .gu { }
86-
/* GenericTraceback */ .chroma .gt { }
87-
/* GenericUnderline */ .chroma .gl { }
88-
/* TextWhitespace */ .chroma .w { }

styles/algol-nu/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
/* Background */ .bg { background-color:#fff; }
44
/* PreWrapper */ .chroma { background-color:#fff; }
5-
/* Other */ .chroma .x { }
6-
/* Error */ .chroma .err { }
7-
/* CodeLine */ .chroma .cl { }
85
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
96
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
107
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
@@ -19,18 +16,9 @@
1916
/* KeywordPseudo */ .chroma .kp { font-weight:bold }
2017
/* KeywordReserved */ .chroma .kr { font-weight:bold }
2118
/* KeywordType */ .chroma .kt { font-weight:bold }
22-
/* Name */ .chroma .n { }
23-
/* NameAttribute */ .chroma .na { }
2419
/* NameClass */ .chroma .nc { color:#666;font-weight:bold;font-style:italic }
2520
/* NameConstant */ .chroma .no { color:#666;font-weight:bold;font-style:italic }
26-
/* NameDecorator */ .chroma .nd { }
27-
/* NameEntity */ .chroma .ni { }
28-
/* NameException */ .chroma .ne { }
29-
/* NameLabel */ .chroma .nl { }
3021
/* NameNamespace */ .chroma .nn { color:#666;font-weight:bold;font-style:italic }
31-
/* NameOther */ .chroma .nx { }
32-
/* NameProperty */ .chroma .py { }
33-
/* NameTag */ .chroma .nt { }
3422
/* NameBuiltin */ .chroma .nb { font-weight:bold;font-style:italic }
3523
/* NameBuiltinPseudo */ .chroma .bp { font-weight:bold;font-style:italic }
3624
/* NameVariable */ .chroma .nv { color:#666;font-weight:bold;font-style:italic }
@@ -40,8 +28,6 @@
4028
/* NameVariableMagic */ .chroma .vm { color:#666;font-weight:bold;font-style:italic }
4129
/* NameFunction */ .chroma .nf { color:#666;font-weight:bold;font-style:italic }
4230
/* NameFunctionMagic */ .chroma .fm { color:#666;font-weight:bold;font-style:italic }
43-
/* Literal */ .chroma .l { }
44-
/* LiteralDate */ .chroma .ld { }
4531
/* LiteralString */ .chroma .s { color:#666;font-style:italic }
4632
/* LiteralStringAffix */ .chroma .sa { color:#666;font-style:italic }
4733
/* LiteralStringBacktick */ .chroma .sb { color:#666;font-style:italic }
@@ -56,33 +42,11 @@
5642
/* LiteralStringRegex */ .chroma .sr { color:#666;font-style:italic }
5743
/* LiteralStringSingle */ .chroma .s1 { color:#666;font-style:italic }
5844
/* LiteralStringSymbol */ .chroma .ss { color:#666;font-style:italic }
59-
/* LiteralNumber */ .chroma .m { }
60-
/* LiteralNumberBin */ .chroma .mb { }
61-
/* LiteralNumberFloat */ .chroma .mf { }
62-
/* LiteralNumberHex */ .chroma .mh { }
63-
/* LiteralNumberInteger */ .chroma .mi { }
64-
/* LiteralNumberIntegerLong */ .chroma .il { }
65-
/* LiteralNumberOct */ .chroma .mo { }
66-
/* Operator */ .chroma .o { }
6745
/* OperatorWord */ .chroma .ow { font-weight:bold }
68-
/* Punctuation */ .chroma .p { }
6946
/* Comment */ .chroma .c { color:#888;font-style:italic }
7047
/* CommentHashbang */ .chroma .ch { color:#888;font-style:italic }
7148
/* CommentMultiline */ .chroma .cm { color:#888;font-style:italic }
7249
/* CommentSingle */ .chroma .c1 { color:#888;font-style:italic }
7350
/* CommentSpecial */ .chroma .cs { color:#888;font-weight:bold }
7451
/* CommentPreproc */ .chroma .cp { color:#888;font-weight:bold }
7552
/* CommentPreprocFile */ .chroma .cpf { color:#888;font-weight:bold }
76-
/* Generic */ .chroma .g { }
77-
/* GenericDeleted */ .chroma .gd { }
78-
/* GenericEmph */ .chroma .ge { }
79-
/* GenericError */ .chroma .gr { }
80-
/* GenericHeading */ .chroma .gh { }
81-
/* GenericInserted */ .chroma .gi { }
82-
/* GenericOutput */ .chroma .go { }
83-
/* GenericPrompt */ .chroma .gp { }
84-
/* GenericStrong */ .chroma .gs { }
85-
/* GenericSubheading */ .chroma .gu { }
86-
/* GenericTraceback */ .chroma .gt { }
87-
/* GenericUnderline */ .chroma .gl { }
88-
/* TextWhitespace */ .chroma .w { }

styles/algol/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
/* Background */ .bg { background-color:#fff; }
44
/* PreWrapper */ .chroma { background-color:#fff; }
5-
/* Other */ .chroma .x { }
6-
/* Error */ .chroma .err { }
7-
/* CodeLine */ .chroma .cl { }
85
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
96
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
107
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
@@ -19,18 +16,9 @@
1916
/* KeywordPseudo */ .chroma .kp { font-weight:bold;text-decoration:underline }
2017
/* KeywordReserved */ .chroma .kr { font-weight:bold;text-decoration:underline }
2118
/* KeywordType */ .chroma .kt { font-weight:bold;text-decoration:underline }
22-
/* Name */ .chroma .n { }
23-
/* NameAttribute */ .chroma .na { }
2419
/* NameClass */ .chroma .nc { color:#666;font-weight:bold;font-style:italic }
2520
/* NameConstant */ .chroma .no { color:#666;font-weight:bold;font-style:italic }
26-
/* NameDecorator */ .chroma .nd { }
27-
/* NameEntity */ .chroma .ni { }
28-
/* NameException */ .chroma .ne { }
29-
/* NameLabel */ .chroma .nl { }
3021
/* NameNamespace */ .chroma .nn { color:#666;font-weight:bold;font-style:italic }
31-
/* NameOther */ .chroma .nx { }
32-
/* NameProperty */ .chroma .py { }
33-
/* NameTag */ .chroma .nt { }
3422
/* NameBuiltin */ .chroma .nb { font-weight:bold;font-style:italic }
3523
/* NameBuiltinPseudo */ .chroma .bp { font-weight:bold;font-style:italic }
3624
/* NameVariable */ .chroma .nv { color:#666;font-weight:bold;font-style:italic }
@@ -40,8 +28,6 @@
4028
/* NameVariableMagic */ .chroma .vm { color:#666;font-weight:bold;font-style:italic }
4129
/* NameFunction */ .chroma .nf { color:#666;font-weight:bold;font-style:italic }
4230
/* NameFunctionMagic */ .chroma .fm { color:#666;font-weight:bold;font-style:italic }
43-
/* Literal */ .chroma .l { }
44-
/* LiteralDate */ .chroma .ld { }
4531
/* LiteralString */ .chroma .s { color:#666;font-style:italic }
4632
/* LiteralStringAffix */ .chroma .sa { color:#666;font-style:italic }
4733
/* LiteralStringBacktick */ .chroma .sb { color:#666;font-style:italic }
@@ -56,33 +42,11 @@
5642
/* LiteralStringRegex */ .chroma .sr { color:#666;font-style:italic }
5743
/* LiteralStringSingle */ .chroma .s1 { color:#666;font-style:italic }
5844
/* LiteralStringSymbol */ .chroma .ss { color:#666;font-style:italic }
59-
/* LiteralNumber */ .chroma .m { }
60-
/* LiteralNumberBin */ .chroma .mb { }
61-
/* LiteralNumberFloat */ .chroma .mf { }
62-
/* LiteralNumberHex */ .chroma .mh { }
63-
/* LiteralNumberInteger */ .chroma .mi { }
64-
/* LiteralNumberIntegerLong */ .chroma .il { }
65-
/* LiteralNumberOct */ .chroma .mo { }
66-
/* Operator */ .chroma .o { }
6745
/* OperatorWord */ .chroma .ow { font-weight:bold }
68-
/* Punctuation */ .chroma .p { }
6946
/* Comment */ .chroma .c { color:#888;font-style:italic }
7047
/* CommentHashbang */ .chroma .ch { color:#888;font-style:italic }
7148
/* CommentMultiline */ .chroma .cm { color:#888;font-style:italic }
7249
/* CommentSingle */ .chroma .c1 { color:#888;font-style:italic }
7350
/* CommentSpecial */ .chroma .cs { color:#888;font-weight:bold }
7451
/* CommentPreproc */ .chroma .cp { color:#888;font-weight:bold }
7552
/* CommentPreprocFile */ .chroma .cpf { color:#888;font-weight:bold }
76-
/* Generic */ .chroma .g { }
77-
/* GenericDeleted */ .chroma .gd { }
78-
/* GenericEmph */ .chroma .ge { }
79-
/* GenericError */ .chroma .gr { }
80-
/* GenericHeading */ .chroma .gh { }
81-
/* GenericInserted */ .chroma .gi { }
82-
/* GenericOutput */ .chroma .go { }
83-
/* GenericPrompt */ .chroma .gp { }
84-
/* GenericStrong */ .chroma .gs { }
85-
/* GenericSubheading */ .chroma .gu { }
86-
/* GenericTraceback */ .chroma .gt { }
87-
/* GenericUnderline */ .chroma .gl { }
88-
/* TextWhitespace */ .chroma .w { }

styles/arduino/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
/* Background */ .bg { background-color:#fff; }
44
/* PreWrapper */ .chroma { background-color:#fff; }
5-
/* Other */ .chroma .x { }
65
/* Error */ .chroma .err { color:#a61717 }
7-
/* CodeLine */ .chroma .cl { }
86
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
97
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
108
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
@@ -40,8 +38,6 @@
4038
/* NameVariableMagic */ .chroma .vm { color:#434f54 }
4139
/* NameFunction */ .chroma .nf { color:#d35400 }
4240
/* NameFunctionMagic */ .chroma .fm { color:#d35400 }
43-
/* Literal */ .chroma .l { }
44-
/* LiteralDate */ .chroma .ld { }
4541
/* LiteralString */ .chroma .s { color:#7f8c8d }
4642
/* LiteralStringAffix */ .chroma .sa { color:#7f8c8d }
4743
/* LiteralStringBacktick */ .chroma .sb { color:#7f8c8d }
@@ -65,24 +61,10 @@
6561
/* LiteralNumberOct */ .chroma .mo { color:#8a7b52 }
6662
/* Operator */ .chroma .o { color:#728e00 }
6763
/* OperatorWord */ .chroma .ow { color:#728e00 }
68-
/* Punctuation */ .chroma .p { }
6964
/* Comment */ .chroma .c { color:#95a5a6 }
7065
/* CommentHashbang */ .chroma .ch { color:#95a5a6 }
7166
/* CommentMultiline */ .chroma .cm { color:#95a5a6 }
7267
/* CommentSingle */ .chroma .c1 { color:#95a5a6 }
7368
/* CommentSpecial */ .chroma .cs { color:#95a5a6 }
7469
/* CommentPreproc */ .chroma .cp { color:#728e00 }
7570
/* CommentPreprocFile */ .chroma .cpf { color:#728e00 }
76-
/* Generic */ .chroma .g { }
77-
/* GenericDeleted */ .chroma .gd { }
78-
/* GenericEmph */ .chroma .ge { }
79-
/* GenericError */ .chroma .gr { }
80-
/* GenericHeading */ .chroma .gh { }
81-
/* GenericInserted */ .chroma .gi { }
82-
/* GenericOutput */ .chroma .go { }
83-
/* GenericPrompt */ .chroma .gp { }
84-
/* GenericStrong */ .chroma .gs { }
85-
/* GenericSubheading */ .chroma .gu { }
86-
/* GenericTraceback */ .chroma .gt { }
87-
/* GenericUnderline */ .chroma .gl { }
88-
/* TextWhitespace */ .chroma .w { }

styles/autumn/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
/* Background */ .bg { background-color:#fff; }
44
/* PreWrapper */ .chroma { background-color:#fff; }
5-
/* Other */ .chroma .x { }
65
/* Error */ .chroma .err { color:#f00;background-color:#faa }
7-
/* CodeLine */ .chroma .cl { }
86
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
97
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
108
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
@@ -19,17 +17,12 @@
1917
/* KeywordPseudo */ .chroma .kp { color:#00a }
2018
/* KeywordReserved */ .chroma .kr { color:#00a }
2119
/* KeywordType */ .chroma .kt { color:#0aa }
22-
/* Name */ .chroma .n { }
2320
/* NameAttribute */ .chroma .na { color:#1e90ff }
2421
/* NameClass */ .chroma .nc { color:#0a0;text-decoration:underline }
2522
/* NameConstant */ .chroma .no { color:#a00 }
2623
/* NameDecorator */ .chroma .nd { color:#888 }
2724
/* NameEntity */ .chroma .ni { color:#800;font-weight:bold }
28-
/* NameException */ .chroma .ne { }
29-
/* NameLabel */ .chroma .nl { }
3025
/* NameNamespace */ .chroma .nn { color:#0aa;text-decoration:underline }
31-
/* NameOther */ .chroma .nx { }
32-
/* NameProperty */ .chroma .py { }
3326
/* NameTag */ .chroma .nt { color:#1e90ff;font-weight:bold }
3427
/* NameBuiltin */ .chroma .nb { color:#0aa }
3528
/* NameBuiltinPseudo */ .chroma .bp { color:#0aa }
@@ -40,8 +33,6 @@
4033
/* NameVariableMagic */ .chroma .vm { color:#a00 }
4134
/* NameFunction */ .chroma .nf { color:#0a0 }
4235
/* NameFunctionMagic */ .chroma .fm { color:#0a0 }
43-
/* Literal */ .chroma .l { }
44-
/* LiteralDate */ .chroma .ld { }
4536
/* LiteralString */ .chroma .s { color:#a50 }
4637
/* LiteralStringAffix */ .chroma .sa { color:#a50 }
4738
/* LiteralStringBacktick */ .chroma .sb { color:#a50 }
@@ -63,17 +54,14 @@
6354
/* LiteralNumberInteger */ .chroma .mi { color:#099 }
6455
/* LiteralNumberIntegerLong */ .chroma .il { color:#099 }
6556
/* LiteralNumberOct */ .chroma .mo { color:#099 }
66-
/* Operator */ .chroma .o { }
6757
/* OperatorWord */ .chroma .ow { color:#00a }
68-
/* Punctuation */ .chroma .p { }
6958
/* Comment */ .chroma .c { color:#aaa;font-style:italic }
7059
/* CommentHashbang */ .chroma .ch { color:#aaa;font-style:italic }
7160
/* CommentMultiline */ .chroma .cm { color:#aaa;font-style:italic }
7261
/* CommentSingle */ .chroma .c1 { color:#aaa;font-style:italic }
7362
/* CommentSpecial */ .chroma .cs { color:#00a;font-style:italic }
7463
/* CommentPreproc */ .chroma .cp { color:#4c8317 }
7564
/* CommentPreprocFile */ .chroma .cpf { color:#4c8317 }
76-
/* Generic */ .chroma .g { }
7765
/* GenericDeleted */ .chroma .gd { color:#a00 }
7866
/* GenericEmph */ .chroma .ge { font-style:italic }
7967
/* GenericError */ .chroma .gr { color:#a00 }

styles/average/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
/* Background */ .bg { color:#757575;background-color:#000; }
44
/* PreWrapper */ .chroma { color:#757575;background-color:#000; }
5-
/* Other */ .chroma .x { }
65
/* Error */ .chroma .err { color:#ec0000 }
7-
/* CodeLine */ .chroma .cl { }
86
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
97
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
108
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
@@ -19,29 +17,20 @@
1917
/* KeywordPseudo */ .chroma .kp { color:#ec0000 }
2018
/* KeywordReserved */ .chroma .kr { color:#ec0000 }
2119
/* KeywordType */ .chroma .kt { color:#5f5fff }
22-
/* Name */ .chroma .n { }
2320
/* NameAttribute */ .chroma .na { color:#5f5fff }
2421
/* NameClass */ .chroma .nc { color:#5f5fff }
2522
/* NameConstant */ .chroma .no { color:#008900 }
2623
/* NameDecorator */ .chroma .nd { color:#008900 }
27-
/* NameEntity */ .chroma .ni { }
28-
/* NameException */ .chroma .ne { }
2924
/* NameLabel */ .chroma .nl { color:#ec0000 }
30-
/* NameNamespace */ .chroma .nn { }
31-
/* NameOther */ .chroma .nx { }
32-
/* NameProperty */ .chroma .py { }
3325
/* NameTag */ .chroma .nt { color:#ec0000 }
3426
/* NameBuiltin */ .chroma .nb { color:#ec0000 }
35-
/* NameBuiltinPseudo */ .chroma .bp { }
3627
/* NameVariable */ .chroma .nv { color:#ec0000 }
3728
/* NameVariableClass */ .chroma .vc { color:#ec0000 }
3829
/* NameVariableGlobal */ .chroma .vg { color:#ec0000 }
3930
/* NameVariableInstance */ .chroma .vi { color:#ec0000 }
4031
/* NameVariableMagic */ .chroma .vm { color:#ec0000 }
4132
/* NameFunction */ .chroma .nf { color:#5f5fff }
4233
/* NameFunctionMagic */ .chroma .fm { color:#5f5fff }
43-
/* Literal */ .chroma .l { }
44-
/* LiteralDate */ .chroma .ld { }
4534
/* LiteralString */ .chroma .s { color:#008900 }
4635
/* LiteralStringAffix */ .chroma .sa { color:#008900 }
4736
/* LiteralStringBacktick */ .chroma .sb { color:#008900 }
@@ -65,24 +54,11 @@
6554
/* LiteralNumberOct */ .chroma .mo { color:#008900 }
6655
/* Operator */ .chroma .o { color:#ec0000 }
6756
/* OperatorWord */ .chroma .ow { color:#ec0000 }
68-
/* Punctuation */ .chroma .p { }
69-
/* Comment */ .chroma .c { }
70-
/* CommentHashbang */ .chroma .ch { }
71-
/* CommentMultiline */ .chroma .cm { }
72-
/* CommentSingle */ .chroma .c1 { }
73-
/* CommentSpecial */ .chroma .cs { }
74-
/* CommentPreproc */ .chroma .cp { }
75-
/* CommentPreprocFile */ .chroma .cpf { }
76-
/* Generic */ .chroma .g { }
7757
/* GenericDeleted */ .chroma .gd { color:#ec0000 }
7858
/* GenericEmph */ .chroma .ge { text-decoration:underline }
7959
/* GenericError */ .chroma .gr { color:#ec0000 }
8060
/* GenericHeading */ .chroma .gh { font-weight:bold }
8161
/* GenericInserted */ .chroma .gi { font-weight:bold }
82-
/* GenericOutput */ .chroma .go { }
83-
/* GenericPrompt */ .chroma .gp { }
8462
/* GenericStrong */ .chroma .gs { font-style:italic }
8563
/* GenericSubheading */ .chroma .gu { font-weight:bold }
86-
/* GenericTraceback */ .chroma .gt { }
8764
/* GenericUnderline */ .chroma .gl { text-decoration:underline }
88-
/* TextWhitespace */ .chroma .w { }

0 commit comments

Comments
 (0)