Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** <nowiki>
*
* @title Nord
* @description An arctic, north-blush color palette for FANDOM code.
* @author Speedit
* @version 1.2.6
* @license CC-BY-SA 3.0
*
* @colordef #2e3440; background - dark theme
* @colordef #eceff4; background - light theme
* @colordef #d8dee9; text - dark theme
* @colordef #4c566a; text - light theme
* @colordef #3b4252; interface - dark theme
* @colordef #d8dee9; interface - light theme
* @colordef #4c566a; interactivity - dark theme
* @colordef #c5ced9; interactivity - light theme
* @colordef #657b83; comments
* @colordef #6ca1c1; functions - dark theme
* @colordef #5e81ac; functions - light theme
* @colordef #a3be8c; strings - dark theme
* @colordef #6c894d; strings - light theme
* @colordef #76a9a0; symbols - dark theme
* @colordef #378172; symbols - light theme
* @colordef #a78ea2; numbers - dark theme
* @colordef #8e5783; numbers - light theme
* @colordef #88b3b3; keywords - dark theme
* @colordef #359797; keywords - light theme
* @colordef #bf616a; regexp
*
*/
.skin-fandomdesktop :is(.ace_editor, .ace_editor .ace_gutter),
.skin-fandomdesktop.action-view #mw-content-text :is(.mw-highlight-lang-javascript, .mw-highlight-lang-css, .mw-highlight-lang-html5, .mw-highlight-lang-html4strict, .mw-highlight-lang-xml, .mw-highlight-lang-lua, .mw-geshi, pre) {
background-color: #2e3440 !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.skin-fandomdesktop.theme-fandomdesktop-light :is(.ace_editor, .ace_editor .ace_gutter),
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(.mw-highlight-lang-javascript, .mw-highlight-lang-css, .mw-highlight-lang-html5, .mw-highlight-lang-html4strict, .mw-highlight-lang-xml, .mw-highlight-lang-lua, .mw-geshi, pre) {
background-color: #eceff4 !important;
}
.skin-fandomdesktop .ace_editor,
.skin-fandomdesktop.action-view #mw-content-text :is(.mw-highlight-lang-javascript, .mw-highlight-lang-css, .mw-highlight-lang-html5, .mw-highlight-lang-html4strict, .mw-highlight-lang-xml, .mw-highlight-lang-lua, .mw-geshi, pre) {
color: #d8dee9 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(.mw-highlight-lang-javascript, .mw-highlight-lang-css, .mw-highlight-lang-html5, .mw-highlight-lang-html4strict, .mw-highlight-lang-xml, .mw-highlight-lang-lua, .mw-geshi, pre) {
color:#4c566a !important;
}
.skin-fandomdesktop.action-view #mw-content-text :is(.mw-highlight-lang-javascript, .mw-highlight-lang-css, .mw-highlight-lang-html5, .mw-highlight-lang-html4strict, .mw-highlight-lang-xml, .mw-highlight-lang-lua, .mw-geshi, pre) {
border-color: #3b4252 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(.mw-highlight-lang-javascript, .mw-highlight-lang-css, .mw-highlight-lang-html5, .mw-highlight-lang-html4strict, .mw-highlight-lang-xml, .mw-highlight-lang-lua, .mw-geshi, pre) {
border-color: #d8dee9 !important;
}
.skin-fandomdesktop .ace_editor .ace_scrollbar::-webkit-scrollbar,
.skin-fandomdesktop .ace_editor .ace_scrollbar_h::-webkit-scrollbar,
.skin-fandomdesktop.action-view #mw-content-text pre::-webkit-scrollbar {
background-color: #2e3440;
border: solid #3b4252;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_scrollbar::-webkit-scrollbar,
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_scrollbar_h::-webkit-scrollbar,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text pre::-webkit-scrollbar {
background-color: #eceff4;
border:solid #d8dee9;
}
.skin-fandomdesktop.action-view #mw-content-text pre::-webkit-scrollbar,
.skin-fandomdesktop.action-view #mw-content-text pre::-webkit-scrollbar-thumb {
border-radius: 4px;
height: 8px;
width: 8px;
}
.skin-fandomdesktop .ace_editor .ace_scrollbar::-webkit-scrollbar,
.skin-fandomdesktop .ace_editor .ace_scrollbar_h::-webkit-scrollbar,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view .ace_editor .ace_scrollbar::-webkit-scrollbar,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view .ace_editor .ace_scrollbar_h::-webkit-scrollbar {
border-width: 0 0 0 1px;
}
.skin-fandomdesktop.action-view #mw-content-text pre::-webkit-scrollbar,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text pre::-webkit-scrollbar {
border-width: 1px;
}
.skin-fandomdesktop.action-view #mw-content-text :is(.mw-geshi div[class*="source"] *.ln-xtra, pre[id^="theme-solarized"] *.ln-xtra),
.skin-fandomdesktop .ace_editor .ace_scrollbar::-webkit-scrollbar-thumb,
.skin-fandomdesktop .ace_editor .ace_scrollbar_h::-webkit-scrollbar-thumb,
.skin-fandomdesktop.action-view #mw-content-text pre::-webkit-scrollbar-thumb {
background-color: #3b4252;
}
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(.mw-geshi div[class*="source"] *.ln-xtra, pre[id^="theme-solarized"] *.ln-xtra),
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_scrollbar::-webkit-scrollbar-thumb,
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_scrollbar_h::-webkit-scrollbar-thumb,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text pre::-webkit-scrollbar-thumb {
background-color: #d8dee9;
}
.skin-fandomdesktop #EditPage.editpage-sourcewidemode-off {
display: flex;
justify-content: space-between;
}
.skin-fandomdesktop #EditPage.editpage-sourcewidemode-off #EditPageRail {
padding-bottom: 28px;
}
.skin-fandomdesktop #EditPage.editpage-sourcewidemode-off #EditPageRail::after {
background: #3b4252;
border-top: 1px solid hsla(0,0%,0%,0.2);
bottom: 0;
box-sizing: border-box;
color: #d8dee9;
content: 'Nord v1.2.5 · https://dev.fandom.com/wiki/Nord';
display: flex;
font-family: -apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif;
height: 28px;
line-height: 24px;
padding: 0 10px;
position: absolute;
white-space: pre-wrap;
width: 100%;
}
.skin-fandomdesktop.theme-fandomdesktop-light #EditPage.editpage-sourcewidemode-off #EditPageRail::after {
background: #d8dee9;
border-top: 1px solid hsla(0,0%,100%,0.2);
color: #4c566a;
}
.skin-fandomdesktop .ace_editor .ace_search {
border: solid #454545;
border-width: 0 0 0 4px;
box-shadow: 0 2px 8px hsla(0,0%,0%,0.4);
color: #d5d5d4;
width: 287px;
padding: 6px 8px 2px 16px;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_search {
border: solid #bfbfbf;
border-width: 0 0 0 4px;
box-shadow: 0 2px 8px hsla(0,0%,75%,0.4);
}
.skin-fandomdesktop .ace_editor .ace_search,
.skin-fandomdesktop .ace_editor .ace_search :is(.ace_search_field, .ace_searchbtn, .ace_replacebtn),
.skin-fandomdesktop .ace_editor .ace_gutter-tooltip {
background: inherit;
color: inherit;
border-radius: 0;
}
.skin-fandomdesktop .ace_editor .ace_search :is(.ace_search_field, .ace_searchbtn),
.skin-fandomdesktop .ace_editor .ace_gutter-tooltip {
border-color: #4c566a !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor :is(.ace_search .ace_search_field, .ace_search .ace_searchbtn, .ace_gutter-tooltip) {
border-color: #c5ced9 !important;
}
.skin-fandomdesktop .ace_editor .ace_search .ace_search_field,
.skin-fandomdesktop .ace_editor .ace_search :is(.ace_searchbtn, .ace_searchbtn_close, ace_replacebtn):hover,
.skin-fandomdesktop .ace_editor .ace_marker-layer .ace_active-line,
.skin-fandomdesktop .ace_editor .ace_gutter-active-line {
background-color: #3b4252 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_search .ace_search_field,
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_search :is(.ace_searchbtn, .ace_searchbtn_close, .ace_replacebtn):hover,
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_marker-layer .ace_active-line,
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_gutter-active-line {
background-color: #d8dee9 !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer .ace_indent-guide {
background: linear-gradient(to left,#3b4252 1px,transparent 1px,transparent 100%);
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_text-layer .ace_indent-guide {
background: linear-gradient(to left,#d8dee9 1px,transparent 1px,transparent 100%);
}
.skin-fandomdesktop .ace_editor .ace_marker-layer :is(.ace_selection, .ace_selected-word) {
background-color:#3e4658 !important;
border: none;
border-radius: 2px;
box-sizing: content-box;
padding: 2px;
transform: translate(-2px);
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_marker-layer :is(.ace_selection, .ace_selected-word) {
background-color: #d5dbe7 !important;
}
.skin-fandomdesktop .ace_editor .ace_marker-layer .ace_active-line ~ .ace_selection {
background-color: #4c566a !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_marker-layer .ace_active-line ~ .ace_selection {
background-color: #c5ced9 !important;
}
.skin-fandomdesktop .ace_editor .ace_search_field:placeholder-shown ~ .ace_searchbtn,
.skin-fandomdesktop .ace_editor .ace_search_form.ace_nomatch .ace_searchbtn,
.skin-fandomdesktop .ace_editor .ace_search_form.ace_nomatch + .ace_replace_form .ace_replacebtn {
cursor: initial;
}
.skin-fandomdesktop .ace_editor .ace_search .ace_search_form.ace_nomatch {
outline: none;
}
.skin-fandomdesktop .ace_editor .ace_search .ace_search_form.ace_nomatch .ace_search_field {
background:#774a55 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_search .ace_search_form.ace_nomatch .ace_search_field {
background: #d4a7ad !important;
}
.skin-fandomdesktop .ace_button {
color: unset;
}
.skin-fandomdesktop .ace_editor .ace_button:hover {
background-color: #3b4252 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_button:hover {
background-color: #d8dee9 !important;
}
.skin-fandomdesktop .ace_editor .ace_gutter {
margin-right: 4px;
}
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_fold-widget {
background-size: 12px;
transform: translateX(2px);
}
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_fold-widget:hover,
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_fold-widget:active {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.skin-fandomdesktop .codeEditor-status .ace_gutter-cell {
color: unset;
}
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_gutter-cell {
background-position: 0 1px;
}
.skin-fandomdesktop .codeEditor-status .ace_gutter-cell.ace_info,
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_gutter-cell.ace_info {
background-image: url(https://vignette.wikia.nocookie.net/speedit/images/e/e1/Info.svg);
}
.skin-fandomdesktop .codeEditor-status .ace_gutter-cell.ace_warning,
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_gutter-cell.ace_warning {
background-image: url(https://vignette.wikia.nocookie.net/speedit/images/8/8f/Alert.svg);
}
.skin-fandomdesktop .codeEditor-status .ace_gutter-cell.ace_error,
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_gutter-cell.ace_error {
background-image: url(https://vignette.wikia.nocookie.net/speedit/images/f/f0/Error.svg);
}
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_fold-widget.ace_open {
background-image: url(https://vignette.wikia.nocookie.net/speedit/images/7/72/Folding.svg);
}
.skin-fandomdesktop .ace_editor .ace_gutter-layer .ace_fold-widget.ace_closed {
background-image: url(https://vignette.wikia.nocookie.net/speedit/images/9/95/Folded.svg);
}
.skin-fandomdesktop .ace_editor .ace_text-layer .ace_fold {
background-image: url(https://vignette.wikia.nocookie.net/speedit/images/5/5a/More.svg);
background-position: 2px -3px;
}
.skin-fandomdesktop .ace_editor :is(.ace_gutter .ace_gutter-layer, .ace_text-layer .ace_comment),
.skin-fandomdesktop.action-view #mw-content-text :is(.mw-highlight-lang-javascript .co1, .mw-highlight-lang-javascript .coMULTI, .mw-highlight-lang-css .coMULTI, .mw-highlight-lang-html5 .sc-1, .mw-highlight-lang-html4strict .sc-1, .mw-highlight-lang-xml .sc-1, .mw-highlight-lang-lua .co1, .mw-highlight-lang-lua .coMULTI) {
color: #657b83 !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer .ace_string,
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .st0,
.mw-highlight-lang-css .st0,
.mw-highlight-lang-css .co1,
.mw-highlight-lang-css .co1 + .br0,
.mw-highlight-lang-css .co1 + .coMULTI + .br0,
.mw-highlight-lang-css .br0 + .br0 + .br0,
.mw-highlight-lang-css .nu0 + .br0 + .br0,
.mw-highlight-lang-css .re3 + .br0 + .br0,
.mw-highlight-lang-css .kw2 + .br0 + .br0,
.mw-highlight-lang-css .br0 + .sy0 + .br0 + .br0,
.mw-highlight-lang-css .nu0 + .sy0 + .br0 + .br0,
.mw-highlight-lang-css .kw2 + .sy0 + .br0 + .br0,
.mw-highlight-lang-css .re3 + .sy0 + .br0 + .br0,
.mw-highlight-lang-html5 .st0,
.mw-highlight-lang-html4strict .st0,
.mw-highlight-lang-xml .st0,
.mw-highlight-lang-lua .st0,
.mw-highlight-lang-lua .es1) {
color: #a3be8c !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_text-layer .ace_string,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .st0,
.mw-highlight-lang-css .st0,
.mw-highlight-lang-css .co1,
.mw-highlight-lang-css .co1 + .br0,
.mw-highlight-lang-css .co1 + .coMULTI + .br0,
.mw-highlight-lang-css .br0 + .br0 + .br0,
.mw-highlight-lang-css .nu0 + .br0 + .br0,
.mw-highlight-lang-css .re3 + .br0 + .br0,
.mw-highlight-lang-css .kw2 + .br0 + .br0,
.mw-highlight-lang-css .br0 + .sy0 + .br0 + .br0,
.mw-highlight-lang-css .nu0 + .sy0 + .br0 + .br0,
.mw-highlight-lang-css .kw2 + .sy0 + .br0 + .br0,
.mw-highlight-lang-css .re3 + .sy0 + .br0 + .br0,
.mw-highlight-lang-html5 .st0,
.mw-highlight-lang-html4strict .st0,
.mw-highlight-lang-xml .st0,
.mw-highlight-lang-lua .st0,
.mw-highlight-lang-lua .es1) {
color: #6c894d !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer :is(
.ace_variable,
.ace_keyword,
.ace_storage,
.ace_meta.ace_tag,
.ace_language),
.skin-fandomdesktop[class*="css"] .ace_editor .ace_text-layer .ace_constant,
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .kw0,
.mw-highlight-lang-javascript .kw1,
.mw-highlight-lang-javascript .kw2,
.mw-highlight-lang-javascript .kw3,
.mw-highlight-lang-javascript .re0,
.mw-highlight-lang-css .kw2,
.mw-highlight-lang-css .re0,
.mw-highlight-lang-css .re1,
.mw-highlight-lang-css .sy0,
.mw-highlight-lang-css .br0,
.mw-highlight-lang-html5 .sc2,
.mw-highlight-lang-html5 .kw2,
.mw-highlight-lang-html5 .sy0,
.mw-highlight-lang-html4strict .sc2,
.mw-highlight-lang-html4strict .kw2,
.mw-highlight-lang-html4strict .sy0,
.mw-highlight-lang-xml .sc3,
.mw-highlight-lang-xml .re1,
.mw-highlight-lang-lua .kw1,
.mw-highlight-lang-lua .kw2,
.mw-highlight-lang-lua .kw4) {
color:#6ca1c1 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_text-layer :is(
.ace_variable,
.ace_keyword,
.ace_storage,
.ace_meta.ace_tag,
.ace_language),
.skin-fandomdesktop.theme-fandomdesktop-light[class*="css"] .ace_editor .ace_text-layer .ace_constant,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .kw0,
.mw-highlight-lang-javascript .kw1,
.mw-highlight-lang-javascript .kw2,
.mw-highlight-lang-javascript .kw3,
.mw-highlight-lang-javascript .re0,
.mw-highlight-lang-css .kw2,
.mw-highlight-lang-css .re0,
.mw-highlight-lang-css .re1,
.mw-highlight-lang-css .sy0,
.mw-highlight-lang-css .br0,
.mw-highlight-lang-html5 .sc2,
.mw-highlight-lang-html5 .kw2,
.mw-highlight-lang-html5 .sy0,
.mw-highlight-lang-html4strict .sc2,
.mw-highlight-lang-html4strict .kw2,
.mw-highlight-lang-html4strict .sy0,
.mw-highlight-lang-xml .sc3,
.mw-highlight-lang-xml .re1,
.mw-highlight-lang-lua .kw1,
.mw-highlight-lang-lua .kw2,
.mw-highlight-lang-lua .kw4) {
color: #5e81ac !important;
}
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-css .kw1,
.mw-highlight-lang-html5 .kw2,
.mw-highlight-lang-html4strict .kw2,
.mw-highlight-lang-xml .re1,
.mw-highlight-lang-lua .kw1,
.mw-highlight-lang-lua .kw2) {
font-weight: normal;
}
.skin-fandomdesktop .ace_editor .ace_text-layer :is(.ace_entity.ace_name.ace_function, .ace_support.ace_function),
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .me1,
.mw-highlight-lang-css .sy0,
.mw-highlight-lang-css .br0,
.mw-highlight-lang-css .re2,
.mw-highlight-lang-lua .kw3,
.mw-highlight-lang-lua .br0) {
color: #76a9a0 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor :is(.ace_entity.ace_name.ace_function, .ace_support.ace_function),
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .me1,
.mw-highlight-lang-css .sy0,
.mw-highlight-lang-css .br0,
.mw-highlight-lang-css .re2,
.mw-highlight-lang-lua .kw3,
.mw-highlight-lang-lua .br0) {
color: #378172 !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer .ace_constant.ace_numeric,
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .nu0,
.mw-highlight-lang-css .nu0,
.mw-highlight-lang-lua .nu0) {
color: #a78ea2 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_text-layer .ace_constant.ace_numeric,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .nu0,
.mw-highlight-lang-css .nu0,
.mw-highlight-lang-lua .nu0) {
color: #8e5783 !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer .ace_entity.ace_attribute-name,
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .br0,
.mw-highlight-lang-javascript .sy0,
.mw-highlight-lang-html5 .kw3,
.mw-highlight-lang-html4strict .kw3,
.mw-highlight-lang-xml .re0,
.mw-highlight-lang-lua .sy0) {
color: #88b3b3 !important;
}
.skin-fandomdesktop.theme-fandomdesktop-light .ace_editor .ace_text-layer .ace_entity.ace_attribute-name,
.skin-fandomdesktop.theme-fandomdesktop-light.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .br0,
.mw-highlight-lang-javascript .sy0,
.mw-highlight-lang-html5 .kw3,
.mw-highlight-lang-html4strict .kw3,
.mw-highlight-lang-xml .re0,
.mw-highlight-lang-lua .sy0) {
color: #359797 !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer :is(
.ace_identifier,
.ace_support.ace_type,
.ace_support.ace_constant),
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-css .re3,
.mw-highlight-lang-css .kw1,
.mw-highlight-lang-css * .re3,
.mw-highlight-lang-xml * * .re2) {
color: inherit !important;
}
.skin-fandomdesktop .ace_editor .ace_text-layer .ace_regexp,
.skin-fandomdesktop.action-view #mw-content-text :is(
.mw-highlight-lang-javascript .kw5,
.mw-highlight-lang-javascript .es0,
.mw-highlight-lang-javascript .co2,
.mw-highlight-lang-css .es2,
.mw-highlight-lang-css .co2,
.mw-highlight-lang-lua .co2) {
color: #bf616a !important;
}
/* Nord code syntax highlighting from https://github.com/sbrisard/nord_pygments, background and border override not part of generated CSS */
body:not(.skin-fandomdesktop) .mw-highlight > pre {
border: unset;
background: #ffffff0f !important;
}
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.mw-highlight .hll { background-color: /*#ffffcc*/#505020 }
/*.mw-highlight { background: #2e3440; }*/
.mw-highlight .c { color: /*#616e87*/#a4aeb9; font-style: italic } /* Comment */
.mw-highlight .err { color: #bf616a } /* Error */
.mw-highlight .k { color: #81a1c1; font-weight: bold } /* Keyword */
.mw-highlight .n { color: #d8dee9 } /* Name */
.mw-highlight .o { color: #81a1c1 } /* Operator */
.mw-highlight .p { color: #eceff4 } /* Punctuation */
.mw-highlight .ch { color: #616e87; font-style: italic } /* Comment.Hashbang */
.mw-highlight .cm { color: #616e87; font-style: italic } /* Comment.Multiline */
.mw-highlight .cp { color: #5e81ac; font-style: italic } /* Comment.Preproc */
.mw-highlight .cpf { color: #616e87; font-style: italic } /* Comment.PreprocFile */
.mw-highlight .c1 { color: #616e87; font-style: italic } /* Comment.Single */
.mw-highlight .cs { color: #616e87; font-style: italic } /* Comment.Special */
.mw-highlight .gd { color: #bf616a } /* Generic.Deleted */
.mw-highlight .ge { font-style: italic } /* Generic.Emph */
.mw-highlight .gr { color: #bf616a } /* Generic.Error */
.mw-highlight .gh { color: #88c0d0; font-weight: bold } /* Generic.Heading */
.mw-highlight .gi { color: #a3be8c } /* Generic.Inserted */
.mw-highlight .go { color: #d8dee9 } /* Generic.Output */
.mw-highlight .gp { color: #4c566a; font-weight: bold } /* Generic.Prompt */
.mw-highlight .gs { font-weight: bold } /* Generic.Strong */
.mw-highlight .gu { color: #88c0d0; font-weight: bold } /* Generic.Subheading */
.mw-highlight .gt { color: #bf616a } /* Generic.Traceback */
.mw-highlight .kc { color: #81a1c1; font-weight: bold } /* Keyword.Constant */
.mw-highlight .kd { color: #81a1c1; font-weight: bold } /* Keyword.Declaration */
.mw-highlight .kn { color: #81a1c1; font-weight: bold } /* Keyword.Namespace */
.mw-highlight .kp { color: #81a1c1 } /* Keyword.Pseudo */
.mw-highlight .kr { color: #81a1c1; font-weight: bold } /* Keyword.Reserved */
.mw-highlight .kt { color: #81a1c1 } /* Keyword.Type */
.mw-highlight .m { color: #b48ead } /* Literal.Number */
.mw-highlight .s { color: #a3be8c } /* Literal.String */
.mw-highlight .na { color: #8fbcbb } /* Name.Attribute */
.mw-highlight .nb { color: #81a1c1 } /* Name.Builtin */
.mw-highlight .nc { color: #8fbcbb } /* Name.Class */
.mw-highlight .no { color: #8fbcbb } /* Name.Constant */
.mw-highlight .nd { color: #d08770 } /* Name.Decorator */
.mw-highlight .ni { color: #d08770 } /* Name.Entity */
.mw-highlight .ne { color: #bf616a } /* Name.Exception */
.mw-highlight .nf { color: #88c0d0 } /* Name.Function */
.mw-highlight .nl { color: #8fbcbb } /* Name.Label */
.mw-highlight .nn { color: #8fbcbb } /* Name.Namespace */
.mw-highlight .nx { color: #d8dee9 } /* Name.Other */
.mw-highlight .py { color: #d8dee9 } /* Name.Property */
.mw-highlight .nt { color: #81a1c1 } /* Name.Tag */
.mw-highlight .nv { color: #d8dee9 } /* Name.Variable */
.mw-highlight .ow { color: #81a1c1; font-weight: bold } /* Operator.Word */
.mw-highlight .w { color: #d8dee9 } /* Text.Whitespace */
.mw-highlight .mb { color: #b48ead } /* Literal.Number.Bin */
.mw-highlight .mf { color: #b48ead } /* Literal.Number.Float */
.mw-highlight .mh { color: #b48ead } /* Literal.Number.Hex */
.mw-highlight .mi { color: #b48ead } /* Literal.Number.Integer */
.mw-highlight .mo { color: #b48ead } /* Literal.Number.Oct */
.mw-highlight .sa { color: #a3be8c } /* Literal.String.Affix */
.mw-highlight .sb { color: #a3be8c } /* Literal.String.Backtick */
.mw-highlight .sc { color: #a3be8c } /* Literal.String.Char */
.mw-highlight .dl { color: #a3be8c } /* Literal.String.Delimiter */
.mw-highlight .sd { color: #616e87 } /* Literal.String.Doc */
.mw-highlight .s2 { color: #a3be8c } /* Literal.String.Double */
.mw-highlight .se { color: #ebcb8b } /* Literal.String.Escape */
.mw-highlight .sh { color: #a3be8c } /* Literal.String.Heredoc */
.mw-highlight .si { color: #a3be8c } /* Literal.String.Interpol */
.mw-highlight .sx { color: #a3be8c } /* Literal.String.Other */
.mw-highlight .sr { color: #ebcb8b } /* Literal.String.Regex */
.mw-highlight .s1 { color: #a3be8c } /* Literal.String.Single */
.mw-highlight .ss { color: #a3be8c } /* Literal.String.Symbol */
.mw-highlight .bp { color: #81a1c1 } /* Name.Builtin.Pseudo */
.mw-highlight .fm { color: #88c0d0 } /* Name.Function.Magic */
.mw-highlight .vc { color: #d8dee9 } /* Name.Variable.Class */
.mw-highlight .vg { color: #d8dee9 } /* Name.Variable.Global */
.mw-highlight .vi { color: #d8dee9 } /* Name.Variable.Instance */
.mw-highlight .vm { color: #d8dee9 } /* Name.Variable.Magic */
.mw-highlight .il { color: #b48ead } /* Literal.Number.Integer.Long */