[[iftags +theme -nobhl]]
This is the Black Highlighter theme, a new base theme that aims to be better than the SCP Wiki's default base theme, Sigma-10. You've already seen it in action.
Usage
On any wiki:
[[include :scp-wiki:theme:black-highlighter-theme]]
Reporting problems
If you've got a Github account, create an Issue detailing your problem (whether it's technical, or aesthetic, or whatever).
If you don't have a Github account, or if you'd prefer to discuss your issues with someone directly, send a Wikidot PM to Woedenaz. If he doesn't respond, send it to
Croquembouche.
Addons
As a base theme, it's easy to extend Black Highlighter to be whatever you want. You can see all Black Highlighter-derived themes here: black-highlighter-themes
For functional changes, try these:
- component:bhl-dark-sidebar: [[include :scp-wiki:component:bhl-dark-sidebar]]
- component:collapsible-sidebar: [[include :scp-wiki:component:collapsible-sidebar]]
- component:toggle-sidebar-bhl: [[include :scp-wiki:component:toggle-sidebar-bhl]]
- component:centered-header-bhl: [[include :scp-wiki:component:centered-header-bhl]]
Theme Colors
Syntax Examples
SCP Foundation Logo
Titles can be created by putting between one and six plus "+" at the start of the line
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (e.g. a blockquote). The lines separating sections of this document are horizontal rules.
- Tabulator
- Tabulation
- Long Tab
- This empty tab has a really long name for some odd reason. I wonder why? It is very strange.
- Empty Tab
- Empty Tab
- Empty Tab
- Empty Tab
- Empty Tab
This is a tab view.
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
Blockquotes, and all divs, can be nested.
| Here's an | example |
|---|---|
| of a | table |
The UI font is PT Root UI.
The monospaced font is Recursive.
All fonts are licensed under the SIL Open Font License, Version 1.1
[[/iftags]]
[[iftags +theme]]
Theme Colors
Usage
Note: This is a Black Highlighter based theme. You will need to import the Black Highlighter theme as well in order to use this theme. To learn more go here.
On any wiki:
[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:theme:scp-offices-theme]]
Examples
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line
This is a tab view.
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a | table |
|---|---|
| You should know | how to make these |
| already | |
The Body, Header, Title, and monospace font is IBM Plex Mono.
@import url('https://fonts.bunny.net/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @supports(display: grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighter"; /* must be either "black-highlighter" or "sigma9" */ --theme-id: "SCP-Offices-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "SCP Offices Theme"; /* set this to your theme's full name */ /* Typefaces */ --body-font: "JetBrains Mono", Recursive, Consolas, monaco, monospace; --header-font: var(--header-font); --title-font: var(--header-font); --mono-font: var(--header-font); --UI-font: var(--header-font); /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; } #container-wrap-wrap { background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-repeat: no-repeat; background-size: 100% var(--header-height-on-desktop), 100% var(--final-header-height-on-desktop); } a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #header h1 a:hover::after, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent), 0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #interwiki .heading p, #side-bar .heading p, #side-bar .collapsible-block .collapsible-block-link { color: rgb(var(--swatch-primary-darkest)) } #interwiki div.menu-item a, #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #interwiki div.menu-item a:hover, #interwiki div.menu-item a:active, #side-bar div.menu-item a:hover, #side-bar div.menu-item a:active { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; color: rgb(var(--swatch-text-tertiary-color)); } #interwiki div.menu-item a:focus-within, #side-bar div.menu-item a:focus-within { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; color: rgb(var(--swatch-text-tertiary-color)); } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent)) !important; } div[id*="page-options-bottom"] { --ui-wght: 600; --ui-hvr-wght: 600; font-size: calc(var(--base-font-size) * 0.75); } div[id*=page-options-bottom]:not(:is(.page-rate-widget-box, #search-top-box-form)) > a.btn { --min-font-size: 0.7rem; } @media only screen and (max-width: 56.25rem) { #header { background-repeat: no-repeat, repeat; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2), top center; background-size: calc(8.75rem + var(--offset-from-page-top)), 100% var(--header-height-on-desktop); } } @-webkit-keyframes flicker { 0% { opacity: 1; } 5% { opacity: .9; } 6% { opacity: .8; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } @keyframes flicker { 0% { opacity: 1; } 5% { opacity: .9; } 6% { opacity: .8; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
[[/iftags]]
[[iftags +theme]]
Theme Colors
Usage
This theme is an extension of SCP Offices Theme by Woedenaz.
Note: This is a Black Highlighter based theme. You will need to import the Black Highlighter theme as well in order to use this theme. To learn more go here.
On any wiki:
[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:theme:scp-offices-theme]]
[[include :scp-wiki:theme:scp-human-resources]]
Examples
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line
This is a tab view.
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a | table |
|---|---|
| You should know | how to make these |
| already | |
Header & Title font is Zilla Slab.
The Body and monospace font is IBM Plex Mono.
@import url('https://fonts.bunny.net/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); @supports(--css: variables) { :root { /* Typefaces */ --header-font: 'Zilla Slab', serif; --title-font: 'Zilla Slab', monospace; /* Standard Colors */ --white-monochrome: 207, 223, 245; --pale-gray-monochrome: 157, 186, 226; --light-gray-monochrome: 112, 149, 201; --gray-monochrome: 75, 115, 171; --dark-gray-monochrome: 49, 91, 150; --black-monochrome: 7, 7, 40; --bright-accent: 128, 184, 116; --medium-accent: 61, 139, 44; --dark-accent: 28, 104, 12; --swatch-text-general: var(--swatch-text-dark); --link-color: var(--medium-accent); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Ascp-human-resources/hrlogo.png"); --header-subtitle: "HUMAN RESOURCES DEPARTMENT"; --background-gradient-color: 255, 242, 219; --rating-module-bg-color: var(--dark-accent); --rating-module-text-color: var(--bright-accent); --rating-module-plus-color: var(--bright-accent); --rating-module-negative-color: var(--bright-accent); scrollbar-color: rgba(var(--pale-gray-monochrome), 1) rgba(var(--dark-gray-monochrome), 0.50); --offset-from-page-top: 0rem; } #side-bar .heading p, #interwiki .heading p { color: rgba(var(--black-monochrome), 1); font-family: 'Zilla Slab', serif; --text-shadow: none; } #interwiki div.menu-item a, #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 500; font-weight: 500; } #search-top-box input.empty { color: rgba(var(--white-monochrome), 1); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { color: rgb(var(--dark-accent)); } #footer a { background: inherit; color: rgba(var(--white-monochrome), 1); } .collapsible-block-link { -webkit-text-decoration-color: rgb(var(--medium-accent)); text-decoration-color: rgb(var(--medium-accent)); -webkit-text-decoration: rgb(var(--medium-accent)); text-decoration: rgb(var(--medium-accent)); } }
[[/iftags]]
[[iftags +theme]]
[[iftags +theme]]
Theme Colors
Usage
Note: This is a Black Highlighter based theme. You will need to import the Black Highlighter theme as well in order to use this theme. To learn more go here.
On any wiki:
[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:theme:scp-offices-theme]]
Examples
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line
This is a tab view.
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a | table |
|---|---|
| You should know | how to make these |
| already | |
The Body, Header, Title, and monospace font is IBM Plex Mono.
@import url('https://fonts.bunny.net/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @supports(display: grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighter"; /* must be either "black-highlighter" or "sigma9" */ --theme-id: "SCP-Offices-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "SCP Offices Theme"; /* set this to your theme's full name */ /* Typefaces */ --body-font: "JetBrains Mono", Recursive, Consolas, monaco, monospace; --header-font: var(--header-font); --title-font: var(--header-font); --mono-font: var(--header-font); --UI-font: var(--header-font); /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; } #container-wrap-wrap { background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-repeat: no-repeat; background-size: 100% var(--header-height-on-desktop), 100% var(--final-header-height-on-desktop); } a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #header h1 a:hover::after, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent), 0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #interwiki .heading p, #side-bar .heading p, #side-bar .collapsible-block .collapsible-block-link { color: rgb(var(--swatch-primary-darkest)) } #interwiki div.menu-item a, #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #interwiki div.menu-item a:hover, #interwiki div.menu-item a:active, #side-bar div.menu-item a:hover, #side-bar div.menu-item a:active { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; color: rgb(var(--swatch-text-tertiary-color)); } #interwiki div.menu-item a:focus-within, #side-bar div.menu-item a:focus-within { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; color: rgb(var(--swatch-text-tertiary-color)); } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent)) !important; } div[id*="page-options-bottom"] { --ui-wght: 600; --ui-hvr-wght: 600; font-size: calc(var(--base-font-size) * 0.75); } div[id*=page-options-bottom]:not(:is(.page-rate-widget-box, #search-top-box-form)) > a.btn { --min-font-size: 0.7rem; } @media only screen and (max-width: 56.25rem) { #header { background-repeat: no-repeat, repeat; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2), top center; background-size: calc(8.75rem + var(--offset-from-page-top)), 100% var(--header-height-on-desktop); } } @-webkit-keyframes flicker { 0% { opacity: 1; } 5% { opacity: .9; } 6% { opacity: .8; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } @keyframes flicker { 0% { opacity: 1; } 5% { opacity: .9; } 6% { opacity: .8; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
[[footnoteblock]]
[[/iftags]]
[[/iftags]]
Theme Colors
Usage
This theme is an extension of SCP offices Theme by Woedenaz.
Note: This is a Black Highlighter based theme. You will need to import the Black Highlighter theme as well in order to use this theme. To learn more go here.
On any wiki:
[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:theme:scp-offices-theme]]
[[include :scp-wiki:theme:scp-human-resources]]
Examples
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line
This is a tab view.
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a | table |
|---|---|
| You should know | how to make these |
| already | |
Header & Title font is Zilla Slab.
The Body and monospace font is IBM Plex Mono.
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300&display=swap'); @supports(--css: variables) { :root { /* Typefaces */ --header-font: 'Zilla Slab', serif; --title-font: 'Z', monospace; /* Standard Colors */ --white-monochrome: 207, 223, 245; --pale-gray-monochrome: 157, 186, 226; --light-gray-monochrome: 112, 149, 201; --gray-monochrome: 75, 115, 171; --dark-gray-monochrome: 49, 91, 150; --black-monochrome: 7, 7, 40; --bright-accent: 128, 184, 116; --medium-accent: 61, 139, 44; --dark-accent: 28, 104, 12; --swatch-text-general: var(--swatch-text-dark); --link-color: var(--medium-accent); --logo-image: url("http://dorktoast.wdfiles.com/local--files/scp%3Ahuman-resources/hrlogo.png"); --header-subtitle: "HUMAN RESOURCES DEPARTMENT"; --background-gradient-color: 255, 242, 219; --rating-module-text-color: var(--bright-accent); --rating-module-plus-color: var(--bright-accent); --rating-module-negative-color: var(--bright-accent); scrollbar-color: rgba(var(--pale-gray-monochrome), 1) rgba(var(--dark-gray-monochrome), 0.50); --offset-from-page-top: 0rem; } #side-bar .heading p { color: rgba(var(--black-monochrome),1); font-family: 'Zilla Slab', serif; --text-shadow:none; } #search-top-box input.empty { color: rgba(var(--white-monochrome),1); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { color: rgb(var(--dark-accent)); #footer a { background: inherit; color: rgba(var(--white-monochrome),1); } .collapsible-block-link { text-decoration-color: rgb(var(--medium-accent)); text-decoration: rgb(var(--medium-accent)); }







