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";
|
|
|
|
|
2020-04-13 23:15:17 +00:00
|
|
|
$body-bg: $g0-obsidian;
|
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;
|
2020-04-14 20:54:03 +00:00
|
|
|
$version-selector-gradient: $grad-miyazakisky;
|
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
|
2020-04-13 23:15:17 +00:00
|
|
|
$sidebar-search-bg: $g2-kevlar;
|
|
|
|
$sidebar-search-shadow: rgba($g0-obsidian, .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;
|
2020-04-14 20:54:03 +00:00
|
|
|
$nav-item: $g15-platinum;
|
2019-05-09 23:09:04 +00:00
|
|
|
$nav-item-hover: $b-pool;
|
2020-04-13 23:15:17 +00:00
|
|
|
$nav-border: $g5-pepper;
|
2019-05-09 23:09:04 +00:00
|
|
|
$nav-toggle: $g16-pearl;
|
|
|
|
$nav-toggle-hover: $g16-pearl;
|
|
|
|
$nav-toggle-bg-hover: $b-pool;
|
2020-04-13 23:15:17 +00:00
|
|
|
$nav-active: $br-chartreuse;
|
2019-05-09 23:09:04 +00:00
|
|
|
|
2018-12-21 17:12:28 +00:00
|
|
|
// Article Content
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-bg: $g1-raven;
|
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;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-text: $g15-platinum;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-bold: $g19-ghost;
|
|
|
|
$article-link: $b-pool;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-link-hover: $g20-white;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-hr: $g5-pepper;
|
|
|
|
$article-shadow: $g0-obsidian;
|
2018-12-21 23:59:12 +00:00
|
|
|
|
|
|
|
// Article Code
|
2019-05-08 19:41:33 +00:00
|
|
|
$article-code: $cp-munchkin;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-code-bg: $g0-obsidian;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-code-shadow: $g0-obsidian;
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-code-accent1: $g7-graphite;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-code-accent2: $b-pool;
|
|
|
|
$article-code-accent3: $gr-viridian;
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-code-accent4: $r-ruby;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-code-accent5: #ff6db0;
|
|
|
|
$article-code-accent6: $b-pool;
|
|
|
|
$article-code-accent7: #e90;
|
|
|
|
$article-code-select: $b-pool;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-code-link: $b-pool;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-code-link-hover: $g20-white;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-code-scrollbar: $g3-castle;
|
2018-12-31 17:30:41 +00:00
|
|
|
|
|
|
|
// Article Tables
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-table-header: $grad-gundampilot;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-table-row-alt: $g3-castle;
|
|
|
|
$article-table-scrollbar: $g0-obsidian;
|
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;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-note-text: $gr-honeydew;
|
|
|
|
$article-note-link: $gr-wasabi;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-note-link-hover: $g20-white;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-note-table-header: $grad-green-dark;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-note-table-row-alt: #1a3c34;
|
|
|
|
$article-note-table-scrollbar: #162627;
|
|
|
|
$article-note-shadow: $g0-obsidian;
|
|
|
|
$article-note-code: $br-galaxy;
|
|
|
|
$article-note-code-bg: #0d1617;
|
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;
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-note-code-accent4: $r-ruby;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-note-code-accent5: #ff6db0;
|
|
|
|
$article-note-code-accent6: $b-pool;
|
|
|
|
$article-note-code-accent7: #e90;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-note-code-scrollbar: #162627;
|
2019-05-06 15:16:38 +00:00
|
|
|
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-warn-base: $r-dreamsicle;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-warn-heading: $g20-white;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-warn-text: $r-tungsten;
|
|
|
|
$article-warn-link: $r-marmelade;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-warn-link-hover: $g20-white;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-warn-table-header: $grad-red;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-warn-table-row-alt: #4a2a2a;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-warn-table-scrollbar: #1f181b;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-warn-shadow: $g0-obsidian;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-warn-code: #ec6e6e;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-warn-code-bg: $g0-obsidian;
|
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;
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-warn-code-accent4: $r-ruby;
|
2019-05-06 15:16:38 +00:00
|
|
|
$article-warn-code-accent5: #ffb4fb;
|
|
|
|
$article-warn-code-accent6: $b-pool;
|
|
|
|
$article-warn-code-accent7: #e90;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-warn-code-scrollbar: #2a2025;
|
2019-05-09 21:13:53 +00:00
|
|
|
|
|
|
|
$article-cloud-base: $b-pool;
|
|
|
|
$article-cloud-heading: $g20-white;
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-cloud-text: $b-neutrino;
|
|
|
|
$article-cloud-link: $g20-white;
|
|
|
|
$article-cloud-link-hover: $b-hydrogen;
|
2020-04-14 20:54:03 +00:00
|
|
|
$article-cloud-table-header: $grad-blue-dark;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-cloud-table-row-alt: #1b3a58;
|
|
|
|
$article-cloud-table-scrollbar: #192a3a;
|
|
|
|
$article-cloud-shadow: $g0-obsidian;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-cloud-code: $b-laser;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-cloud-code-bg: #110d2b;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-cloud-code-accent1: #567375;
|
|
|
|
$article-cloud-code-accent2: $b-pool;
|
|
|
|
$article-cloud-code-accent3: $gr-viridian;
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-cloud-code-accent4: $r-ruby;
|
2019-05-09 21:13:53 +00:00
|
|
|
$article-cloud-code-accent5: #ff6db0;
|
|
|
|
$article-cloud-code-accent6: $b-pool;
|
|
|
|
$article-cloud-code-accent7: #e90;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-cloud-code-scrollbar: #192a3a;
|
2019-05-06 15:16:38 +00:00
|
|
|
|
2020-04-20 22:59:18 +00:00
|
|
|
$article-enterprise-base: $br-galaxy;
|
|
|
|
$article-enterprise-text: $cp-melrose;
|
|
|
|
$article-enterprise-link: $cp-titan;
|
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;
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-tab-bg: $g0-obsidian;
|
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
|
|
|
|
2020-04-13 23:15:17 +00:00
|
|
|
$article-tab-code-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
|
|
|
|
2020-04-08 21:24:19 +00:00
|
|
|
// Article UI nav icons
|
|
|
|
$article-nav-icon-bg: $g5-pepper;
|
|
|
|
$article-nav-acct-bg: $g3-castle;
|
|
|
|
|
2019-01-19 18:22:28 +00:00
|
|
|
// Error Page Colors
|
2020-04-14 20:54:03 +00:00
|
|
|
$error-page-btn: $b-pool;
|
2019-05-06 15:16:38 +00:00
|
|
|
$error-page-btn-text: $g20-white;
|
|
|
|
$error-page-btn-hover: $g20-white;
|
2020-04-14 20:54:03 +00:00
|
|
|
$error-page-btn-hover-text: $b-pool;
|
2019-01-23 06:36:55 +00:00
|
|
|
|
|
|
|
// Landing Page colors
|
2020-04-20 22:59:18 +00:00
|
|
|
$landing-lg-gradient-left: #2d0749;
|
|
|
|
$landing-lg-gradient-right: #423681;
|
|
|
|
$landing-sm-bg: #52499A;
|
|
|
|
$landing-sm-bg-alt: #52499A;
|
2020-04-14 20:54:03 +00:00
|
|
|
$landing-sm-bg-hover: $b-pool;
|
2019-10-16 23:12:29 +00:00
|
|
|
$landing-btn-text: $g20-white;
|
2020-04-14 20:54:03 +00:00
|
|
|
$landing-btn-bg: $b-pool;
|
|
|
|
$landing-btn-text-hover: $b-pool;
|
2019-10-16 23:12:29 +00:00
|
|
|
$landing-btn-bg-hover: $g20-white;
|
2020-04-20 22:59:18 +00:00
|
|
|
$landing-artwork-color: #423681;
|
2019-10-08 21:36:30 +00:00
|
|
|
|
|
|
|
// Tooltip colors
|
2020-04-20 22:59:18 +00:00
|
|
|
$tooltip-color: $br-chartreuse;
|
|
|
|
$tooltip-color-alt: $br-chartreuse;
|
|
|
|
$tooltip-bg: $br-chartreuse;
|
|
|
|
$tooltip-text: $g2-kevlar;
|
2020-01-14 13:57:18 +00:00
|
|
|
|
|
|
|
// SVG colors
|
2020-04-20 22:59:18 +00:00
|
|
|
$svg-table-header: $g6-smoke;
|
|
|
|
$svg-table-stroke: $g0-obsidian;
|
|
|
|
$svg-table-row-alt1: $br-magenta;
|
|
|
|
$svg-table-row-alt2: $gr-rainforest;
|
|
|
|
$svg-table-code: $article-code;
|
|
|
|
$svg-table-code-bg: $g0-obsidian;
|
2020-01-14 13:57:18 +00:00
|
|
|
$svg-table-code-operator: $b-pool;
|
|
|
|
$svg-table-code-string: $gr-viridian;
|
2020-03-10 22:37:25 +00:00
|
|
|
|
2020-04-20 22:59:18 +00:00
|
|
|
$svg-geo-s2-cell: $b-dodger;
|
|
|
|
$svg-geo-region: $p-comet;
|
|
|
|
$svg-geo-point: $br-chartreuse;
|