2018-12-20 18:37:31 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
DARK THEME
|
|
|
|
____________________________________________________________
|
|
|
|
|
|
|
|
Notes:
|
|
|
|
- This file is interchangeable with themes/theme-light.scss
|
|
|
|
- Only contains color variables
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
// General Styles
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2018-12-21 06:31:58 +00:00
|
|
|
@import "tools/color-palette";
|
|
|
|
|
2019-05-08 19:41:33 +00:00
|
|
|
$body-bg: $np-deepnight;
|
|
|
|
$body-gradient-top: rgba($m-magenta, .2);
|
|
|
|
$body-gradient-bottom: $np-deepnight;
|
2018-12-20 18:37:31 +00:00
|
|
|
|
|
|
|
// TopNav Colors
|
2019-05-06 15:16:38 +00:00
|
|
|
$topnav-link: $g20-white;
|
|
|
|
$topnav-link-hover: $b-pool;
|
2019-05-07 02:29:04 +00:00
|
|
|
$version-selector-top: $b-pool;
|
2019-05-10 19:09:35 +00:00
|
|
|
$version-selector-bottom: $cp-comet;
|
2019-05-06 15:16:38 +00:00
|
|
|
$theme-switch-light: inline-block;
|
|
|
|
$theme-switch-dark: none;
|
2018-12-21 17:12:28 +00:00
|
|
|
|
2019-05-09 23:09:04 +00:00
|
|
|
// Search
|
2019-05-08 19:41:33 +00:00
|
|
|
$sidebar-search-bg: $np-deepnight;
|
|
|
|
$sidebar-search-shadow: rgba($m-magenta, .05);
|
2019-05-06 15:16:38 +00:00
|
|
|
$sidebar-search-highlight: $b-pool;
|
2019-05-07 02:29:04 +00:00
|
|
|
$sidebar-search-text: $g20-white;
|
2018-12-21 17:12:28 +00:00
|
|
|
|
2019-05-09 23:09:04 +00:00
|
|
|
// Left Navigation
|
|
|
|
$nav-category: $b-pool;
|
|
|
|
$nav-category-hover: $g20-white;
|
|
|
|
$nav-item: $g16-pearl;
|
|
|
|
$nav-item-hover: $b-pool;
|
|
|
|
$nav-border: $wp-jango;
|
|
|
|
$nav-toggle: $g16-pearl;
|
|
|
|
$nav-toggle-hover: $g16-pearl;
|
|
|
|
$nav-toggle-bg-hover: $b-pool;
|
|
|
|
$nav-active: $ch-chartreuse;
|
|
|
|
|
2018-12-21 17:12:28 +00:00
|
|
|
// Article Content
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-bg: $wp-violentdark;
|
2019-05-07 02:29:04 +00:00
|
|
|
$article-heading: $g20-white;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-heading-alt: $g19-ghost;
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-text: $np-mischka;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-bold: $g18-cloud;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-link: $b-dodger;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-link-hover: $g20-white;
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-hr: $wp-seance;
|
|
|
|
$article-shadow: $np-deepnight;
|
2018-12-21 23:59:12 +00:00
|
|
|
|
|
|
|
// Article Code
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-code: $cp-munchkin;
|
|
|
|
$article-code-bg: $np-deepnight;
|
|
|
|
$article-code-accent1: $np-smokey;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-code-accent2: $b-pool;
|
|
|
|
$article-code-accent3: $gr-viridian;
|
|
|
|
$article-code-accent4: $o-ruby;
|
|
|
|
$article-code-accent5: #ff6db0;
|
|
|
|
$article-code-accent6: $b-pool;
|
|
|
|
$article-code-accent7: #e90;
|
|
|
|
$article-code-select: $b-pool;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-code-link: $b-dodger;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-code-link-hover: $g20-white;
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-code-scrollbar: $np-martinique;
|
2018-12-31 17:30:41 +00:00
|
|
|
|
|
|
|
// Article Tables
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-table-header-left: $wp-violet;
|
|
|
|
$article-table-header-right: $b-curious;
|
2019-05-09 23:09:04 +00:00
|
|
|
$article-table-row-alt: #3C0C59;
|
|
|
|
$article-table-scrollbar: $np-deepnight;
|
2018-12-31 19:17:36 +00:00
|
|
|
|
2018-12-31 22:55:04 +00:00
|
|
|
// Article Notes, Warnings, & Messages
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-note-base: $gr-viridian;
|
|
|
|
$article-note-heading: $g20-white;
|
|
|
|
$article-note-text: $gr-viridian;
|
|
|
|
$article-note-link: $gr-rainforest;
|
|
|
|
$article-note-link-hover: $g20-white;
|
|
|
|
$article-note-table-header: $gr-viridian;
|
2019-05-09 23:09:04 +00:00
|
|
|
$article-note-table-row-alt: #3B2862;
|
|
|
|
$article-note-table-scrollbar: $np-deepnight;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-note-shadow: $np-deepnight;
|
|
|
|
$article-note-code: $cp-comet;
|
|
|
|
$article-note-code-bg: $wp-telopea;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-note-code-accent1: #567375;
|
|
|
|
$article-note-code-accent2: $b-pool;
|
|
|
|
$article-note-code-accent3: $gr-viridian;
|
|
|
|
$article-note-code-accent4: $o-ruby;
|
|
|
|
$article-note-code-accent5: #ff6db0;
|
|
|
|
$article-note-code-accent6: $b-pool;
|
|
|
|
$article-note-code-accent7: #e90;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-note-code-scrollbar: $cp-jakarta;
|
2019-05-06 15:16:38 +00:00
|
|
|
|
|
|
|
$article-warn-base: $o-dreamsicle;
|
|
|
|
$article-warn-heading: $g20-white;
|
|
|
|
$article-warn-text: $o-dreamsicle;
|
|
|
|
$article-warn-link: $o-tungsten;
|
|
|
|
$article-warn-link-hover: $g20-white;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-warn-table-header: rgba($o-dreamsicle, .9);
|
2019-05-09 23:09:04 +00:00
|
|
|
$article-warn-table-row-alt: #531B5B;
|
|
|
|
$article-warn-table-scrollbar: $wp-telopea;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-warn-shadow: $np-deepnight;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-warn-code: #ec6e6e;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-warn-code-bg: $wp-telopea;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-warn-code-accent1: #844c4c;
|
|
|
|
$article-warn-code-accent2: $b-pool;
|
|
|
|
$article-warn-code-accent3: $gr-viridian;
|
|
|
|
$article-warn-code-accent4: $o-ruby;
|
|
|
|
$article-warn-code-accent5: #ffb4fb;
|
|
|
|
$article-warn-code-accent6: $b-pool;
|
|
|
|
$article-warn-code-accent7: #e90;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-warn-code-scrollbar: #561e4d;
|
|
|
|
|
|
|
|
$article-cloud-base: $b-pool;
|
|
|
|
$article-cloud-heading: $g20-white;
|
2019-05-10 19:09:35 +00:00
|
|
|
$article-cloud-text: $b-fleur;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-cloud-link: $b-hawkeye;
|
|
|
|
$article-cloud-link-hover: $g20-white;
|
|
|
|
$article-cloud-table-header: $b-pool;
|
2019-05-09 23:09:04 +00:00
|
|
|
$article-cloud-table-row-alt: #382876;
|
|
|
|
$article-cloud-table-scrollbar: $np-deepnight;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-cloud-shadow: $np-deepnight;
|
|
|
|
$article-cloud-code: $b-laser;
|
|
|
|
$article-cloud-code-bg: $wp-telopea;
|
|
|
|
$article-cloud-code-accent1: #567375;
|
|
|
|
$article-cloud-code-accent2: $b-pool;
|
|
|
|
$article-cloud-code-accent3: $gr-viridian;
|
|
|
|
$article-cloud-code-accent4: $o-ruby;
|
|
|
|
$article-cloud-code-accent5: #ff6db0;
|
|
|
|
$article-cloud-code-accent6: $b-pool;
|
|
|
|
$article-cloud-code-accent7: #e90;
|
|
|
|
$article-cloud-code-scrollbar: $cp-jakarta;
|
2019-05-06 15:16:38 +00:00
|
|
|
|
2019-05-10 19:09:35 +00:00
|
|
|
$article-enterprise-base: $cp-purple;
|
|
|
|
$article-enterprise-text: $cp-periwinkle;
|
|
|
|
$article-enterprise-link: $cp-coolfog;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-enterprise-link-hover: $g20-white;
|
|
|
|
|
2019-01-02 17:32:44 +00:00
|
|
|
// Article Tabs for tabbed content
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-tab-text: $g12-forge;
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-tab-bg: rgba($np-deepnight, .6);
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-tab-active-text: $g20-white;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-tab-active-bg: $b-pool;
|
2019-01-03 00:18:01 +00:00
|
|
|
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-tab-code-text: $g9-mountain;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-tab-code-bg: rgba($np-deepnight, .45);
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-tab-code-text-hover: $g20-white;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-tab-code-bg-hover: $b-pool;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-tab-code-active-text: $g20-white;
|
2019-01-03 16:46:23 +00:00
|
|
|
|
2019-01-22 00:36:09 +00:00
|
|
|
// Article page buttons
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-btn: $b-pool;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-btn-text: $g20-white;
|
|
|
|
$article-btn-hover: $b-pool;
|
|
|
|
$article-btn-text-hover: $g20-white;
|
2019-01-22 00:36:09 +00:00
|
|
|
|
2019-01-19 18:22:28 +00:00
|
|
|
// Error Page Colors
|
2019-05-09 23:09:04 +00:00
|
|
|
$error-page-btn: $b-dodger;
|
2019-05-06 15:16:38 +00:00
|
|
|
$error-page-btn-text: $g20-white;
|
|
|
|
$error-page-btn-hover: $g20-white;
|
2019-05-09 23:09:04 +00:00
|
|
|
$error-page-btn-hover-text: $b-dodger;
|
2019-01-23 06:36:55 +00:00
|
|
|
|
|
|
|
// Landing Page colors
|
2019-05-10 21:18:15 +00:00
|
|
|
$landing-lg-gradient-left: $np-deepnight;
|
|
|
|
$landing-lg-gradient-right: rgba($m-magenta, .25);
|
2019-05-10 19:09:35 +00:00
|
|
|
$landing-sm-gradient-left: $cp-victoria;
|
|
|
|
$landing-sm-gradient-right: $cp-marguerite;
|
|
|
|
$landing-sm-gradient-overlay: $cp-jakarta;
|