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";
|
|
|
|
|
2018-12-20 18:37:31 +00:00
|
|
|
$body-bg: $g1-raven !default;
|
2018-12-21 06:31:58 +00:00
|
|
|
$border-radius: 3px !default;
|
2018-12-20 18:37:31 +00:00
|
|
|
|
|
|
|
// TopNav Colors
|
2018-12-21 06:31:58 +00:00
|
|
|
$topnav-link: $g20-white !default;
|
|
|
|
$topnav-link-hover: $b-pool !default;
|
|
|
|
$version-selector-top: $b-ocean !default;
|
|
|
|
$version-selector-bottom: $p-star !default;
|
|
|
|
$theme-switch-light: inline-block !default;
|
|
|
|
$theme-switch-dark: none !default;
|
2018-12-21 17:12:28 +00:00
|
|
|
|
|
|
|
// Sidebar
|
|
|
|
$search-border: $g5-pepper !default;
|
|
|
|
$search-highlight: $b-pool !default;
|
|
|
|
|
|
|
|
// Article Content
|
|
|
|
$article-bg: $g3-castle !default;
|
|
|
|
$article-heading: $g19-ghost !default;
|
|
|
|
$article-text: $g14-chromium !default;
|
2018-12-21 23:59:12 +00:00
|
|
|
$article-bold: $g19-ghost !default;
|
|
|
|
$article-link: $b-pool !default;
|
|
|
|
$article-link-hover: $g20-white !default;
|
2019-01-03 18:23:17 +00:00
|
|
|
$article-shadow: #191a1b !default;
|
|
|
|
$article-note-shadow: #191a1b !default;
|
|
|
|
$article-warn-shadow: #191a1b !default;
|
2018-12-21 23:59:12 +00:00
|
|
|
|
|
|
|
// Article Code
|
|
|
|
$article-code: $p-potassium !default;
|
|
|
|
$article-code-bg: $g1-raven !default;
|
|
|
|
$article-code-accent1: $g9-mountain !default;
|
|
|
|
$article-code-accent2: $b-pool !default;
|
|
|
|
$article-code-accent3: $gr-viridian !default;
|
|
|
|
$article-code-accent4: $o-ruby !default;
|
|
|
|
$article-code-accent5: #ff6db0 !default;
|
|
|
|
$article-code-accent6: $b-pool !default;
|
|
|
|
$article-code-accent7: #e90 !default;
|
|
|
|
$article-code-select: $b-pool !default;
|
|
|
|
$article-code-hover: $g20-white !default;
|
2018-12-31 17:30:41 +00:00
|
|
|
|
|
|
|
// Article Tables
|
|
|
|
$article-table-header-left: $p-planet !default;
|
|
|
|
$article-table-header-right: $b-sapphire !default;
|
|
|
|
$article-table-row-alt: $g2-kevlar !default;
|
2018-12-31 19:17:36 +00:00
|
|
|
|
2018-12-31 22:55:04 +00:00
|
|
|
// Article Notes, Warnings, & Messages
|
2018-12-31 19:17:36 +00:00
|
|
|
$article-note-base: $gr-viridian !default;
|
|
|
|
$article-note-heading: $g20-white !default;
|
|
|
|
$article-note-text: $gr-viridian !default;
|
|
|
|
$article-note-link: $gr-rainforest !default;
|
|
|
|
$article-note-link-hover: $g20-white !default;
|
|
|
|
$article-note-table-header: $gr-viridian !default;
|
|
|
|
$article-note-table-row-alt: #21272d !default;
|
2019-01-03 19:39:07 +00:00
|
|
|
$article-note-code: #75d2f1 !default;
|
|
|
|
$article-note-code-bg: #20272b !default;
|
|
|
|
$article-note-code-accent1: #567375 !default;
|
|
|
|
$article-note-code-accent2: $b-pool !default;
|
|
|
|
$article-note-code-accent3: $gr-viridian !default;
|
|
|
|
$article-note-code-accent4: $o-ruby !default;
|
|
|
|
$article-note-code-accent5: #ff6db0 !default;
|
|
|
|
$article-note-code-accent6: $b-pool !default;
|
|
|
|
$article-note-code-accent7: #e90 !default;
|
2018-12-31 19:17:36 +00:00
|
|
|
|
|
|
|
$article-warn-base: $o-dreamsicle !default;
|
|
|
|
$article-warn-heading: $g20-white !default;
|
|
|
|
$article-warn-text: $o-dreamsicle !default;
|
|
|
|
$article-warn-link: $o-tungsten !default;
|
|
|
|
$article-warn-link-hover: $g20-white !default;
|
|
|
|
$article-warn-table-header: $o-dreamsicle !default;
|
|
|
|
$article-warn-table-row-alt: #2b252b !default;
|
2019-01-03 19:39:07 +00:00
|
|
|
$article-warn-code: #ec6e6e !default;
|
|
|
|
$article-warn-code-bg: #292024 !default;
|
|
|
|
$article-warn-code-accent1: #844c4c !default;
|
|
|
|
$article-warn-code-accent2: $b-pool !default;
|
|
|
|
$article-warn-code-accent3: $gr-viridian !default;
|
|
|
|
$article-warn-code-accent4: $o-ruby !default;
|
|
|
|
$article-warn-code-accent5: #ffb4fb !default;
|
|
|
|
$article-warn-code-accent6: $b-pool !default;
|
|
|
|
$article-warn-code-accent7: #e90 !default;
|
2018-12-31 22:55:04 +00:00
|
|
|
|
|
|
|
$article-enterprise-base: $p-star !default;
|
|
|
|
$article-enterprise-text: $p-potassium !default;
|
|
|
|
$article-enterprise-link: $p-moonstone !default;
|
|
|
|
$article-enterprise-link-hover: $g20-white !default;
|
2019-01-02 17:32:44 +00:00
|
|
|
|
|
|
|
// Article Tabs for tabbed content
|
|
|
|
$article-tab-text: $g12-forge !default;
|
|
|
|
$article-tab-bg: $g4-onyx !default;
|
|
|
|
$article-tab-active-text: $g20-white !default;
|
|
|
|
$article-tab-active-bg: $b-ocean !default;
|
2019-01-03 00:18:01 +00:00
|
|
|
|
2019-01-03 16:46:23 +00:00
|
|
|
$article-tab-code-text: $g9-mountain !default;
|
|
|
|
$article-tab-code-bg: $g5-pepper !default;
|
|
|
|
$article-tab-code-text-hover: $g20-white !default;
|
|
|
|
$article-tab-code-bg-hover: $b-ocean !default;
|
|
|
|
$article-tab-code-active-text: $g20-white !default;
|
|
|
|
|
2019-01-03 00:18:01 +00:00
|
|
|
// Left Navigation
|
|
|
|
$nav-category: $b-ocean !default;
|
|
|
|
$nav-category-hover: $g20-white !default;
|
|
|
|
$nav-item: $g16-pearl !default;
|
|
|
|
$nav-item-hover: $b-ocean !default;
|
|
|
|
$nav-border: $g5-pepper !default;
|
|
|
|
$nav-toggle: $g16-pearl !default;
|
|
|
|
$nav-toggle-hover: $g16-pearl !default;
|
|
|
|
$nav-toggle-bg-hover: $b-ocean !default;
|