Isolated Terminal Theme

Rating:

rating: +131+x

Rating w/ Credit Module:

  • rating: +131+x

black-highlighter-logo.svg

Theme Colors

Ray Yellow--accentColor(246, 196, 3)
Vacuum Dark--darkColor(40, 26, 8)
{$color3-name}{$color3-variable}{$color3-info}
{$color4-name}{$color4-variable}{$color4-info}
{$color5-name}{$color5-variable}{$color5-info}
{$color6-name}{$color6-variable}{$color6-info}
{$subcolor1-name}{$subcolor1-variable}{$subcolor1-info}
{$subcolor2-name}{$subcolor2-variable}{$subcolor2-info}
{$subcolor3-name}{$subcolor3-variable}{$subcolor3-info}
{$subcolor4-name}{$subcolor4-variable}{$subcolor4-info}
{$subcolor5-name}{$subcolor5-variable}{$subcolor5-info}
{$subcolor6-name}{$subcolor6-variable}{$subcolor6-info}
{$subcolor7-name}{$subcolor7-variable}{$subcolor7-info}
{$subcolor8-name}{$subcolor8-variable}{$subcolor8-info}
{$subcolor9-name}{$subcolor9-variable}{$subcolor9-info}
{$subcolor10-name}{$subcolor10-variable}{$subcolor10-info}
{$subcolor11-name}{$subcolor11-variable}{$subcolor11-info}
{$subcolor12-name}{$subcolor12-variable}{$subcolor12-info}

This is a Black Highlighter-based theme by EstrellaYoshteEstrellaYoshte, derived from the visuals of SCP-5999.

You will need to import the Black Highlighter theme as well in order to use this theme. To learn more, go here.

To import this theme, simply add the following to your page:

[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:theme:isolated-terminal]]

pxlogo.png

Image.

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.

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

[[div class="expoblock"]]


Horizontal rule when inside an expoblock div.

[[span class="hilighter"]]
supercalifragilis- you get the idea.


FURTHER CONFIGURATION


To disable the scanline filter, add the following patch:

[[module CSS]]
div#extrac-div-1, div#extrac-div-2 {
display: none;
}
[[/module]]


While the theme is intended to be use as is, it is possible to change the colors by putting the following after the [[include]]:

:root {
--accentColor: 246,196,3;
--darkColor: 40,26,8;
}

--accentColor controls the primary accent (yellow by default).
--darkColor controls the background and dark shade in the theme.
Change them to your desired colors in the RGB format.

Recommend not using pure black for your background.


The header font is IBM VGA8x16.

The body font is Terminus.

The monospace font is ProFontWindows.

Source Code


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License