Skip to content

Commit c5c8304

Browse files
style: update styles
1 parent 6983e36 commit c5c8304

File tree

60 files changed

+528
-408
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

+528
-408
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=abap */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#00f }
2022
/* Name */ .chroma .n { color:#000 }
2123
/* NameAttribute */ .chroma .na { color:#000 }
22-
/* NameBuiltin */ .chroma .nb { color:#000 }
23-
/* NameBuiltinPseudo */ .chroma .bp { color:#000 }
2424
/* NameClass */ .chroma .nc { color:#000 }
2525
/* NameConstant */ .chroma .no { color:#000 }
2626
/* NameDecorator */ .chroma .nd { color:#000 }
2727
/* NameEntity */ .chroma .ni { color:#000 }
2828
/* NameException */ .chroma .ne { color:#000 }
29-
/* NameFunction */ .chroma .nf { color:#000 }
30-
/* NameFunctionMagic */ .chroma .fm { color:#000 }
3129
/* NameLabel */ .chroma .nl { color:#000 }
3230
/* NameNamespace */ .chroma .nn { color:#000 }
3331
/* NameOther */ .chroma .nx { color:#000 }
3432
/* NameProperty */ .chroma .py { color:#000 }
3533
/* NameTag */ .chroma .nt { color:#000 }
34+
/* NameBuiltin */ .chroma .nb { color:#000 }
35+
/* NameBuiltinPseudo */ .chroma .bp { color:#000 }
3636
/* NameVariable */ .chroma .nv { color:#000 }
3737
/* NameVariableClass */ .chroma .vc { color:#000 }
3838
/* NameVariableGlobal */ .chroma .vg { color:#000 }
3939
/* NameVariableInstance */ .chroma .vi { color:#000 }
4040
/* NameVariableMagic */ .chroma .vm { color:#000 }
41+
/* NameFunction */ .chroma .nf { color:#000 }
42+
/* NameFunctionMagic */ .chroma .fm { color:#000 }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#5a2 }

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=algol_nu */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { font-weight:bold }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { }
22-
/* NameBuiltin */ .chroma .nb { font-weight:bold;font-style:italic }
23-
/* NameBuiltinPseudo */ .chroma .bp { font-weight:bold;font-style:italic }
2424
/* NameClass */ .chroma .nc { color:#666;font-weight:bold;font-style:italic }
2525
/* NameConstant */ .chroma .no { color:#666;font-weight:bold;font-style:italic }
2626
/* NameDecorator */ .chroma .nd { }
2727
/* NameEntity */ .chroma .ni { }
2828
/* NameException */ .chroma .ne { }
29-
/* NameFunction */ .chroma .nf { color:#666;font-weight:bold;font-style:italic }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { }
3230
/* NameNamespace */ .chroma .nn { color:#666;font-weight:bold;font-style:italic }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { }
34+
/* NameBuiltin */ .chroma .nb { font-weight:bold;font-style:italic }
35+
/* NameBuiltinPseudo */ .chroma .bp { font-weight:bold;font-style:italic }
3636
/* NameVariable */ .chroma .nv { color:#666;font-weight:bold;font-style:italic }
37-
/* NameVariableClass */ .chroma .vc { }
38-
/* NameVariableGlobal */ .chroma .vg { }
39-
/* NameVariableInstance */ .chroma .vi { }
40-
/* NameVariableMagic */ .chroma .vm { }
37+
/* NameVariableClass */ .chroma .vc { color:#666;font-weight:bold;font-style:italic }
38+
/* NameVariableGlobal */ .chroma .vg { color:#666;font-weight:bold;font-style:italic }
39+
/* NameVariableInstance */ .chroma .vi { color:#666;font-weight:bold;font-style:italic }
40+
/* NameVariableMagic */ .chroma .vm { color:#666;font-weight:bold;font-style:italic }
41+
/* NameFunction */ .chroma .nf { color:#666;font-weight:bold;font-style:italic }
42+
/* NameFunctionMagic */ .chroma .fm { color:#666;font-weight:bold;font-style:italic }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#666;font-style:italic }

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=algol */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { font-weight:bold;text-decoration:underline }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { }
22-
/* NameBuiltin */ .chroma .nb { font-weight:bold;font-style:italic }
23-
/* NameBuiltinPseudo */ .chroma .bp { font-weight:bold;font-style:italic }
2424
/* NameClass */ .chroma .nc { color:#666;font-weight:bold;font-style:italic }
2525
/* NameConstant */ .chroma .no { color:#666;font-weight:bold;font-style:italic }
2626
/* NameDecorator */ .chroma .nd { }
2727
/* NameEntity */ .chroma .ni { }
2828
/* NameException */ .chroma .ne { }
29-
/* NameFunction */ .chroma .nf { color:#666;font-weight:bold;font-style:italic }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { }
3230
/* NameNamespace */ .chroma .nn { color:#666;font-weight:bold;font-style:italic }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { }
34+
/* NameBuiltin */ .chroma .nb { font-weight:bold;font-style:italic }
35+
/* NameBuiltinPseudo */ .chroma .bp { font-weight:bold;font-style:italic }
3636
/* NameVariable */ .chroma .nv { color:#666;font-weight:bold;font-style:italic }
37-
/* NameVariableClass */ .chroma .vc { }
38-
/* NameVariableGlobal */ .chroma .vg { }
39-
/* NameVariableInstance */ .chroma .vi { }
40-
/* NameVariableMagic */ .chroma .vm { }
37+
/* NameVariableClass */ .chroma .vc { color:#666;font-weight:bold;font-style:italic }
38+
/* NameVariableGlobal */ .chroma .vg { color:#666;font-weight:bold;font-style:italic }
39+
/* NameVariableInstance */ .chroma .vi { color:#666;font-weight:bold;font-style:italic }
40+
/* NameVariableMagic */ .chroma .vm { color:#666;font-weight:bold;font-style:italic }
41+
/* NameFunction */ .chroma .nf { color:#666;font-weight:bold;font-style:italic }
42+
/* NameFunctionMagic */ .chroma .fm { color:#666;font-weight:bold;font-style:italic }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#666;font-style:italic }

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=arduino */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#00979d }
2022
/* Name */ .chroma .n { color:#434f54 }
2123
/* NameAttribute */ .chroma .na { color:#434f54 }
22-
/* NameBuiltin */ .chroma .nb { color:#728e00 }
23-
/* NameBuiltinPseudo */ .chroma .bp { color:#434f54 }
2424
/* NameClass */ .chroma .nc { color:#434f54 }
2525
/* NameConstant */ .chroma .no { color:#434f54 }
2626
/* NameDecorator */ .chroma .nd { color:#434f54 }
2727
/* NameEntity */ .chroma .ni { color:#434f54 }
2828
/* NameException */ .chroma .ne { color:#434f54 }
29-
/* NameFunction */ .chroma .nf { color:#d35400 }
30-
/* NameFunctionMagic */ .chroma .fm { color:#434f54 }
3129
/* NameLabel */ .chroma .nl { color:#434f54 }
3230
/* NameNamespace */ .chroma .nn { color:#434f54 }
3331
/* NameOther */ .chroma .nx { color:#728e00 }
3432
/* NameProperty */ .chroma .py { color:#434f54 }
3533
/* NameTag */ .chroma .nt { color:#434f54 }
34+
/* NameBuiltin */ .chroma .nb { color:#728e00 }
35+
/* NameBuiltinPseudo */ .chroma .bp { color:#728e00 }
3636
/* NameVariable */ .chroma .nv { color:#434f54 }
3737
/* NameVariableClass */ .chroma .vc { color:#434f54 }
3838
/* NameVariableGlobal */ .chroma .vg { color:#434f54 }
3939
/* NameVariableInstance */ .chroma .vi { color:#434f54 }
4040
/* NameVariableMagic */ .chroma .vm { color:#434f54 }
41+
/* NameFunction */ .chroma .nf { color:#d35400 }
42+
/* NameFunctionMagic */ .chroma .fm { color:#d35400 }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#7f8c8d }

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=autumn */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#0aa }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { color:#1e90ff }
22-
/* NameBuiltin */ .chroma .nb { color:#0aa }
23-
/* NameBuiltinPseudo */ .chroma .bp { }
2424
/* NameClass */ .chroma .nc { color:#0a0;text-decoration:underline }
2525
/* NameConstant */ .chroma .no { color:#a00 }
2626
/* NameDecorator */ .chroma .nd { color:#888 }
2727
/* NameEntity */ .chroma .ni { color:#800;font-weight:bold }
2828
/* NameException */ .chroma .ne { }
29-
/* NameFunction */ .chroma .nf { color:#0a0 }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { }
3230
/* NameNamespace */ .chroma .nn { color:#0aa;text-decoration:underline }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { color:#1e90ff;font-weight:bold }
34+
/* NameBuiltin */ .chroma .nb { color:#0aa }
35+
/* NameBuiltinPseudo */ .chroma .bp { color:#0aa }
3636
/* NameVariable */ .chroma .nv { color:#a00 }
37-
/* NameVariableClass */ .chroma .vc { }
38-
/* NameVariableGlobal */ .chroma .vg { }
39-
/* NameVariableInstance */ .chroma .vi { }
40-
/* NameVariableMagic */ .chroma .vm { }
37+
/* NameVariableClass */ .chroma .vc { color:#a00 }
38+
/* NameVariableGlobal */ .chroma .vg { color:#a00 }
39+
/* NameVariableInstance */ .chroma .vi { color:#a00 }
40+
/* NameVariableMagic */ .chroma .vm { color:#a00 }
41+
/* NameFunction */ .chroma .nf { color:#0a0 }
42+
/* NameFunctionMagic */ .chroma .fm { color:#0a0 }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#a50 }

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=average */
2+
13
/* Background */ .bg { color:#757575;background-color:#000; }
24
/* PreWrapper */ .chroma { color:#757575;background-color:#000; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#5f5fff }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { color:#5f5fff }
22-
/* NameBuiltin */ .chroma .nb { color:#ec0000 }
23-
/* NameBuiltinPseudo */ .chroma .bp { }
2424
/* NameClass */ .chroma .nc { color:#5f5fff }
2525
/* NameConstant */ .chroma .no { color:#008900 }
2626
/* NameDecorator */ .chroma .nd { color:#008900 }
2727
/* NameEntity */ .chroma .ni { }
2828
/* NameException */ .chroma .ne { }
29-
/* NameFunction */ .chroma .nf { color:#5f5fff }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { color:#ec0000 }
3230
/* NameNamespace */ .chroma .nn { }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { color:#ec0000 }
34+
/* NameBuiltin */ .chroma .nb { color:#ec0000 }
35+
/* NameBuiltinPseudo */ .chroma .bp { }
3636
/* NameVariable */ .chroma .nv { color:#ec0000 }
3737
/* NameVariableClass */ .chroma .vc { color:#ec0000 }
3838
/* NameVariableGlobal */ .chroma .vg { color:#ec0000 }
3939
/* NameVariableInstance */ .chroma .vi { color:#ec0000 }
40-
/* NameVariableMagic */ .chroma .vm { }
40+
/* NameVariableMagic */ .chroma .vm { color:#ec0000 }
41+
/* NameFunction */ .chroma .nf { color:#5f5fff }
42+
/* NameFunctionMagic */ .chroma .fm { color:#5f5fff }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#008900 }

styles/base16-snazzy/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=base16-snazzy */
2+
13
/* Background */ .bg { color:#e2e4e5;background-color:#282a36; }
24
/* PreWrapper */ .chroma { color:#e2e4e5;background-color:#282a36; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#9aedfe }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { color:#57c7ff }
22-
/* NameBuiltin */ .chroma .nb { color:#ff5c57 }
23-
/* NameBuiltinPseudo */ .chroma .bp { }
2424
/* NameClass */ .chroma .nc { color:#f3f99d }
2525
/* NameConstant */ .chroma .no { color:#ff9f43 }
2626
/* NameDecorator */ .chroma .nd { color:#ff9f43 }
2727
/* NameEntity */ .chroma .ni { }
2828
/* NameException */ .chroma .ne { }
29-
/* NameFunction */ .chroma .nf { color:#57c7ff }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { color:#ff5c57 }
3230
/* NameNamespace */ .chroma .nn { }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { color:#ff6ac1 }
34+
/* NameBuiltin */ .chroma .nb { color:#ff5c57 }
35+
/* NameBuiltinPseudo */ .chroma .bp { }
3636
/* NameVariable */ .chroma .nv { color:#ff5c57 }
3737
/* NameVariableClass */ .chroma .vc { color:#ff5c57 }
3838
/* NameVariableGlobal */ .chroma .vg { color:#ff5c57 }
3939
/* NameVariableInstance */ .chroma .vi { color:#ff5c57 }
40-
/* NameVariableMagic */ .chroma .vm { }
40+
/* NameVariableMagic */ .chroma .vm { color:#ff5c57 }
41+
/* NameFunction */ .chroma .nf { color:#57c7ff }
42+
/* NameFunctionMagic */ .chroma .fm { color:#57c7ff }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#5af78e }

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=borland */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#000080;font-weight:bold }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { color:#f00 }
22-
/* NameBuiltin */ .chroma .nb { }
23-
/* NameBuiltinPseudo */ .chroma .bp { }
2424
/* NameClass */ .chroma .nc { }
2525
/* NameConstant */ .chroma .no { }
2626
/* NameDecorator */ .chroma .nd { }
2727
/* NameEntity */ .chroma .ni { }
2828
/* NameException */ .chroma .ne { }
29-
/* NameFunction */ .chroma .nf { }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { }
3230
/* NameNamespace */ .chroma .nn { }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { color:#000080;font-weight:bold }
34+
/* NameBuiltin */ .chroma .nb { }
35+
/* NameBuiltinPseudo */ .chroma .bp { }
3636
/* NameVariable */ .chroma .nv { }
3737
/* NameVariableClass */ .chroma .vc { }
3838
/* NameVariableGlobal */ .chroma .vg { }
3939
/* NameVariableInstance */ .chroma .vi { }
4040
/* NameVariableMagic */ .chroma .vm { }
41+
/* NameFunction */ .chroma .nf { }
42+
/* NameFunctionMagic */ .chroma .fm { }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#00f }

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=bw */
2+
13
/* Background */ .bg { background-color:#fff; }
24
/* PreWrapper */ .chroma { background-color:#fff; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { }
22-
/* NameBuiltin */ .chroma .nb { }
23-
/* NameBuiltinPseudo */ .chroma .bp { }
2424
/* NameClass */ .chroma .nc { font-weight:bold }
2525
/* NameConstant */ .chroma .no { }
2626
/* NameDecorator */ .chroma .nd { }
2727
/* NameEntity */ .chroma .ni { font-weight:bold }
2828
/* NameException */ .chroma .ne { font-weight:bold }
29-
/* NameFunction */ .chroma .nf { }
30-
/* NameFunctionMagic */ .chroma .fm { }
3129
/* NameLabel */ .chroma .nl { }
3230
/* NameNamespace */ .chroma .nn { font-weight:bold }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { }
3533
/* NameTag */ .chroma .nt { font-weight:bold }
34+
/* NameBuiltin */ .chroma .nb { }
35+
/* NameBuiltinPseudo */ .chroma .bp { }
3636
/* NameVariable */ .chroma .nv { }
3737
/* NameVariableClass */ .chroma .vc { }
3838
/* NameVariableGlobal */ .chroma .vg { }
3939
/* NameVariableInstance */ .chroma .vi { }
4040
/* NameVariableMagic */ .chroma .vm { }
41+
/* NameFunction */ .chroma .nf { }
42+
/* NameFunctionMagic */ .chroma .fm { }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { font-style:italic }

styles/catppuccin-frappe/assets/hb/modules/syntax-highlighting/scss/_style.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Generated using: hugo gen chromastyles --style=catppuccin-frappe */
2+
13
/* Background */ .bg { color:#c6d0f5;background-color:#303446; }
24
/* PreWrapper */ .chroma { color:#c6d0f5;background-color:#303446; }
35
/* Other */ .chroma .x { }
@@ -19,25 +21,25 @@
1921
/* KeywordType */ .chroma .kt { color:#e78284 }
2022
/* Name */ .chroma .n { }
2123
/* NameAttribute */ .chroma .na { color:#8caaee }
22-
/* NameBuiltin */ .chroma .nb { color:#99d1db }
23-
/* NameBuiltinPseudo */ .chroma .bp { color:#99d1db }
2424
/* NameClass */ .chroma .nc { color:#e5c890 }
2525
/* NameConstant */ .chroma .no { color:#e5c890 }
2626
/* NameDecorator */ .chroma .nd { color:#8caaee;font-weight:bold }
2727
/* NameEntity */ .chroma .ni { color:#81c8be }
2828
/* NameException */ .chroma .ne { color:#ef9f76 }
29-
/* NameFunction */ .chroma .nf { color:#8caaee }
30-
/* NameFunctionMagic */ .chroma .fm { color:#8caaee }
3129
/* NameLabel */ .chroma .nl { color:#99d1db }
3230
/* NameNamespace */ .chroma .nn { color:#ef9f76 }
3331
/* NameOther */ .chroma .nx { }
3432
/* NameProperty */ .chroma .py { color:#ef9f76 }
3533
/* NameTag */ .chroma .nt { color:#ca9ee6 }
34+
/* NameBuiltin */ .chroma .nb { color:#99d1db }
35+
/* NameBuiltinPseudo */ .chroma .bp { color:#99d1db }
3636
/* NameVariable */ .chroma .nv { color:#f2d5cf }
3737
/* NameVariableClass */ .chroma .vc { color:#f2d5cf }
3838
/* NameVariableGlobal */ .chroma .vg { color:#f2d5cf }
3939
/* NameVariableInstance */ .chroma .vi { color:#f2d5cf }
4040
/* NameVariableMagic */ .chroma .vm { color:#f2d5cf }
41+
/* NameFunction */ .chroma .nf { color:#8caaee }
42+
/* NameFunctionMagic */ .chroma .fm { color:#8caaee }
4143
/* Literal */ .chroma .l { }
4244
/* LiteralDate */ .chroma .ld { }
4345
/* LiteralString */ .chroma .s { color:#a6d189 }

0 commit comments

Comments
 (0)